[Libreoffice-bugs] [Bug 143749] Inserting fontwork causes crash

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 5 19:29:09 UTC 2021


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

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210805/189c76f3/attachment.htm>


More information about the Libreoffice-bugs mailing list