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: Kim F. Storm
Subject: Re: emacs hangs; 100% cpu usage
Date: Thu, 20 Jan 2005 22:09:42 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Reiner Steib <address@hidden> writes:

> 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!

That is good news.  Thanks for testing.

I have already installed the patches.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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