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

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

Re: Emacs 24 crashes


From: Alexandre Oberlin
Subject: Re: Emacs 24 crashes
Date: Tue, 01 May 2012 16:55:56 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120428 Thunderbird/12.0.1

Hi all,

I use GNU Emacs 23.2.1 (i386-redhat-linux-gnu, GTK+ Version 2.21.4)
I don't run emacsclient those days.
I have an average weekly crash, usually while typing it seems.

Thanks for the gdb hint.

Cheers,

Alexandre

On 04/22/2012 06:04 PM, Thorsten wrote:
Eli Zaretskii<eliz@gnu.org>  writes:

From: Thorsten<quintfall@googlemail.com>
Date: Sun, 22 Apr 2012 12:04:19 +0200

That would be something like:

,---------------
| gdb run emacsd
`---------------

?

No, I don't think so.  (emacsd is a shell script, right?)

Yes, forgot to mention that.

The best way is to start Emacs as you normally would, then find out
the PID (process ID) of the running Emacs process, and type "gdb -p
PID" from a shell prompt. GDB will attach itself to Emacs; then, when
GDB shows its prompt, type "continue", hit Enter, and use Emacs as
usual.

Ok, thanks, I will try this.




reply via email to

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