unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* macOS NS GUI crash due to invalid font pointer in frame struct while marking
@ 2020-01-23 16:16 Daniel Pittman
  2020-01-23 19:10 ` Robert Pluim
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Pittman @ 2020-01-23 16:16 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

G'day.  I've come across a crash during GC on macOS 10.15.2, GNU Emacs
built from source, git d97a77c481ec913d8c3c24f2eecdc41a28243678.

The crash is located at:
...->mark_window->mark_vectorlike->mark_frame

In this the bad pointer is in (struct frame).output_data.ns.font, where the
pointer is wildly out of the memory map, and so crashes trying to determine
if that was marked.

I haven't yet tracked this down to a root cause, but before I invest
significant time in that I'd like to know if anyone else is investigating
this, or something similar to this?

Reproduction is, painfully, just a matter of waiting for a crash.  It seems
to be vaguely correlated to external process interactions, but can't find a
clear root cause.

I'll work to get a fix, of course, but wanted to avoid duplicating work if
someone else already has this in hand, or knows more.

Thanks!

[-- Attachment #2: Type: text/html, Size: 1085 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-24 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 16:16 macOS NS GUI crash due to invalid font pointer in frame struct while marking Daniel Pittman
2020-01-23 19:10 ` Robert Pluim
2020-01-24 15:04   ` Daniel Pittman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).