[Libreoffice-bugs] [Bug 136189] Crash rejecting track and changes sorted by author
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 29 22:06:52 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136189
--- Comment #5 from Aron Budea <baron at caesar.elte.hu> ---
Created attachment 164859
--> https://bugs.documentfoundation.org/attachment.cgi?id=164859&action=edit
BT of assert when sorting
Indeed, it seems to be Windows-only.
Adjusting crash report signature, and adding URL here:
https://crashreport.libreoffice.org/stats/crash_details/f21cd282-76d7-474e-afe5-cfbb674ac745
In Windows, when trying to sort on Author, I get the following assertion
failure (attached):
assert(col >= 0 && "cannot sort on expander column");
https://opengrok.libreoffice.org/xref/core/vcl/source/app/salvtables.cxx?r=45649f44#4663
If I comment out the assert, and continue with the procedure, there's another
assert after the 5th or so rejection, similarly to comment 2:
assert(col >= 0 && o3tl::make_unsigned(col) < pEntry->ItemCount());
https://opengrok.libreoffice.org/xref/core/vcl/source/app/salvtables.cxx?r=45649f44#3952
--
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/20200829/b667ca8e/attachment.htm>
More information about the Libreoffice-bugs
mailing list