* Emacs dumps core in Gnus with gnus-uu-mark-thread
@ 2020-01-22 10:55 Julien Cubizolles
2020-01-22 12:15 ` Robert Pluim
0 siblings, 1 reply; 9+ messages in thread
From: Julien Cubizolles @ 2020-01-22 10:55 UTC (permalink / raw)
To: emacs-devel; +Cc: info-gnus-english
In recent versions, Emacs is crashing whenever I run gnus-uu-mark-thread in a
*Summary* buffer, and even when accessing some groups from the *Group*
buffer. Also the *Summary* modeline gets funky when ticking a message,
marking it unread...
I've never seen anything like it.
The relevant version numbers are:
GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.12,
cairo version 1.16.0) of 2020-01-22
Gnus v5.13
I don't have this problem rolling back to:
GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.11) of
2019-09-23, modified by Debian
Julien.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-22 10:55 Emacs dumps core in Gnus with gnus-uu-mark-thread Julien Cubizolles
@ 2020-01-22 12:15 ` Robert Pluim
2020-01-22 17:49 ` Julien Cubizolles
0 siblings, 1 reply; 9+ messages in thread
From: Robert Pluim @ 2020-01-22 12:15 UTC (permalink / raw)
To: Julien Cubizolles; +Cc: info-gnus-english, emacs-devel
>>>>> On Wed, 22 Jan 2020 11:55:14 +0100, Julien Cubizolles <j.cubizolles@free.fr> said:
Julien> In recent versions, Emacs is crashing whenever I run gnus-uu-mark-thread in a
Julien> *Summary* buffer, and even when accessing some groups from the *Group*
Julien> buffer. Also the *Summary* modeline gets funky when ticking a message,
Julien> marking it unread...
Julien> I've never seen anything like it.
Julien> The relevant version numbers are:
Julien> GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.12,
Julien> cairo version 1.16.0) of 2020-01-22
Julien> Gnus v5.13
Julien> I don't have this problem rolling back to:
Julien> GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.11) of
Julien> 2019-09-23, modified by Debian
Can you run emacs under gdb and get a backtrace? Also, do you have any
settings for gnus-read-mark and similar using unicode emoji?
Robert
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-22 12:15 ` Robert Pluim
@ 2020-01-22 17:49 ` Julien Cubizolles
2020-01-22 20:44 ` Robert Pluim
2020-01-22 21:10 ` Stefan Monnier
0 siblings, 2 replies; 9+ messages in thread
From: Julien Cubizolles @ 2020-01-22 17:49 UTC (permalink / raw)
To: emacs-devel; +Cc: info-gnus-english
Robert Pluim <rpluim@gmail.com> writes:
> Also, do you have any settings for gnus-read-mark and similar using
> unicode emoji?
Yes good catch ! I had all of my gnus-whatever-marks, and
gnus-sum-thread-tree-whatever set to unicode characters. Without it, the
problem disappears. Is there a bug report about it ?
Julien.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-22 17:49 ` Julien Cubizolles
@ 2020-01-22 20:44 ` Robert Pluim
2020-01-26 8:22 ` Julien Cubizolles
2020-01-22 21:10 ` Stefan Monnier
1 sibling, 1 reply; 9+ messages in thread
From: Robert Pluim @ 2020-01-22 20:44 UTC (permalink / raw)
To: Julien Cubizolles; +Cc: emacs-devel, info-gnus-english
>>>>> On Wed, 22 Jan 2020 18:49:43 +0100, Julien Cubizolles <j.cubizolles@free.fr> said:
Julien> Robert Pluim <rpluim@gmail.com> writes:
>> Also, do you have any settings for gnus-read-mark and similar using
>> unicode emoji?
Julien> Yes good catch ! I had all of my gnus-whatever-marks, and
Julien> gnus-sum-thread-tree-whatever set to unicode characters. Without it, the
Julien> problem disappears. Is there a bug report about it ?
Yes, Bug#39207. I just posted a suggestion there that helps for me with
the gnus-whatever-marks, but Iʼll need to check if something similar
is needed for gnus-sum-thread-tree-*
Robert
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-22 17:49 ` Julien Cubizolles
2020-01-22 20:44 ` Robert Pluim
@ 2020-01-22 21:10 ` Stefan Monnier
2020-01-23 14:36 ` Eli Zaretskii
1 sibling, 1 reply; 9+ messages in thread
From: Stefan Monnier @ 2020-01-22 21:10 UTC (permalink / raw)
To: Julien Cubizolles; +Cc: emacs-devel, info-gnus-english
>> Also, do you have any settings for gnus-read-mark and similar using
>> unicode emoji?
>
> Yes good catch ! I had all of my gnus-whatever-marks, and
> gnus-sum-thread-tree-whatever set to unicode characters. Without it, the
> problem disappears. Is there a bug report about it ?
No idea if it's the same problem, but my bug#33345 has to do with
a crash in Gnus linked to Unicode chars (no gnus-uu-mark-thread, tho).
Stefan
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-22 21:10 ` Stefan Monnier
@ 2020-01-23 14:36 ` Eli Zaretskii
0 siblings, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2020-01-23 14:36 UTC (permalink / raw)
To: Stefan Monnier; +Cc: j.cubizolles, emacs-devel
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Wed, 22 Jan 2020 16:10:31 -0500
> Cc: info-gnus-english@gnu.org, emacs-devel@gnu.org
>
> No idea if it's the same problem, but my bug#33345 has to do with
> a crash in Gnus linked to Unicode chars (no gnus-uu-mark-thread, tho).
Unlikely.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-22 20:44 ` Robert Pluim
@ 2020-01-26 8:22 ` Julien Cubizolles
2020-01-26 20:16 ` Robert Pluim
0 siblings, 1 reply; 9+ messages in thread
From: Julien Cubizolles @ 2020-01-26 8:22 UTC (permalink / raw)
To: info-gnus-english; +Cc: emacs-devel
Robert Pluim <rpluim@gmail.com> writes:
>>>>>> On Wed, 22 Jan 2020 18:49:43 +0100, Julien Cubizolles <j.cubizolles@free.fr> said:
>
> Julien> Robert Pluim <rpluim@gmail.com> writes:
> >> Also, do you have any settings for gnus-read-mark and similar using
> >> unicode emoji?
>
> Julien> Yes good catch ! I had all of my gnus-whatever-marks, and
> Julien> gnus-sum-thread-tree-whatever set to unicode characters. Without it, the
> Julien> problem disappears. Is there a bug report about it ?
>
> Yes, Bug#39207. I just posted a suggestion there that helps for me with
> the gnus-whatever-marks, but Iʼll need to check if something similar
> is needed for gnus-sum-thread-tree-*
Thanks, I'll check it soon.
Julien.
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-26 8:22 ` Julien Cubizolles
@ 2020-01-26 20:16 ` Robert Pluim
2020-01-27 17:28 ` Julien Cubizolles
0 siblings, 1 reply; 9+ messages in thread
From: Robert Pluim @ 2020-01-26 20:16 UTC (permalink / raw)
To: Julien Cubizolles; +Cc: info-gnus-english, emacs-devel
>>>>> On Sun, 26 Jan 2020 09:22:19 +0100, Julien Cubizolles <j.cubizolles@free.fr> said:
Julien> Robert Pluim <rpluim@gmail.com> writes:
>>>>>>> On Wed, 22 Jan 2020 18:49:43 +0100, Julien Cubizolles <j.cubizolles@free.fr> said:
>>
Julien> Robert Pluim <rpluim@gmail.com> writes:
>> >> Also, do you have any settings for gnus-read-mark and similar using
>> >> unicode emoji?
>>
Julien> Yes good catch ! I had all of my gnus-whatever-marks, and
Julien> gnus-sum-thread-tree-whatever set to unicode characters. Without it, the
Julien> problem disappears. Is there a bug report about it ?
>>
>> Yes, Bug#39207. I just posted a suggestion there that helps for me with
>> the gnus-whatever-marks, but Iʼll need to check if something similar
>> is needed for gnus-sum-thread-tree-*
Julien> Thanks, I'll check it soon.
A proper fix has since been checked into emacs-master:
commit 6f580542c1
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed Jan 22 23:43:29 2020 -0800
Fix crash when sending Gnus message (Bug#39207)
Robert
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Emacs dumps core in Gnus with gnus-uu-mark-thread
2020-01-26 20:16 ` Robert Pluim
@ 2020-01-27 17:28 ` Julien Cubizolles
0 siblings, 0 replies; 9+ messages in thread
From: Julien Cubizolles @ 2020-01-27 17:28 UTC (permalink / raw)
To: Robert Pluim; +Cc: info-gnus-english, emacs-devel
Robert Pluim <rpluim@gmail.com> writes:
> A proper fix has since been checked into emacs-master:
>
> commit 6f580542c1
> Author: Paul Eggert <eggert@cs.ucla.edu>
> Date: Wed Jan 22 23:43:29 2020 -0800
>
> Fix crash when sending Gnus message (Bug#39207)
>
> Robert
I'm using it at the moment, it's working fine, thanks.
Julien.
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-01-27 17:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 10:55 Emacs dumps core in Gnus with gnus-uu-mark-thread Julien Cubizolles
2020-01-22 12:15 ` Robert Pluim
2020-01-22 17:49 ` Julien Cubizolles
2020-01-22 20:44 ` Robert Pluim
2020-01-26 8:22 ` Julien Cubizolles
2020-01-26 20:16 ` Robert Pluim
2020-01-27 17:28 ` Julien Cubizolles
2020-01-22 21:10 ` Stefan Monnier
2020-01-23 14:36 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.