GNU bug report logs - #79116
31.0.50; Crash on IGC build

Previous Next

Package: emacs;

Reported by: Sean Devlin <spd <at> toadstyle.org>

Date: Mon, 28 Jul 2025 18:32:01 UTC

Severity: normal

Found in version 31.0.50

Full log


View this message in rfc822 format

From: Helmut Eller <eller.helmut <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: spd <at> toadstyle.org, pipcet <at> protonmail.com, 79116 <at> debbugs.gnu.org
Subject: bug#79116: 31.0.50; Crash on IGC build
Date: Wed, 30 Jul 2025 18:31:39 +0200
On Wed, Jul 30 2025, Eli Zaretskii wrote:

> You seem to be talking about the data structures manipulated by the
> display engine, but the thread which got hit with SIGABRT was not the
> main thread (which indeed was in redisplay), it's some other thread.
> And I wonder how come that other thread called MPS.

I think that's the usual way how page faults are handled on MacOS:

  1. the main thread hits a memory barrier (in this case in redisplay)

  2. the Mach kernel stops the main thread and sends an message to
     process' exception port

  3. there is a dedicated thread that reads the message from the
     exception port.  It's this thread that calls into MPS and
     copies/scans objects as needed.  In this case that triggered the
     assertion.

I'm not sure when or how the main thread is resumed. Gerd would
certainly know.

Helmut




This bug report was last modified 18 days ago.

Previous Next


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