From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: abort in wait_reading_process_input Date: 24 May 2004 07:59:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87y8nikbgw.fsf@emacswiki.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085375003 26317 80.91.224.253 (24 May 2004 05:03:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 05:03:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 24 07:03:16 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BS7cK-0007im-00 for ; Mon, 24 May 2004 07:03:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BS7cK-0005Gy-00 for ; Mon, 24 May 2004 07:03:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BS7XO-0002C9-QE for emacs-devel@quimby.gnus.org; Mon, 24 May 2004 00:58:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BS7XJ-0002BW-T2 for emacs-devel@gnu.org; Mon, 24 May 2004 00:58:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BS7Wn-0001y9-0J for emacs-devel@gnu.org; Mon, 24 May 2004 00:58:05 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.34) id 1BS7Wl-0001wg-RS; Mon, 24 May 2004 00:57:32 -0400 Original-To: Alex Schroeder In-reply-to: <87y8nikbgw.fsf@emacswiki.org> (message from Alex Schroeder on Mon, 24 May 2004 00:47:11 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23876 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23876 > From: Alex Schroeder > Date: Mon, 24 May 2004 00:47:11 +0200 > > When running ERC, the Emacs IRC Client that is not (yet) part of > Emacs, I'm getting an abort in wait_reading_process_input. > > #0 abort () at emacs.c:434 > #1 0x081881e8 in wait_reading_process_input (time_limit=30, microsecs=0, > read_kbd=-8, do_display=1) at process.c:4590 That seems to indicate that the values of check_connect and num_pending_connects are inconsistent (the former is non-zero, but the latter is zero or negative). So one idea would be to put a watchpoint on the values of these two variables and trace their changes (assuming you can easily reproduce the crash with ERC).