[Libreoffice-bugs] [Bug 130075] EDITING - While pasting data in a table, selecting "Next" makes Base crash

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 19 20:19:15 UTC 2020


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

--- Comment #7 from Julien Nabet <serval2412 at yahoo.fr> ---
Created attachment 157255
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157255&action=edit
bt with debug symbols

Assertion but in non debug mode, it would crash the line after:
   1662 void SvTreeListBox::SetEntryText(SvTreeListEntry* pEntry, const
OUString& rStr)
   1663 {
   1664     SvLBoxString* pItem =
static_cast<SvLBoxString*>(pEntry->GetFirstItem(SvLBoxItemType::String));
   1665     assert(pItem);
   1666     pItem->SetText(rStr);
See
https://opengrok.libreoffice.org/xref/core/vcl/source/treelist/treelistbox.cxx?r=a62a139c#1662

-- 
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/20200119/0b2aa5df/attachment.htm>


More information about the Libreoffice-bugs mailing list