LyX 1.5.0 crashes everytime on quit on Mac, and it causes OS X's
crashdump utility to go into what seems like an endless loop,
consuming all available processor time. Here's the backtrace:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000040
0x00079108 in lyx::LyXServerSocket::~LyXServerSocket
(this=0x158ae490) at lyxsocket.C:80
80 theApp->unregisterSocketCallback(fd_);
(gdb) bt
#0 0x00079108 in lyx::LyXServerSocket::~LyXServerSocket
(this=0x158ae490) at lyxsocket.C:80
#1 0x006408e0 in boost::checked_delete<lyx::LyXServerSocket>
(x=0x158ae490) at ../boost/boost/checked_delete.hpp:34
#2 0x00640b44 in lyx::LyX::Singletons::~Singletons (this=0xc619400)
at lyx_main.C:141
#3 0x00640bec in boost::checked_delete<lyx::LyX::Singletons>
(x=0xc619400) at ../boost/boost/checked_delete.hpp:34
#4 0x00640c70 in lyx::LyX::~LyX (this=0xc6193f0) at lyx_main.h:41
#5 0x00640cdc in boost::checked_delete<lyx::LyX> (x=0xc6193f0) at ../
boost/boost/checked_delete.hpp:34
#6 0x000039c4 in cxa_atexit_wrapper (routine_param=0x521d8) at ../../
gcc-4.2-20060729/gcc/config/darwin-crt3.c:402
#7 0x9001455c in __cxa_finalize ()
#8 0x90014444 in exit ()
#9 0x00002e6c in _start ()
#10 0x00002b44 in start ()
(gdb)
Bennett