[Libreoffice-bugs] [Bug 134820] Crash after undo with experimental features enabled
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 20 19:00:31 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134820
--- Comment #5 from Terrence Enger <lo_bugs at iseries-guru.com> ---
The code leading up to
svx/source/sidebar/inspector/InspectorTextPanel.cxx line 63 reads
61: void InspectorTextPanel::updateEntries(const std::vector<TreeNode>& rStore)
62: {
63: mpListBoxStyles->freeze();
This function is frame #14 in the previously attached backtrace.
In the second call to this function,
mpListBoxStyles = std::unique_ptr<weld::TreeView>
= {get() = 0x9999999999999999}
and the call to freeze() results in an immediate segfault.
--
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/20200720/2c06d735/attachment.htm>
More information about the Libreoffice-bugs
mailing list