https://issues.apache.org/ooo/show_bug.cgi?id=124507

--- Comment #5 from Oliver-Rainer Wittmann <[email protected]> ---
My investigation reveals the following:
A sorting of the resulting rows from the query - corresponding SQL statement is
given by mroe - is triggered. The sorting algorithm wants to know the type of
the columns on which the sorting should be performed. An internal data
structure containing the indexes for the sorting columns based on the full
table with all columns, but the resulting set does contain only one column. In
the given use case it is the column "Author". Thus, an invalid index access
occurred in the sorting code which leads to a crash.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to