GNU bug report logs - #34996
27.0.50; gnus-group-read-ephemeral-group is broken

Previous Next

Package: emacs;

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

Date: Tue, 26 Mar 2019 02:21:01 UTC

Severity: normal

Found in version 27.0.50

Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34996 in the body.
You can then email your comments to 34996 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#34996; Package emacs. (Tue, 26 Mar 2019 02:21:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Branham <alex.branham <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 26 Mar 2019 02:21:03 GMT) Full text and rfc822 format available.

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

From: Alex Branham <alex.branham <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: eric <at> ericabrahamsen.net
Subject: 27.0.50; gnus-group-read-ephemeral-group is broken
Date: Mon, 25 Mar 2019 21:20:21 -0500
Try for example M-x gnus-read-ephemeral-emacs-bug-group RET 34671 RET.
For me, it triggers this backtrace:

Debugger entered--Lisp error: (wrong-type-argument hash-table-p nil)
  (puthash "nndoc+ephemeral:bug#34671" nil nil)
  (gnus-group-read-ephemeral-group "nndoc+ephemeral:bug#34671" (nndoc "/tmp/gnus-temp-group-Zb681Z" (nndoc-article-type mbox)) nil nil)
  (gnus-read-ephemeral-bug-group (34671) "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s;m..." nil)
  (gnus-read-ephemeral-emacs-bug-group 34671)
  (funcall-interactively gnus-read-ephemeral-emacs-bug-group 34671)
  (call-interactively gnus-read-ephemeral-emacs-bug-group record nil)
  (command-execute gnus-read-ephemeral-emacs-bug-group record)

In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
 of 2019-03-25 built on localhost
Windowing system distributor 'The X.Org Foundation', version 11.0.11906000
System Description: NixOS 18.09.2375.680f9d7ea90 (Jellyfish)

Configured using:
 'configure
 --prefix=/nix/store/f7lyihh5mid6rv73xdvz30ssmf4mnzya-emacs-27.0.50
 --with-modules --with-x-toolkit=gtk3 --with-xft
 CFLAGS=-DMAC_OS_X_VERSION_MAX_ALLOWED=101200'

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY
LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON
PDUMPER GMP

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34996; Package emacs. (Tue, 26 Mar 2019 14:01:01 GMT) Full text and rfc822 format available.

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

From: "Basil L. Contovounesios" <contovob <at> tcd.ie>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: 34996 <at> debbugs.gnu.org, eric <at> ericabrahamsen.net
Subject: Re: bug#34996: 27.0.50; gnus-group-read-ephemeral-group is broken
Date: Tue, 26 Mar 2019 14:00:04 +0000
Alex Branham <alex.branham <at> gmail.com> writes:

> Try for example M-x gnus-read-ephemeral-emacs-bug-group RET 34671 RET.
> For me, it triggers this backtrace:
>
> Debugger entered--Lisp error: (wrong-type-argument hash-table-p nil)
>   (puthash "nndoc+ephemeral:bug#34671" nil nil)
>   (gnus-group-read-ephemeral-group "nndoc+ephemeral:bug#34671" (nndoc "/tmp/gnus-temp-group-Zb681Z" (nndoc-article-type mbox)) nil nil)
>   (gnus-read-ephemeral-bug-group (34671) "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s;m..." nil)
>   (gnus-read-ephemeral-emacs-bug-group 34671)
>   (funcall-interactively gnus-read-ephemeral-emacs-bug-group 34671)
>   (call-interactively gnus-read-ephemeral-emacs-bug-group record nil)
>   (command-execute gnus-read-ephemeral-emacs-bug-group record)
>
> In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
>  of 2019-03-25 built on localhost
> Windowing system distributor 'The X.Org Foundation', version 11.0.11906000
> System Description: NixOS 18.09.2375.680f9d7ea90 (Jellyfish)

I don't seem to be able to reproduce this on latest master (see revision
after my signature).  Here's what I tried:

