GNU bug report logs - #28502
25.3; list-packages ends with "error in process filter: End of file during parsing"

Previous Next

Package: emacs;

Reported by: Alex Branham <alex.branham <at> gmail.com>

Date: Mon, 18 Sep 2017 17:49:01 UTC

Severity: normal

Tags: unreproducible

Found in version 25.3

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 28502 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: 28502 <at> debbugs.gnu.org
Subject: Re: bug#28502: 25.3; list-packages ends with "error in process
 filter: End of file during parsing"
Date: Mon, 21 Oct 2019 03:27:25 +0200
Alex Branham <alex.branham <at> gmail.com> writes:

> Hello,
>
> I seem to have encountered a bug. From emacs -Q:
>
> (require 'package)
> (setq package-archives
>       '(("melpa" . "https://melpa.org/packages/")
>         ("melpa-stable" . "https://stable.melpa.org/packages/")
>         ("gnu" . "https://elpa.gnu.org/packages/")))
> (package-initialize)
>
> Then do M-x list-packages. I get a message "error in process filter: End of file during parsing."

Without a backtrace, it's hard to say exactly, but I strongly suspect
that the error you're seeing here happens when we try to `read' an
incompletely downloaded archive-contents file.

Normally, you should get the error saying "Failed to download `%s'
archive."  But if debug-on-error is non-nil, then you will get a
backtrace instead.  I think that is the correct behaviour.

Having read this thread and investigated this issue a bit, I have a hard
time figuring out exactly what to do.  I think we have too little to go
on: no backtrace and no recipe for reproduction.

- When you saw this, did you have debug-on-error set to a non-nil value?
- Have you seen this issue since, and if so, are you able to reproduce it?
- Alternatively, could you provide a backtrace?

In summary, I think we need more information in order to be able to make
any progress here.

If I don't hear back from you within a couple of weeks, I'll just close
this as unreproducible.  If anyone has any other ideas, please speak up.

Best regards,
Stefan Kangas




This bug report was last modified 5 years and 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.