GNU bug report logs -
#43882
27.1; Gnus sometimes crashes emacs 27.1 during nnir search
Previous Next
Reported by: Mikael Svahnberg <Mikael.Svahnberg <at> bth.se>
Date: Fri, 9 Oct 2020 14:27:01 UTC
Severity: normal
Tags: moreinfo
Found in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 43882 <at> debbugs.gnu.org (full text, mbox):
> From: Mikael Svahnberg <Mikael.Svahnberg <at> bth.se>
> Date: Fri, 09 Oct 2020 12:14:18 +0200
>
>
> I upgraded to emacs 27.1 yesterday and so far it has crashed twice on me
> when I search for emails in Gnus. I use the following function to
> perform the search (there are probably better ways, but this has worked
> for me the past eight years):
>
> --------------------
> ;; Search mail from everywhere
> (defun msv-search-mail ()
> (interactive)
> (with-current-buffer "*Group*"
> (save-excursion
> (beginning-of-buffer)
> (search-forward "All Mail")
> (call-interactively (gnus-group-make-nnir-group nil)))))
>
> ;; <2017-08-15 Tue>
> ;; Try a better search input
> (use-package gnus-x-gm-raw :ensure t)
> --------------------
>
> What happens is that emacs freezes and (I happened to have =top=
> running in a terminal nearby) consumes 100% CPU for 5-10 seconds, before
> crashing.
Looks like stack overflow during GC? What is the maximum size of the
stack of the running Emacs process? Can you try enlarging it?
This bug report was last modified 3 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.