From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexandre Oberlin Newsgroups: gmane.emacs.help Subject: Re: Emacs 24 crashes Date: Tue, 01 May 2012 16:55:56 +0200 Organization: TeraNews.com Message-ID: 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; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335884413 28879 80.91.229.3 (1 May 2012 15:00:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 May 2012 15:00:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 01 17:00:13 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 1SPEYm-0001KV-OO for geh-help-gnu-emacs@m.gmane.org; Tue, 01 May 2012 17:00:12 +0200 Original-Received: from localhost ([::1]:36021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPEYm-0000Dq-6v for geh-help-gnu-emacs@m.gmane.org; Tue, 01 May 2012 11:00:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe15.iad.POSTED!6712a1ff!not-for-mail User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 39 Original-X-Complaints-To: abuse@teranews.com Original-NNTP-Posting-Date: Tue, 01 May 2012 14:55:42 UTC X-Received-Bytes: 1854 Original-Xref: usenet.stanford.edu gnu.emacs.help:192285 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:84694 Archived-At: 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 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. >