Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional NullPointerException #58

Open
madflow opened this issue Jul 7, 2014 · 3 comments
Open

Occasional NullPointerException #58

madflow opened this issue Jul 7, 2014 · 3 comments
Labels

Comments

@madflow
Copy link
Owner

madflow commented Jul 7, 2014

I haven't found a way to reproduce this yet. Maybe this is just on a linux machine..

The NPE occurs when previewing a .md file.

Tested with this commit:

88aaafc

java.lang.NullPointerException
    at javafx.scene.Scene$ScenePulseListener.synchronizeSceneProperties(Scene.java:2323)
    at javafx.scene.Scene$ScenePulseListener.pulse(Scene.java:2417)
    at com.sun.javafx.tk.Toolkit$3.run(Toolkit.java:321)
    at com.sun.javafx.tk.Toolkit$3.run(Toolkit.java:319)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.tk.Toolkit.runPulse(Toolkit.java:319)
    at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:348)
    at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:479)
    at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:460)
    at com.sun.javafx.tk.quantum.QuantumToolkit$13.run(QuantumToolkit.java:327)
[catch] at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
    at com.sun.glass.ui.gtk.GtkApplication.access$200(GtkApplication.java:48)
    at com.sun.glass.ui.gtk.GtkApplication$6$1.run(GtkApplication.java:149)
    at java.lang.Thread.run(Thread.java:745)
@madflow madflow closed this as completed Nov 19, 2014
@Ditso6
Copy link

Ditso6 commented Mar 17, 2015

Did you find a work around?

@madflow
Copy link
Owner Author

madflow commented Mar 17, 2015

I have not - I could not reproduce it. To me it seemed like a random error, which could be caused by a timeout when rendering a document. Pretty vague.

Can you reproduce this every time you try to render a certain document?

@Ditso6
Copy link

Ditso6 commented Mar 18, 2015

Seems to be a javafx upstream bug https://javafx-jira.kenai.com/browse/RT-37862

@madflow madflow reopened this Mar 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants