unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Fabrice Niessen" <fni-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org>
To: Eli Zaretskii <eliz-mXXj517/zsQ@public.gmane.org>
Cc: 12579-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org,
	thierry.volpiatto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	lekktu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Subject: bug#12579: 24.1; Emacs 24.1 / 24.2 (daily) crashes
Date: Tue, 06 Nov 2012 10:42:37 +0100	[thread overview]
Message-ID: <80a9uv2hki.fsf@somewhere.org> (raw)
In-Reply-To: <83vcdj3opa.fsf-mXXj517/zsQ@public.gmane.org> (Eli Zaretskii's message of "Mon, 05 Nov 2012 20:10:57 +0200")

Hello Eli,

Eli Zaretskii wrote:
>> (gdb) thread apply all backtrace
>
> This indicates you had 3 network streams that Emacs was reading from.
> Any idea which connections were those?

The "only" things I use Emacs for are:

- editing local files (found on my computer, not on a network share)
- reading and composing mails with Gnus

I'm not using W3M nor IRC nor ...

However, if process communications are seen as network streams, then some of
them could be used for talking to the "es.exe" process ("Everything", used by
Helm-for-files, as a replacement for the Unix "locate" command).

>> #10 0x0108d41e in sys_close (fd=9) at w32.c:5918
>> #11 0x011452a8 in emacs_close (fd=9) at sysdep.c:2082
>> #12 0x01029ce4 in deactivate_process (proc=117868261) at process.c:3924
>> #13 0x01022d92 in remove_process (proc=117868261) at process.c:735
>
> Same as before: Emacs waits for some subprocess to shut down.
>
> Next time, please type "xbacktrace" and show the Lisp backtrace it
> produces.  (You will need the .gdbinit file from the source
> repository, and you will need to type "source .gdbinit" before
> invoking "xbacktrace".)

I just downloaded the .gdbinit found in
http://ftp.gnu.org/gnu/emacs/emacs-24.2.tar.xz (from... 27-Aug-2012), as I
just had a similar problem (infloop when filling Helm-for-files pattern).

  QUESTION -- Is it therein I'm supposed to fetch the .gdbinit from?

However, it does not seem that I can do that as easily: this ain't compatible
with the GNU Emacs 24.2.50.1 (i386-mingw-nt5.1.2600) of 2012-10-22 on DANI-PC.

But I had to take a recently compiled Emacs from
https://www.dropbox.com/sh/7jr3vbv9tm1zod0/jPuvfrJAe8 (to be exact, the
version emacs-trunk-r110618-w32-i386.zip, on 22-Oct-2012), as there is no new
official version of Emacs for Windows since a while...

- On http://alpha.gnu.org/gnu/emacs/pretest/windows/
  Latest is from 26-Aug-2012, but STRIPPED

- On http://alpha.gnu.org/gnu/emacs/windows/
  Latest is from 17-Sep-2012, but does not contain the fixes for the often
  occurring crashes

- On ftp://ftp.gnu.org/gnu/emacs/windows/
  Latest is from 07-Oct-2012, but STRIPPED anyway

Here the trace... disappointing...

--8<---------------cut here---------------start------------->8---
$ gdb -p 6156
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 <http://gnu.org/licenses/gpl.html>
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:
<http://www.gnu.org/software/gdb/bugs/>.
Attaching to process 6156
[New Thread 6156.0x5a4]
[New Thread 6156.0x2190]
[New Thread 6156.0x1ee0]
[New Thread 6156.0xef4]
[New Thread 6156.0x1028]
[New Thread 6156.0x2350]
[New Thread 6156.0x1ae0]
[New Thread 6156.0x17f8]
Reading symbols from /cygdrive/c/Program Files/Emacs-24.2/bin/emacs.exe...done.
warning: Expression is not an assignment (and might have no effect)
warning: Expression is not an assignment (and might have no effect)
Warning: /cygdrive/c/Program Files/Emacs-24.2/bin/../lwlib: No such file or directory.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from terminal]
.gdbinit:1273: Error in sourced command file:
No symbol "gdb_gctypebits" in current context.
(gdb) thread apply all backtrace

