You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/01/26 14:38:42 UTC

[Issue 126063] New: JavaFx Extension causes OpenOffice to crash in Linux

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: issues@openoffice.apache.org
          Reporter: arch@fina2.net

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.

[Issue 126063] JavaFx Extension causes OpenOffice to crash in Linux

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126063

--- Comment #3 from Ariel Constenla-Haile <ar...@apache.org> ---
Can you attach a test case to reproduce this? Ideally, not the compiled OXT,
but source code (it does not need to actually do something, it can be a dummy
extension with the minimal code in order to reproduce it).

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

[Issue 126063] JavaFx Extension causes OpenOffice to crash in Linux

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126063

--- Comment #5 from Arch <ar...@fina2.net> ---
(In reply to Ariel Constenla-Haile from comment #4)
> My guessing is that this is the same bug seen with
> SwingUtilities.invokeLater()

Yes SwingUtilities.invokeLater() is bugged as well, had to remove it in my
project otherwise oo would freeze every time I tried to launch addon.
Will make simple project and post to demonstrate the issue.

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

[Issue 126063] JavaFx Extension causes OpenOffice to crash in Linux

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126063

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
My guessing is that this is the same bug seen with SwingUtilities.invokeLater()

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

[Issue 126063] JavaFx Extension causes OpenOffice to crash in Linux

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126063

Kay <ks...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needmoreinfo
                 CC|                            |kschenk@apache.org

--- Comment #1 from Kay <ks...@apache.org> ---
Please specify Linux OS you're using, and, do you have the same Java version on
both your Windows and Linux machine?

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

[Issue 126063] JavaFx Extension causes OpenOffice to crash in Linux

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126063

--- Comment #2 from Arch <ar...@fina2.net> ---
(In reply to Kay from comment #1)
> Please specify Linux OS you're using, and, do you have the same Java version
> on both your Windows and Linux machine?

Have tested it on Centos 6.5/7, Ubuntu 12.04.01(x64), Arch Linux(x64) on latest
Oracle java 7 and 8, also on java 7u55/7u64/7u72.

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

[Issue 126063] JavaFx Extension causes OpenOffice to crash in Linux

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126063

Arch <ar...@fina2.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |crash
           Priority|P3                          |P2
           Hardware|All                         |PC
                 OS|All                         |Linux
           Severity|normal                      |major

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