Closed sprig closed 1 year ago
'ZMQbg/1' is just the name of the thread used for debugging purposes (see here). If you look at the backtrace for that thread, the error originates in ns_activate_menubar
(an Emacs function).
14 libsystem_kernel.dylib 0x00007fff729d838f abort_with_reason + 19
15 libobjc.A.dylib 0x00007fff716de820 _objc_fatalv(unsigned long long, unsigned long long, char const*, __va_list_tag*) + 114
16 libobjc.A.dylib 0x00007fff716de7ae _objc_fatal(char const*, ...) + 135
17 libobjc.A.dylib 0x00007fff716df4ab AutoreleasePoolPage::badPop(void*) + 139
18 com.apple.CoreFoundation 0x00007fff387c8a85 _CFAutoreleasePoolPop + 22
19 com.apple.Foundation 0x00007fff3ae62ac1 -[NSAutoreleasePool release] + 129
20 org.gnu.Emacs 0x000000010aca4c5a ns_update_menubar + 2112
21 org.gnu.Emacs 0x000000010aca4c95 ns_activate_menubar + 14
I suggest you report this to the Emacs developers if you are still having issues. Closing as this is not ZMQ related.
Not 100% sure whether it should be here or in the main zmq repository. Emacs crashed when I clicked the menu bar, and apparently ZMQ is at fault, though I'm far from certain about this. I am unable to reproduce this.