Thread 8 (Thread 6156.0x17f8):
#0  0x7c91120f in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINDOWS/system32/ntdll.dll
#1  0x7c962119 in ntdll!KiIntSystemCall () from /cygdrive/c/WINDOWS/system32/ntdll.dll
#2  0x00000005 in ?? ()
#3  0x00000004 in ?? ()
#4  0x00000001 in ?? ()
#5  0x5b05ffd0 in ?? ()
#6  0x00000000 in ?? ()

Lisp Backtrace:
(gdb) No symbol "gdb_use_union" in current context.


Thread 8 (Thread 6156.0x17f8):
#0  0x7c91120f in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINDOWS/system32/ntdll.dll
#1  0x7c962119 in ntdll!KiIntSystemCall () from /cygdrive/c/WINDOWS/system32/ntdll.dll
#2  0x00000005 in ?? ()
#3  0x00000004 in ?? ()
#4  0x00000001 in ?? ()
#5  0x5b05ffd0 in ?? ()
#6  0x00000000 in ?? ()

Lisp Backtrace:
(gdb) No symbol "gdb_use_union" in current context.
xbacktrace
(gdb) No symbol "gdb_use_union" in current context.

(gdb) No symbol "gdb_use_union" in current context.
q
A debugging session is active.

        Inferior 1 [process 6156] will be detached.

Quit anyway? (y or n) y
error return /netrel/src/gdb-7.5.50-1/gdb/windows-nat.c:1392 was 31
Quitting: Can't detach process 6156 (error 5)
--8<---------------cut here---------------end--------------->8---

>> I don't understand the 2 screen processes (I just see 1), but that must
>> explain the 2 zsh processes...
>
> I don't understand even the single screen.exe: what does that do?

GNU screen is a terminal multiplexer: it's like having multiple "zsh" windows
open, but there are here seen as kind of tabs. You have on screen process and
switch between different terminal windows.

It's a bit like StumpWM, if you know it, but for shell windows.

