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: Tue, 25 Oct 2011 10:52:35 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Rasmus <address@hidden> writes:

> Is there a way to have Emacs always log itself?

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.)

Bye,
Tassilo



reply via email to

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