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

Telesto <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Telesto <[email protected]> ---
@Caolan
This looks like an VCL UI issue, so you might be interested. It's also
reproducible with gen backend in contrary to what's stated below. Leave it up
to you if a bibisect is needed


(In reply to Aron Budea from comment #5)
> Created attachment 164859 [details]
> 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