emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs hangs; 100% cpu usage


From: Reiner Steib
Subject: Re: emacs hangs; 100% cpu usage
Date: Thu, 20 Jan 2005 20:42:00 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Wed, Jan 19 2005, Kim F. Storm wrote:

> Reiner Steib <address@hidden> writes:
>> On Tue, Jan 18 2005, Kim F. Storm wrote:
[...]
>>> Does the following patch fix the infinite loop ?
>>
>> No it doesn't.  But the infinite loop doesn't appears not as often as
>> before.
>
> I think I've found a 64 bit specific problem.
> Can you try with this additional patch:
>
> *** alloc.c   05 Jan 2005 18:27:57 +0100      1.362
> --- alloc.c   19 Jan 2005 01:02:59 +0100      
[...]
> ! #define STRING_MARKED_P(S)  (((S)->size & ARRAY_MARK_FLAG) != 0)
[...]
> ! #define VECTOR_MARKED_P(V)  (((V)->size & ARRAY_MARK_FLAG) != 0)

I compiled Emacs with both patches yesterday and we didn't have any
infinite loops anymore.  Thanks a lot!

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]