[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build Failure
From: |
Eli Zaretskii |
Subject: |
Re: Build Failure |
Date: |
Tue, 07 May 2002 17:58:28 +0300 |
> From: Nick Brown <nicbrown@cisco.com>
> Newsgroups: gnu.emacs.bug
> Date: Tue, 07 May 2002 12:57:49 +0100
>
> (gdb) where
> #0 0x1ee824 in __DTOR_END__ ()
> (gdb)
Thanks.
Unfortunately, this is of no use: it seems like your Emacs binary is
stripped, so there's no debug info there, and GDB cannot print the
backtrace of function calls that led to the crash for lack of that
information.
Can you build Emacs with the -g switch, run the unstripped binary,
and when it crashes, do what you've done here again, this time with
the unstripped binary?
TIA