From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sebastien Vauban" Newsgroups: gmane.emacs.help Subject: Emacs 24.1 / 24.2 crashes Date: Wed, 03 Oct 2012 10:41:58 +0200 Organization: Sebastien Vauban Message-ID: <80k3v8vtex.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1349253923 9722 80.91.229.3 (3 Oct 2012 08:45:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 08:45:23 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Wed Oct 03 10:45:29 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 1TJKZx-0002Bi-Ga for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 10:45:17 +0200 Original-Received: from localhost ([::1]:43882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJKZr-0004mE-Rg for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 04:45:11 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 70 Injection-Info: mx04.eternal-september.org; posting-host="5da807328d6a3351ee2b595083918cf6"; logging-data="23713"; mail-complaints-to="abuse-VVbKFVtnif8H+i2N2EyTrmui9UKz+5OX@public.gmane.org"; posting-account="U2FsdGVkX1+Js2ABDzdq6CAXDtfRZamu" User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (windows-nt) X-Archive: encrypt Cancel-Lock: sha1:TtAH+8vI3z8u3G6pu4nbq2yI0+A= sha1:df5d/opBqJWiPnlBqg+k1VbgPN0= X-Url: Under construction... Original-Xref: usenet.stanford.edu gnu.emacs.help:194701 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:87038 Archived-At: Hello, Recently, without apparent reasons, I've many crashes of Emacs (daily, a couple of crashes). There does not seem to be more or less crashes in Emacs 24.1 or Emacs 24.2 = (on Windows XP). I got the executables from there: - Emacs 24.1 (http://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-24.1-rc-= bin-i386.zip) or - Emacs 24.2 (http://alpha.gnu.org/gnu/emacs/windows/emacs-20120917-r110062= -bin-i386.zip). Both have crashes, /often/ when filling in my regexp pattern for `helm-file= s', but /not necessarily/ (sometimes in Gnus, sometimes at other moments). _Often_ Emacs is just blocked, and C-g can't help me. I simply have to kill Emacs from the Task Manager. _Sometimes_, though, I have an Emacs abort dialog, something like: =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 type "gdb -p PID" from a shell prompt. Then, when GDB shows i= ts prompt, =E2=94=82 type "continue". =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 I had such a crash this morning, then applied the above recipe. I've no experience in running a debugger, but here's what I could come up with: --8<---------------cut here---------------start------------->8--- $ gdb -p 8696 GNU gdb (GDB) 7.5.50.20120815-cvs (cygwin-special) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-cygwin". For bug reporting instructions, please see: . Attaching to process 8696 [New Thread 8696.0x190c] [New Thread 8696.0x1b7c] [New Thread 8696.0x27f4] Reading symbols from /cygdrive/c/Program Files/Emacs-24.2/bin/emacs.exe...d= one. (gdb) continue Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 8696.0x190c] 0x7c91120f in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINDOWS/system32/= ntdll.dll (gdb) c Continuing. [Inferior 1 (process 8696) exited with code 02] (gdb) quit --8<---------------cut here---------------end--------------->8--- Is that of any use? Do I have to do something else in such cases? Best regards, Seb --=20 Sebastien Vauban