From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jorgen Schaefer Newsgroups: gmane.emacs.devel Subject: Re: epa problem has returned Date: Sun, 25 May 2014 18:23:17 +0200 Message-ID: <20140525182317.6b85d765@forcix.jorgenschaefer.de> References: <83wqdbjttp.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1401035053 28196 80.91.229.3 (25 May 2014 16:24:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 May 2014 16:24:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 25 18:24:07 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WobDR-0000dn-7C for ged-emacs-devel@m.gmane.org; Sun, 25 May 2014 18:24:05 +0200 Original-Received: from localhost ([::1]:52038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WobDQ-0004fW-Qw for ged-emacs-devel@m.gmane.org; Sun, 25 May 2014 12:24:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WobDI-0004ea-Sg for emacs-devel@gnu.org; Sun, 25 May 2014 12:24:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WobDC-0006Mf-Vw for emacs-devel@gnu.org; Sun, 25 May 2014 12:23:56 -0400 Original-Received: from loki.jorgenschaefer.de ([87.230.15.51]:57012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WobDC-0006MU-Oy; Sun, 25 May 2014 12:23:50 -0400 Original-Received: by loki.jorgenschaefer.de (Postfix, from userid 998) id 242A62030B5; Sun, 25 May 2014 18:23:19 +0200 (CEST) Original-Received: from forcix.jorgenschaefer.de (port-9910.pppoe.wtnet.de [84.46.38.220]) by loki.jorgenschaefer.de (Postfix) with ESMTPSA id BE0B02030AF; Sun, 25 May 2014 18:23:18 +0200 (CEST) In-Reply-To: X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 87.230.15.51 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172082 Archived-At: On Sun, 25 May 2014 12:01:03 -0400 Richard Stallman wrote: > I am running all the time under GDB. > I stopped it with a signal during that hang > and it was hung in `read', called from `emacs_read', called > from `read_process_output', called from `wait_running_process_output'. > I put a breakpoint on the line in `emacs_read' that calls read, > and it gets called over and over. `read' returns 0. > > Another time it was in pselect called from xg_select called from > wait_running_process_output. This sounds like the bug I am experiencing: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17561 Regards, Jorgen