all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Johan Bockgård" <bojohan@gnu.org>
To: 7116@debbugs.gnu.org
Subject: bug#7116: 24.0.50; Assertion failure in process.c
Date: Thu, 13 Jan 2011 23:28:16 +0100	[thread overview]
Message-ID: <87mxn45thb.fsf@gnu.org> (raw)
In-Reply-To: <pvhplj6n2z32.fsf@ed.ac.uk>


I've seen this bug three times more recently when doing `M-x
man',  `C-x v l', or `nothing in particular'.

GNU Emacs 24.0.50.12 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of
2010-12-16 on muon

#0  0x00007f1ee0480e87 in kill () at ../sysdeps/unix/syscall-template.S:82
#1  0x000000000056cc80 in fatal_error_signal (sig=<value optimized out>)
    at emacs.c:397
#2  <signal handler called>
#3  0x00007f1ee0480e87 in kill () at ../sysdeps/unix/syscall-template.S:82
#4  0x000000000056ae45 in abort () at emacs.c:426
#5  0x00000000005e921a in die (msg=<value optimized out>, 
    file=<value optimized out>, line=<value optimized out>) at alloc.c:6130
#6  0x0000000000665071 in status_notify (deleting_process=0x0)
    at process.c:6667
...


(gdb) f 6
#6  0x0000000000665071 in status_notify (deleting_process=0x0)
    at process.c:6667
6667          p = XPROCESS (proc);

  ----------------
  for (tail = Vprocess_alist; CONSP (tail); tail = XCDR (tail))
    {
      Lisp_Object symbol;
      register struct Lisp_Process *p;

      proc = Fcdr (XCAR (tail));        <<<<<<<<  nil
      p = XPROCESS (proc);
  ----------------

(gdb) p Qnil == proc
$1 = 1
(gdb) p Qnil == Vprocess_alist
$2 = 1

How can this happen?





      parent reply	other threads:[~2011-01-13 22:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-27 11:41 bug#7116: 24.0.50; assertion failure using vc-annotate Lawrence Mitchell
2010-10-08  9:08 ` Lawrence Mitchell
2010-11-11 10:09 ` Lawrence Mitchell
2011-01-13 22:28 ` Johan Bockgård [this message]

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

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

  git send-email \
    --in-reply-to=87mxn45thb.fsf@gnu.org \
    --to=bojohan@gnu.org \
    --cc=7116@debbugs.gnu.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.