emacs-devel
[Top][All Lists]
Advanced

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

Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch


From: Eli Zaretskii
Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk]
Date: Mon, 04 Feb 2008 06:16:52 +0200

> Date: Sun, 03 Feb 2008 21:02:55 +0000
> From: Jason Rumney <address@hidden>
> CC: Eli Zaretskii <address@hidden>, address@hidden
> 
> Angelo Graziosi wrote: 
> > (gdb) bt
> > #0  0x610e1805 in _vfprintf_r () from /usr/bin/cygwin1.dll
> > #1  0x610f0358 in printf () from /usr/bin/cygwin1.dll
> > #2  0x610933b8 in _sigfe () from /usr/bin/cygwin1.dll
> > #3  0x00bfba30 in ?? ()
> > #4  0x00020000 in ?? ()
> > #5  0x20ef0000 in bss_sbrk_buffer ()
> > #6  0x00020000 in ?? ()
> > #7  0x00033668 in ?? ()
> > ...
> > #14 0x61057dbc in malloc () from /usr/bin/cygwin1.dll
> > #15 0x00010000 in ?? ()
> > #16 0x00000000 in ?? ()
> > (gdb)
> There are no Emacs symbols in there.

The portions you omitted (frames 8 to 13) did include Emacs symbols,
such as `obtain' and `r_alloc_sbrk'.

I believe that the higher levels don't have debug info because this
crash was caused by a call to malloc from the Cygwin DLL that came
from something not directly related to Emacs.  Perhaps some error
message that the Cygwin DLL wanted to pop.  But that's a wild
unsubstantiated guess, no more.




reply via email to

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