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

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

bug#22058: 25.1.50; emacs_backtrace.txt


From: Eli Zaretskii
Subject: bug#22058: 25.1.50; emacs_backtrace.txt
Date: Tue, 01 Dec 2015 17:26:18 +0200

> Date: Mon, 30 Nov 2015 19:51:03 -0800 (PST)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 22058@debbugs.gnu.org
> 
> > > Drew's binaries are compiled with -O0 -ggdb3 (or lately,
> > > -Og -ggdb3) and non-stripped.
> > 
> > If that's the case, Drew, can you run using:
> >     gdb --args emacs <args to Emacs>
> > And then use it until it crashes again?  That should give
> > us a better trace.
> 
> If that gives you a better trace, and that's all you're
> asking, I may give it a try.

That alone will produce important information about the problem.

> Or are you also asking me to keep it open with gdb after
> it crashes and fiddle with gdb to debug it?

That'd be nice.  Failing that, typing these 2 GDB commands when Emacs
crashes:

  (gdb) thread 1
  (gdb) bt

(without the "(gdb)" part -- this is the GDB prompt) should tell us
something useful.





reply via email to

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