From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Newsgroups: gmane.emacs.help Subject: Re: Emacs 24 crashes Date: Sun, 22 Apr 2012 18:04:51 +0200 Message-ID: <87397v69cs.fsf@googlemail.com> References: <8762csssnd.fsf@googlemail.com> <83ehrgh47z.fsf@gnu.org> <87bomk5bh8.fsf@googlemail.com> <83aa23hjab.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1335110586 32387 80.91.229.3 (22 Apr 2012 16:03:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Apr 2012 16:03:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 22 18:03:05 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SLzFf-0001vJ-CA for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Apr 2012 18:03:03 +0200 Original-Received: from localhost ([::1]:35707 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLzFe-0005Ti-PU for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Apr 2012 12:03:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLzFZ-0005RU-7z for help-gnu-emacs@gnu.org; Sun, 22 Apr 2012 12:02:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLzFX-0004Ke-JL for help-gnu-emacs@gnu.org; Sun, 22 Apr 2012 12:02:56 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:44064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLzFX-0004KU-CD for help-gnu-emacs@gnu.org; Sun, 22 Apr 2012 12:02:55 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SLzFV-0001pH-P0 for help-gnu-emacs@gnu.org; Sun, 22 Apr 2012 18:02:53 +0200 Original-Received: from g231233073.adsl.alicedsl.de ([92.231.233.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Apr 2012 18:02:53 +0200 Original-Received: from quintfall by g231233073.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Apr 2012 18:02:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: g231233073.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:62hiFzbKGJjngmwUg5Wgy35DUUI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84598 Archived-At: Eli Zaretskii writes: >> From: Thorsten >> 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. -- cheers, Thorsten