0. HOME=$(mktemp -d) emacs -Q
1. (setq gnus-select-method '(nnnil ""))
   C-j
2. M-x gnus RET
3. M-x gnus-read-ephemeral-emacs-bug-group RET 34671 RET

Which revision of master are you on?  Are you able to provide a more
precise recipe?

Thanks,

-- 
Basil

In GNU Emacs 27.0.50 (build 19, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2019-03-26 built on thunk
Repository revision: ae68fad033261eb63e3d2221c946f9b03b5464ac
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12003000
System Description: Debian GNU/Linux buster/sid




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34996; Package emacs. (Tue, 26 Mar 2019 14:43:02 GMT) Full text and rfc822 format available.

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

From: Alex Branham <alex.branham <at> gmail.com>
To: "Basil L. Contovounesios" <contovob <at> tcd.ie>
Cc: 34996 <at> debbugs.gnu.org, eric <at> ericabrahamsen.net
Subject: Re: bug#34996: 27.0.50; gnus-group-read-ephemeral-group is broken
Date: Tue, 26 Mar 2019 09:42:05 -0500
On Tue 26 Mar 2019 at 09:00, Basil L. Contovounesios <contovob <at> tcd.ie> wrote:

> Alex Branham <alex.branham <at> gmail.com> writes:

> I don't seem to be able to reproduce this on latest master (see revision
> after my signature).  Here's what I tried:
>
> 0. HOME=$(mktemp -d) emacs -Q
> 1. (setq gnus-select-method '(nnnil ""))
>    C-j
> 2. M-x gnus RET
> 3. M-x gnus-read-ephemeral-emacs-bug-group RET 34671 RET
>
> Which revision of master are you on?  Are you able to provide a more
> precise recipe?

I'm on git revision 568af1e5822086f2457b6e98a22624b8138aa72f.

emacs -q
(require 'gnus-group)
M-x gnus-read-ephemeral-emacs-bug-group RET 34671 RET

is enough to trigger this. I can't reproduce with your recipe, although
if I do "q" (quit gnus) "y" (confirm quitting) in between your steps 2
and 3 then I can trigger it. As I said in another thread, I'm just
getting started using gnus. Is gnus-read-ephemeral-emacs-bug-group not
supposed to work if gnus isn't open?

Alex




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34996; Package emacs. (Tue, 26 Mar 2019 15:42:02 GMT) Full text and rfc822 format available.

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

From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: "Basil L. Contovounesios" <contovob <at> tcd.ie>, 34996 <at> debbugs.gnu.org
Subject: Re: bug#34996: 27.0.50; gnus-group-read-ephemeral-group is broken
Date: Tue, 26 Mar 2019 08:41:23 -0700
[Message part 1 (text/plain, inline)]
On 03/26/19 09:42 AM, Alex Branham wrote:
> On Tue 26 Mar 2019 at 09:00, Basil L. Contovounesios <contovob <at> tcd.ie> wrote:
>
>> Alex Branham <alex.branham <at> gmail.com> writes:
>
>> I don't seem to be able to reproduce this on latest master (see revision
>> after my signature).  Here's what I tried:
>>
>> 0. HOME=$(mktemp -d) emacs -Q
>> 1. (setq gnus-select-method '(nnnil ""))
>>    C-j
>> 2. M-x gnus RET
>> 3. M-x gnus-read-ephemeral-emacs-bug-group RET 34671 RET
>>
>> Which revision of master are you on?  Are you able to provide a more
>> precise recipe?
>
> I'm on git revision 568af1e5822086f2457b6e98a22624b8138aa72f.
>
> emacs -q
> (require 'gnus-group)
> M-x gnus-read-ephemeral-emacs-bug-group RET 34671 RET
>
> is enough to trigger this. I can't reproduce with your recipe, although
> if I do "q" (quit gnus) "y" (confirm quitting) in between your steps 2
> and 3 then I can trigger it. As I said in another thread, I'm just
> getting started using gnus. Is gnus-read-ephemeral-emacs-bug-group not
> supposed to work if gnus isn't open?

I think it ought to work, yes. Would you try the attached patch and let
me know if it solves the problem?

Thanks,
Eric

[gnus-ephemeral-start.diff (text/x-patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34996; Package emacs. (Tue, 26 Mar 2019 15:46:01 GMT) Full text and rfc822 format available.

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

From: Alex Branham <alex.branham <at> gmail.com>
To: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Cc: "Basil L. Contovounesios" <contovob <at> tcd.ie>, 34996 <at> debbugs.gnu.org
Subject: Re: bug#34996: 27.0.50; gnus-group-read-ephemeral-group is broken
Date: Tue, 26 Mar 2019 10:45:14 -0500
On Tue 26 Mar 2019 at 10:41, Eric Abrahamsen <eric <at> ericabrahamsen.net> wrote:

> I think it ought to work, yes. Would you try the attached patch and let
> me know if it solves the problem?

Thanks, Eric, that seems to do the trick for me.

Alex




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34996; Package emacs. (Thu, 28 Mar 2019 21:15:01 GMT) Full text and rfc822 format available.

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

From: Alex Branham <alex.branham <at> gmail.com>
To: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Cc: "Basil L. Contovounesios" <contovob <at> tcd.ie>, 34996 <at> debbugs.gnu.org
Subject: Re: bug#34996: 27.0.50; gnus-group-read-ephemeral-group is broken
Date: Thu, 28 Mar 2019 16:14:38 -0500
On Tue 26 Mar 2019 at 10:41, Eric Abrahamsen <eric <at> ericabrahamsen.net> wrote:

> I think it ought to work, yes. Would you try the attached patch and let
> me know if it solves the problem?

Hi Eric - 

Any idea when/if this patch will get applied to master?

Thanks,
Alex




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#34996; Package emacs. (Thu, 28 Mar 2019 22:42:02 GMT) Full text and rfc822 format available.

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

From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: "Basil L. Contovounesios" <contovob <at> tcd.ie>, 34996 <at> debbugs.gnu.org
Subject: Re: bug#34996: 27.0.50; gnus-group-read-ephemeral-group is broken
Date: Thu, 28 Mar 2019 15:41:33 -0700
On 03/28/19 16:14 PM, Alex Branham wrote:
> On Tue 26 Mar 2019 at 10:41, Eric Abrahamsen <eric <at> ericabrahamsen.net> wrote:
>
>> I think it ought to work, yes. Would you try the attached patch and let
>> me know if it solves the problem?
>
> Hi Eric - 
>
> Any idea when/if this patch will get applied to master?

Sorry, just pushed! Thanks for the report.




bug closed, send any further explanations to 34996 <at> debbugs.gnu.org and Alex Branham <alex.branham <at> gmail.com> Request was from Eric Abrahamsen <eric <at> ericabrahamsen.net> to control <at> debbugs.gnu.org. (Thu, 28 Mar 2019 22:43:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Apr 2019 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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