https://bz.apache.org/ooo/show_bug.cgi?id=128633
Issue ID: 128633
Issue Type: DEFECT
Summary: JDBC driver crash due to stack overflow in
Tools.toUnoException()
Product: Base
Version: 4.2.0-dev
Hardware: All
OS: All
Status: CONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When using MySQL with the JDBC connector, certain errors connecting to the
database will crash OpenOffice due to a stack overflow when converting the
exception in Tools.toUnoException(). This is because the function recurses on
exception causes, and some exceptions have a cause pointing back to themselves,
creating infinite recursion that overflows all stack space.
--
You are receiving this mail because:
You are the assignee for the issue.