GNU bug report logs -
#21428
24.5; Crash of emacs on OS X, installed via homebrew cask
Previous Next
Reported by: Rainer M Krug <Rainer <at> krugs.de>
Date: Mon, 7 Sep 2015 10:11:01 UTC
Severity: normal
Tags: moreinfo
Found in version 24.5
Fixed in version 25.1
Done: Alan Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
Full log
Message #227 received at 21428 <at> debbugs.gnu.org (full text, mbox):
> From: Rainer M Krug <Rainer <at> krugs.de>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 21428 <at> debbugs.gnu.org, mituharu+bug-gnu-emacs-mac <at> math.s.chiba-u.ac.jp
> Date: Fri, 16 Oct 2015 10:35:11 +0200
>
> OK - I am back. I upgraded my system to OSX El Capitan and I still had
> the crashes.
>
> I attach the log (unfortunately the logging was not working as I deleted
> the log inbetween, but I attach the shell output which should be the
> same).
>
> I leave the session open and enable logging again.
>
> Let me know if you need further info.
I see the problem, but I don't yet understand how it happens.
What is the value of windows_or_buffers_changed? IOW, what does this
print:
(gdb) p windows_or_buffers_changed
Also, can you try adding this line:
f->fonts_changed = true;
after this line in frame.c:x_set_font (should be around line 3650 in
frame.c):
/* Attempt to hunt down bug#16028. */
SET_FRAME_GARBAGED (f); <<<<<<<<<<<<<<<<<<<<<<<<<<
Please add that here, and see if the crashes go away.
Thanks.
This bug report was last modified 8 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.