emacs-devel
[Top][All Lists]
Advanced

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

Re: old bootstrap error emerges again


From: Jason Rumney
Subject: Re: old bootstrap error emerges again
Date: Sat, 25 Mar 2006 19:58:14 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

> Eli Zaretskii <address@hidden> writes:
>
>> 390       if (SUBRP (fun))
>> (gdb)
>> 392           if (XSUBR (fun)->doc == 0)
>> (gdb)
>> 409             return Qnil;
>> (gdb)
>> 477     }
>> (gdb)

Dieter Deyke <address@hidden> writes:

> 390       if (SUBRP (fun))
> (gdb)
> 392           if (XSUBR (fun)->doc == 0)
> (gdb)
> 394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)

Could it be that we are not explicitly setting doc to 0, and Dieter's
compiler is initializing its memory with something other than 0 to
detect this type of bug?





reply via email to

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