From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#7194: 24.0.50; Hard crash when starting many subprocesses in quick succession Date: Tue, 12 Oct 2010 10:06:41 -0400 Message-ID: References: <23BBA7F2-0D4A-4F01-86A0-AAA416101A2F@sanityinc.com> <6099D6C2-B2B9-4A5F-B55C-D8341BFC5128@sanityinc.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286894636 12178 80.91.229.12 (12 Oct 2010 14:43:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2010 14:43:56 +0000 (UTC) Cc: 7194@debbugs.gnu.org To: Steve Purcell Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 12 16:43:52 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P5g4v-00074P-80 for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Oct 2010 16:43:48 +0200 Original-Received: from localhost ([127.0.0.1]:35009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5g4r-0005lb-Sv for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Oct 2010 10:43:41 -0400 Original-Received: from [140.186.70.92] (port=34472 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5faQ-0006XQ-Ly for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2010 10:12:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5faK-0000MN-Ge for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2010 10:12:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5faK-0000MG-FB for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2010 10:12:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P5fSU-0001Kv-4N; Tue, 12 Oct 2010 10:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Oct 2010 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7194 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7194-submit@debbugs.gnu.org id=B7194.12868921965128 (code B ref 7194); Tue, 12 Oct 2010 14:04:02 +0000 Original-Received: (at 7194) by debbugs.gnu.org; 12 Oct 2010 14:03:16 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P5fRk-0001Kf-4C for submit@debbugs.gnu.org; Tue, 12 Oct 2010 10:03:16 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P5fRi-0001KY-Ex for 7194@debbugs.gnu.org; Tue, 12 Oct 2010 10:03:15 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P5fV3-0000oY-84; Tue, 12 Oct 2010 10:06:41 -0400 In-reply-to: <6099D6C2-B2B9-4A5F-B55C-D8341BFC5128@sanityinc.com> (message from Steve Purcell on Tue, 12 Oct 2010 14:32:22 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 12 Oct 2010 10:04:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:40824 Archived-At: > From: Steve Purcell > 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 ();