From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: run-python hangs for some versions Date: Tue, 19 Jun 2007 06:40:41 -0400 Message-ID: References: <20070617101511.BF7FD84FD@mail.hupp.org> <20070618104608.GA24103@mouth.upl.cs.wisc.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182249650 9044 80.91.229.12 (19 Jun 2007 10:40:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 10:40:50 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Adam Hupp Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 19 12:40:48 2007 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.50) id 1I0b8g-0005cD-Sw for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 12:40:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0b8g-0007wk-FT for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 06:40:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0b8e-0007wV-QZ for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 06:40:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0b8c-0007wH-TX for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 06:40:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0b8c-0007wE-Ok for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 06:40:42 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0b8c-00076Z-FM for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 06:40:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I0b8b-0004JQ-Uz; Tue, 19 Jun 2007 06:40:41 -0400 In-reply-to: <20070618104608.GA24103@mouth.upl.cs.wisc.edu> (message from Adam Hupp on Mon, 18 Jun 2007 05:46:08 -0500) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:15952 Archived-At: #0 0x401369a2 in select () from /lib/libc.so.6 #1 0x08317619 in ?? () #2 0x0818789a in close_process_descs () at process.c:3906 That is very strange -- it doesn't seem to fit the code in process.c. We need to find out what is calling `select' and why. So you need to study the machine code against the source code. Is frame #1 emacs_close, or what?