From unknown Sat Jun 21 10:40:38 2025 X-Loop: don@donarmstrong.com Subject: bug#476: pgg-gpg.el - pgg-gpg-process-region timing problem Reply-To: Stefan Monnier , 476@debbugs.gnu.org Resent-From: Stefan Monnier Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 24 Jun 2008 12:35:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 476 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.121431062110464 (code B ref -1); Tue, 24 Jun 2008 12:35:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.2 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 24 Jun 2008 12:30:21 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m5OCUIvG010457 for ; Tue, 24 Jun 2008 05:30:19 -0700 Received: from mail.gnu.org ([199.232.76.166]:43540 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KB7f1-0001rt-QW for emacs-pretest-bug@gnu.org; Tue, 24 Jun 2008 08:30:11 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KB7f3-000452-5B for emacs-pretest-bug@gnu.org; Tue, 24 Jun 2008 08:30:17 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:25903) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KB7ez-00042L-Tk; Tue, 24 Jun 2008 08:30:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq8EAOOFYEhFxIdG/2dsb2JhbACBW7EL X-IronPort-AV: E=Sophos;i="4.27,696,1204520400"; d="scan'208";a="23135198" Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 24 Jun 2008 08:30:08 -0400 Received: from pastel.home ([69.196.135.70]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id ESC62508; Tue, 24 Jun 2008 08:30:08 -0400 Received: by pastel.home (Postfix, from userid 20848) id 36369825A; Tue, 24 Jun 2008 08:30:08 -0400 (EDT) From: Stefan Monnier To: Thien-Thi Nguyen Cc: "ken manheimer" , emacs-pretest-bug@gnu.org, emacs-devel Message-ID: References: <2cd46e7f0806221037h6d16839bp567eb5b901313375@mail.gmail.com> <87zlpc8t00.fsf@ambire.localdomain> <87r6ao8rty.fsf@ambire.localdomain> <873an4b898.fsf@ambire.localdomain> <2cd46e7f0806231044w6410b825s9611ba713e9ac353@mail.gmail.com> <87mylb2jxt.fsf@ambire.localdomain> Date: Tue, 24 Jun 2008 08:30:08 -0400 In-Reply-To: <87mylb2jxt.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Tue, 24 Jun 2008 12:42:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. > the hang happens at the first > '(accept-process-output process)'. > What happens if you convert > (accept-process-output process) > to > (accept-process-output) > ? If that fixes it, it means either that `process' is not the right process, or that we may have a bug in the C code. So if that fixes the bug, please don't just install such a workaround without trying to find the root cause first. Stefan