https://bugs.documentfoundation.org/show_bug.cgi?id=143749
--- Comment #3 from Julien Nabet <[email protected]> --- I wonder if there's not a mutex or something lacking. Here's some gdb session: Thread 1 "soffice.bin" hit Breakpoint 1, SvTreeListBox::MouseButtonDown (this=0x7d35230, rMEvt=...) at vcl/source/treelist/treelistbox.cxx:2289 2289 pImpl->MouseButtonDown( rMEvt ); (gdb) p pImpl $4 = std::unique_ptr<SvImpLBox> = {get() = 0x7d38450} (gdb) n [New Thread 0x7fb8804a5700 (LWP 36956)] [Thread 0x7fb8804a5700 (LWP 36956) exited] [New Thread 0x7fb8804a5700 (LWP 36957)] [Thread 0x7fb8804a5700 (LWP 36957) exited] 2292 pImpl->m_pCursorOld = (rMEvt.IsLeft() && (nTreeFlags & SvTreeFlags::CHKBTN) && mnClicksToToggle > 0) (gdb) p pImpl $5 = std::unique_ptr<SvImpLBox> = {get() = 0x0} It seems something in // emptied pImpl -- You are receiving this mail because: You are the assignee for the bug.
