https://issues.apache.org/ooo/show_bug.cgi?id=126063
Issue ID: 126063
Issue Type: DEFECT
Summary: JavaFx Extension causes OpenOffice to crash in Linux
Product: App Dev
Version: 4.1.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: api
Assignee: [email protected]
Reporter: [email protected]
OpenOffice crashes when i'm trying to launch an addon in linux, but it fine in
windows. Addon is written in javafx. The crash happens occasionally not always
and it happens only at the launch, if program loads then it works fine.
Tried to debug from code, crash happens on the line where javafx thread is
launching in init method:
Platform.runLater(new Runnable() {
@Override
public void run() {
...
}
});
There is no exception/error thrown, just crash.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.