From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mats Lidell Newsgroups: gmane.emacs.bugs Subject: bug#43896: 28.0.50; End of file during parsing ~/.pop3-uidl Date: Sun, 11 Oct 2020 22:18:31 +0200 Message-ID: <87o8l87bzc.fsf@gnu.org> References: <87sganhvv7.fsf@gnu.org> <87tuv124wj.fsf@gnus.org> <87ft6lr82f.fsf@gnu.org> <87o8l9gytl.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25983"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Mats Lidell , 43896@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 11 22:19:11 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kRhoF-0006ey-4V for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 11 Oct 2020 22:19:11 +0200 Original-Received: from localhost ([::1]:36246 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRhoE-0002We-1d for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 11 Oct 2020 16:19:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54142) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRho6-0002WI-P4 for bug-gnu-emacs@gnu.org; Sun, 11 Oct 2020 16:19:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57804) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRho6-0003SY-Fp for bug-gnu-emacs@gnu.org; Sun, 11 Oct 2020 16:19:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRho6-0001bv-C3 for bug-gnu-emacs@gnu.org; Sun, 11 Oct 2020 16:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mats Lidell Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Oct 2020 20:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43896 X-GNU-PR-Package: emacs Original-Received: via spool by 43896-submit@debbugs.gnu.org id=B43896.16024475216164 (code B ref 43896); Sun, 11 Oct 2020 20:19:02 +0000 Original-Received: (at 43896) by debbugs.gnu.org; 11 Oct 2020 20:18:41 +0000 Original-Received: from localhost ([127.0.0.1]:41117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRhnl-0001bM-Bi for submit@debbugs.gnu.org; Sun, 11 Oct 2020 16:18:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRhnj-0001b9-Dv for 43896@debbugs.gnu.org; Sun, 11 Oct 2020 16:18:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58344) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRhne-0003SC-5g; Sun, 11 Oct 2020 16:18:34 -0400 Original-Received: from c80-217-131-84.bredband.comhem.se ([80.217.131.84]:54866 helo=barnacle) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRhnd-0002rA-90; Sun, 11 Oct 2020 16:18:33 -0400 In-Reply-To: <87o8l9gytl.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 11 Oct 2020 06:40:22 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:190288 Archived-At: > Lars Ingebrigtsen writes: > (Please keep the debbugs address in the Cc header.) OOPS! Sorry. Trying to learn using debbugs. [...] > Is gnus-byte-compile involved here? I'm not sure I follow. > > Anyway, I forgot about all the error-catching stuff here. > > (setq debug-on-signal t) > > should give you a backtrace. I was just guessing about gnus-byte-compile causing problems. Reading the help for debug-on-error I now think it is that the code is executed in a condition-case that stops the backtrace from being created. Using debug-on-signal does not seem to help in this respect either. (But I don't know elisp good enough to tell.) Anyway the patch provided by Andreas seems to do the trick.