Best regards,
Fabrice Niessen





  parent reply	other threads:[~2012-11-06  9:42 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-05  8:14 bug#12579: 24.1; Emacs 24.1 / 24.2 (daily) crashes Fabrice Niessen
2012-10-05 16:05 ` Eli Zaretskii
     [not found]   ` <83txu87vlp.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-06  9:31     ` Fabrice Niessen
2012-10-06 11:00       ` Eli Zaretskii
     [not found] ` <80vcep2v3z.fsf-oHC15RC7JGTNLxjTenLetw@public.gmane.org>
2012-10-06 11:26   ` bug#12579: Emacs 24.1 / 24.2 daily crashes Fabrice Niessen
2012-10-06 12:51     ` Eli Zaretskii
     [not found]       ` <83k3v37ogj.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-06 20:42         ` Fabrice Niessen
2012-10-06 20:58           ` Eli Zaretskii
2012-10-06 12:22   ` bug#12579: 24.1; Emacs 24.1 / 24.2 (daily) crashes Fabrice Niessen
2012-10-06 12:55     ` Eli Zaretskii
2012-10-06 17:24       ` Drew Adams
2012-10-06 17:42         ` Eli Zaretskii
2012-10-07 17:29         ` Juanma Barranquero
2012-10-07 17:48           ` Drew Adams
2012-10-07 18:37             ` Eli Zaretskii
     [not found]               ` <837gr25dsn.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-09  6:36                 ` Fabrice Niessen
2012-10-09 16:02                   ` Drew Adams
2012-10-09 17:00                     ` Eli Zaretskii
2012-10-20 23:45                     ` Drew Adams
2012-10-21  3:54                       ` Eli Zaretskii
2012-10-21 16:15                         ` Drew Adams
2012-10-21 18:01                           ` Eli Zaretskii
2012-10-21 18:10                             ` Drew Adams
2012-10-21 18:25                               ` Eli Zaretskii
2012-10-21 18:34                                 ` Drew Adams
     [not found]                                   ` <F331209BF007436288CAEE51ED817578-HZWafpOgb61l57MIdRCFDg@public.gmane.org>
2012-10-21 20:23                                     ` Fabrice Niessen
2012-10-21 20:45                                       ` Eli Zaretskii
2012-10-09 17:17                   ` Eli Zaretskii
2012-10-09 17:26                     ` Drew Adams
2012-10-09 18:23                       ` Eli Zaretskii
     [not found]                     ` <83wqyzzhsp.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-09 19:46                       ` Fabrice Niessen
2012-10-09 20:23                         ` Eli Zaretskii
     [not found]                           ` <83pq4rz97b.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-09 21:43                             ` Fabrice Niessen
2012-10-10  3:49                               ` Eli Zaretskii
     [not found]                                 ` <83obkbyojd.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-10  5:58                                   ` Fabrice Niessen
2012-10-10  8:41                                   ` Fabrice Niessen
     [not found]                                     ` <80y5je7m8a.fsf-oHC15RC7JGTNLxjTenLetw@public.gmane.org>
2012-10-10  8:45                                       ` Fabrice Niessen
2012-10-10 13:02                                         ` Stefan Monnier
     [not found]                                           ` <jwvvceimqgr.fsf-monnier+emacs-mXXj517/zsQ@public.gmane.org>
2012-10-10 13:48                                             ` Fabrice Niessen
2012-10-10 15:36                                         ` Eli Zaretskii
     [not found]                                           ` <83haq2z6cw.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-10 18:38                                             ` Fabrice Niessen
2012-10-10 15:33                                     ` Eli Zaretskii
2012-10-10 14:09                                   ` Fabrice Niessen
2012-10-10 16:02                                     ` Eli Zaretskii
     [not found]                                       ` <83bogaz56i.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-10 18:43                                         ` Fabrice Niessen
2012-10-12 12:20                                         ` Fabrice Niessen
     [not found]                                           ` <80mwzrriff.fsf-oHC15RC7JGTNLxjTenLetw@public.gmane.org>
2012-10-12 14:57                                             ` Fabrice Niessen
2012-10-12 15:35                                               ` Eli Zaretskii
2012-10-12 15:41                                           ` Eli Zaretskii
     [not found]                                             ` <83mwzr7l55.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-13  7:45                                               ` Fabrice Niessen
2012-10-13  8:42                                                 ` Eli Zaretskii
     [not found]                                                   ` <838vba7og9.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-14  8:23                                                     ` Fabrice Niessen
2012-10-14 11:44                                                       ` Eli Zaretskii
2012-11-05 15:48                                                     ` Fabrice Niessen
2012-11-05 18:10                                                       ` Eli Zaretskii
     [not found]                                                         ` <83vcdj3opa.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-06  9:42                                                           ` Fabrice Niessen [this message]
     [not found]                                                             ` <80a9uv2hki.fsf-oHC15RC7JGTNLxjTenLetw@public.gmane.org>
2012-11-06 11:10                                                               ` Fabrice Niessen
2012-11-06 17:03                                                             ` Eli Zaretskii
     [not found]                                                               ` <83hap23bqm.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-06 21:51                                                                 ` Fabrice Niessen
2012-11-07 10:52                                                                 ` Fabrice Niessen
2012-11-07 17:10                                                                   ` Eli Zaretskii
     [not found]                                                                     ` <83pq3p1gqn.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-08 10:17                                                                       ` Fabrice Niessen
     [not found]                                                                         ` <80y5ic1jrv.fsf-oHC15RC7JGTNLxjTenLetw@public.gmane.org>
2012-11-08 15:32                                                                           ` Fabrice Niessen
2012-11-08 15:58                                                                             ` Thierry Volpiatto
2012-11-08 16:18                                                                               ` Eli Zaretskii
2012-11-08 17:34                                                                                 ` Thierry Volpiatto
2012-11-08 18:34                                                                                   ` Eli Zaretskii
2012-11-08 19:07                                                                                     ` Thierry Volpiatto
2012-10-10 10:02                             ` Fabrice Niessen
2012-10-10 15:39                               ` Eli Zaretskii
     [not found]                                 ` <83fw5mz68a.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-10 18:41                                   ` Fabrice Niessen
2012-10-09  6:53                 ` Fabrice Niessen
2012-10-09  7:11                 ` Fabrice Niessen
2012-10-09 17:18                   ` Eli Zaretskii
     [not found]                     ` <83vcejzhrf.fsf-mXXj517/zsQ@public.gmane.org>
2012-10-09 19:30                       ` Fabrice Niessen
2012-11-08 22:04   ` Fabrice Niessen
2012-11-08 22:12     ` Eli Zaretskii
     [not found]       ` <83wqxvzqvg.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-08 22:24         ` Fabrice Niessen
2012-11-09  9:19   ` Fabrice Niessen
2012-11-09  9:44     ` Eli Zaretskii
     [not found]       ` <83mwyryusx.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-09 10:59         ` Fabrice Niessen
2012-11-09 11:12           ` Eli Zaretskii
2012-11-09 12:17             ` Thierry Volpiatto
     [not found]               ` <87pq3nkm23.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-09 13:51                 ` Fabrice Niessen
2012-11-09 14:07                   ` Eli Zaretskii
     [not found]                     ` <83fw4izx72.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-09 14:21                       ` Fabrice Niessen
2012-11-09 14:54                         ` Eli Zaretskii
2012-11-09 13:58               ` Eli Zaretskii
2012-11-09 16:37   ` Fabrice Niessen
2012-11-09 18:01     ` Eli Zaretskii
     [not found]       ` <83625ezmds.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-13  8:46         ` Fabrice Niessen
2012-11-13 12:54           ` Eli Zaretskii
2012-11-14  9:29         ` Fabrice Niessen
     [not found]           ` <80k3tosfam.fsf-oHC15RC7JGTNLxjTenLetw@public.gmane.org>
2012-11-16  9:21             ` bug#12579: Emacs 24.2 crashes or freezes Fabrice Niessen
2012-11-16  9:57               ` Eli Zaretskii
     [not found]                 ` <83lie1swer.fsf-mXXj517/zsQ@public.gmane.org>
2012-11-16 11:10                   ` Fabrice Niessen
2012-11-21 15:35   ` Fabrice Niessen
2012-11-21 18:21     ` Eli Zaretskii
2012-11-21 18:48     ` Stefan Monnier
2012-11-21 18:49     ` Stefan Monnier
     [not found]     ` <mailman.13522.1353523851.855.bug-gnu-emacs@gnu.org>
     [not found]       ` <mailman.13522.1353523851.855.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2012-11-28 10:45         ` Fabrice Niessen
2012-11-29  4:22           ` Stefan Monnier
     [not found]             ` <jwvhao959f6.fsf-monnier+emacs-mXXj517/zsQ@public.gmane.org>
2012-11-29 21:53               ` Fabrice Niessen
     [not found]     ` <mailman.13519.1353522176.855.bug-gnu-emacs@gnu.org>
2012-12-06 11:39       ` Fabrice Niessen
2012-12-07 19:22         ` Fabrice Niessen
2012-12-07 21:38           ` Eli Zaretskii
     [not found]           ` <mailman.14812.1354916384.855.bug-gnu-emacs@gnu.org>
     [not found]             ` <mailman.14812.1354916384.855.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2012-12-18 22:54               ` Fabrice Niessen
2012-12-19  1:10                 ` Stefan Monnier
     [not found]                 ` <mailman.15646.1355879469.855.bug-gnu-emacs@gnu.org>
2012-12-19  8:35                   ` Sebastien Vauban
2012-12-19 17:06                     ` Eli Zaretskii
     [not found]                     ` <mailman.15691.1355937909.855.bug-gnu-emacs@gnu.org>
2012-12-19 20:32                       ` Sebastien Vauban
2012-12-19 21:27                         ` Eli Zaretskii
     [not found]                         ` <mailman.15713.1355952483.855.bug-gnu-emacs@gnu.org>
2012-12-19 22:32                           ` Sebastien Vauban
2012-12-20  5:56                             ` Eli Zaretskii
2013-02-19 18:51                               ` Glenn Morris
2013-02-19 20:58                                 ` Eli Zaretskii
2012-10-17  5:27 ` bug#12579: 24.1; Emacs 24.1 / 24.2 (daily) crashes Dmitry Antipov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=80a9uv2hki.fsf@somewhere.org \
    --to=fni-djc/ipccudyqhejpep6iedvlejwurmry@public.gmane.org \
    --cc=12579-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org \
    --cc=eliz-mXXj517/zsQ@public.gmane.org \
    --cc=lekktu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=thierry.volpiatto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).