GNU bug report logs -
#56527
28.1; Crash on macOS with magit
Previous Next
Reported by: Jonathan Mitchell <mitchell.jkyle <at> gmail.com>
Date: Wed, 13 Jul 2022 00:45:01 UTC
Severity: normal
Tags: moreinfo
Found in version 28.1
Fixed in version 28.2
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
I'm still able to reproduce this issue on the emacs-28 branch with the
following basic recipe. The details of the backtrace, where in the
code it fails, and how long it takes until it aborts all vary between
runs.
1. start `emacs -Q`
2. evaluate `(package-initialize)` to make the elpa magit package
available.
3. run magit commands (like magit-log commands) repeatedly until
emacs (eventually) aborts.
The good news is that I have since built Emacs 29 from the `master`
branch, and I've not been able to reproduce the issue with it. I did
some git bisecting on `master` and found that the below commit is the
first one where I cannot reproduce the issue.
commit 5f1bd872478927ad4bc635502e74628d39885286
Author: Gerd Moellmann <gerd.moellmann <at> gmail.com>
Date: Tue Jun 21 15:49:44 2022 +0200
Prevent GC of window referenced from EmacsScroller
* src/nsterm.m (EmacsScroller.mark, mark_nsterm): New functions.
* src/nsterm.h (EmacsScroller.mark, mark_nsterm): Declare.
* src/alloc.c (garbage_collect) [MAVE_NS]: Call mark_nsterm.
(Bug#56095)
src/alloc.c | 4 ++++
src/nsterm.h | 4 ++++
src/nsterm.m | 30 ++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+)
Thanks.
[Message part 2 (text/html, inline)]
This bug report was last modified 2 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.