all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Steve Purcell <steve@sanityinc.com>
Cc: 7194@debbugs.gnu.org
Subject: bug#7194: 24.0.50; Hard crash when starting many subprocesses in quick succession
Date: Tue, 12 Oct 2010 10:06:41 -0400	[thread overview]
Message-ID: <E1P5fV3-0000oY-84@fencepost.gnu.org> (raw)
In-Reply-To: <6099D6C2-B2B9-4A5F-B55C-D8341BFC5128@sanityinc.com> (message from Steve Purcell on Tue, 12 Oct 2010 14:32:22 +0100)

> From: Steve Purcell <steve@sanityinc.com>
> Date: Tue, 12 Oct 2010 14:32:22 +0100
> Cc: 7194@debbugs.gnu.org
> 
> I recompiled with -g, repeated the crash, and found the line in question =
> -- process.c:1767
> 
>   return unbind_to (count, proc);

So this is probably here:

    static Lisp_Object
    start_process_unwind (Lisp_Object proc)
    {
      if (!PROCESSP (proc))
	abort ();





  reply	other threads:[~2010-10-12 14:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-12 10:40 bug#7194: 24.0.50; Hard crash when starting many subprocesses in quick succession Steve Purcell
2010-10-12 12:16 ` Eli Zaretskii
2010-10-12 13:32   ` Steve Purcell
2010-10-12 14:06     ` Eli Zaretskii [this message]
2010-10-12 18:20       ` Steve Purcell
2011-02-12 16:44         ` Steve Purcell

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=E1P5fV3-0000oY-84@fencepost.gnu.org \
    --to=eliz@gnu.org \
    --cc=7194@debbugs.gnu.org \
    --cc=steve@sanityinc.com \
    /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.