emacs-devel
[Top][All Lists]
Advanced

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

Re: gtk3, emacs 24 and gnome shell


From: Tassilo Horn
Subject: Re: gtk3, emacs 24 and gnome shell
Date: Fri, 28 Oct 2011 08:18:13 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Rasmus <address@hidden> writes:

Hi Rasmus,

>> Run it in gdb.  Compile it without optimizations and -ggdb in CFLAGS and
>> then run it like so:
>>
>>   $ cd path/to/emacs/src/
>>   $ gdb emacs
>>   gdb> run
>>
>> Then you'll get C and lisp backtraces when emacs crashes.  (It's
>> important to start emacs from its src directory, because that contains
>> some GDB setup scripts.)
>
> I run the program using gdb etc. as suggested above, but no message is
> echoed upon a crash.

It shoult at least say that emacs has crashed somehow.

> Do I have to issue some command to get a backtrace?

Yes: bt full

Bye,
Tassilo



reply via email to

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