https://issues.apache.org/ooo/show_bug.cgi?id=124573
--- Comment #1 from Andre <[email protected]> --- This problem is caused by an uninitialized flag in Desktop::Main() (desktop/source/app/app.cxx): When the support for assistive devices is active then the access bridge is initialized. This sets a flag that defines what to do when the initialization failed. In that case the flag is not modified and, since it is not initialized, contains a random value. Therefore, sometimes OpenOffice just shuts down. -- You are receiving this mail because: You are watching all issue changes.
