bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28661: 25.3; closing fullscreen frame on macOS 10.13 High Sierra cau


From: Alan Third
Subject: bug#28661: 25.3; closing fullscreen frame on macOS 10.13 High Sierra causes crash
Date: Mon, 2 Oct 2017 23:34:17 +0100
User-agent: Mutt/1.9.0 (2017-09-02)

On Mon, Oct 02, 2017 at 02:27:51PM -0700, John Mastro wrote:
> Sure, I've attached a backtrace from lldb. Let me know if any other
> info would help.

Thank you.

>     frame #0: 0x00000001001b629d Emacs`-[EmacsView 
> windowWillResize:toSize:](self=0x000000010c33a700, _cmd=<unavailable>, 
> sender=<unavailable>, frameSize=(width = 1280, height = 800)) at 
> nsterm.m:6912 [opt]
>    6909
>    6910         if (! [self isFullscreen])
>    6911           {
> -> 6912             extra = FRAME_NS_TITLEBAR_HEIGHT (emacsframe)
>    6913               + FRAME_TOOLBAR_HEIGHT (emacsframe);
>    6914           }

Well, that’s just about the last thing I was expecting.

I guess that closing a fullscreen window now results in it being
resized. But is emacsframe already trashed by this point? That would
certainly cause a crash.

Can you please uncomment line 54 in nsterm.h to enable NSTRACE,
recompile, cause the crash and send the output to me?
-- 
Alan Third





reply via email to

[Prev in Thread] Current Thread [Next in Thread]