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

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

bug#37299: 26.3; Emacs on OSX crashes when clicking menu items while usi


From: Michael Albinus
Subject: bug#37299: 26.3; Emacs on OSX crashes when clicking menu items while using tramp
Date: Thu, 05 Sep 2019 15:10:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

> Which just tells us that
>
>   /* set main menu */
>   if (needsSet)
>     [NSApp setMainMenu: menu];
>
>   [pool release]; <= This causes the crash
>   unblock_input ();
>
> but not what object is at fault. Removing that [pool release] fixes
> the crash, but probably means leaking memory.

And it doesn't explain how it's related to Tramp.

> Robert

Best regards, Michael.





reply via email to

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