https://bugs.documentfoundation.org/show_bug.cgi?id=93386

--- Comment #10 from Alex Thurgood <[email protected]> ---
lldb session, this is what happens when I shut the main base window in master
debug :

Process 73808 stopped
* thread #1: tid = 0x34032e, 0x0000000102e5c351
libsvllo.dylib`SfxBroadcaster::AddListener(this=0x0003000128e08140,
rListener=0x00000001146a6430) + 81 at SfxBroadcaster.cxx:99, queue =
'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
    frame #0: 0x0000000102e5c351
libsvllo.dylib`SfxBroadcaster::AddListener(this=0x0003000128e08140,
rListener=0x00000001146a6430) + 81 at SfxBroadcaster.cxx:99
   96      void SfxBroadcaster::AddListener( SfxListener& rListener )
   97      {
   98          DBG_TESTSOLARMUTEX();
-> 99          if (mpImpl->m_RemovedPositions.empty())
   100         {
   101             mpImpl->m_Listeners.push_back(&rListener);
   102         }
c
Process 73808 resuming
Process 73808 stopped
* thread #1: tid = 0x34032e, 0x0000000102e5c351
libsvllo.dylib`SfxBroadcaster::AddListener(this=0x0003000128e08140,
rListener=0x00000001146a6430) + 81 at SfxBroadcaster.cxx:99, queue =
'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
    frame #0: 0x0000000102e5c351
libsvllo.dylib`SfxBroadcaster::AddListener(this=0x0003000128e08140,
rListener=0x00000001146a6430) + 81 at SfxBroadcaster.cxx:99
   96      void SfxBroadcaster::AddListener( SfxListener& rListener )
   97      {
   98          DBG_TESTSOLARMUTEX();
-> 99          if (mpImpl->m_RemovedPositions.empty())
   100         {
   101             mpImpl->m_Listeners.push_back(&rListener);
   102         }


So the debug code tests for the release of the solarmutex, but then everything
gets stuck in a loop. I guess this doesn't happen in the production release
code ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to