From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: epa problem has returned Date: Sat, 24 May 2014 14:32:18 +0300 Message-ID: <83wqdbjttp.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1400931145 6048 80.91.229.3 (24 May 2014 11:32:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 May 2014 11:32:25 +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 Sat May 24 13:32:17 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 1WoABV-0003LB-4X for ged-emacs-devel@m.gmane.org; Sat, 24 May 2014 13:32:17 +0200 Original-Received: from localhost ([::1]:47589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoABU-00089y-Dy for ged-emacs-devel@m.gmane.org; Sat, 24 May 2014 07:32:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoABM-000891-9i for emacs-devel@gnu.org; Sat, 24 May 2014 07:32:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoABG-0002T4-Db for emacs-devel@gnu.org; Sat, 24 May 2014 07:32:08 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:53412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoABG-0002Sx-65; Sat, 24 May 2014 07:32:02 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0N6200D00SIO1C00@a-mtaout21.012.net.il>; Sat, 24 May 2014 14:32:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6200DERTDC0G50@a-mtaout21.012.net.il>; Sat, 24 May 2014 14:32:00 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:172058 Archived-At: > Date: Tue, 20 May 2014 06:23:02 -0400 > From: Richard Stallman > > I just tried decryption again with a call to message in the loop > before accept-process-output. I got this output > > Decrypting... > 1 (BEGIN_DECRYPTION) > Decrypting......0% > 2 (BEGIN_DECRYPTION) > 3 (BEGIN_DECRYPTION) > 4 (BEGIN_DECRYPTION) > 5 (BEGIN_DECRYPTION) > 6 (BEGIN_DECRYPTION) > 7 (BEGIN_DECRYPTION) > Decrypting......done > > after which it hung. When it hangs, can you attach GDB and show where is it looping? I don't understand how come accept-process-output could hang when it is called with a timeout of 1 sec. Is the process object with which accept-process-output is called alive at the time of the hang?