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

--- Comment #5 from Aron Budea <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to