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

Longer running Linux instance crash, SIGBUS GtkApplication.staticScreen_getScreens() #256

Closed
kasemir opened this issue Aug 8, 2018 · 1 comment
Labels

Comments

@kasemir
Copy link
Collaborator

kasemir commented Aug 8, 2018

After running for a longer time (>day), instances executed via ssh -YC on another Linux computer have crashes several times like this:

# A fatal error has been detected by the Java Runtime Environment:
...
#  SIGBUS (0x7) at pc=0x00007efbf704a9b2, pid=18271, tid=18299
...
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.glass.ui.gtk.GtkApplication.staticScreen_getScreens()[Lcom/sun/glass/ui/Screen;+0 javafx.graphics@10
j  com.sun.glass.ui.Screen.initScreens()V+6 javafx.graphics@10
j  com.sun.glass.ui.Screen.notifySettingsChanged()V+4 javafx.graphics@10
v  ~StubRoutines::call_stub
j  com.sun.glass.ui.gtk.GtkApplication._runLoop(Ljava/lang/Runnable;Z)V+0 javafx.graphics@10
j  com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(Ljava/lang/Runnable;Z)V+7 javafx.graphics@10
j  com.sun.glass.ui.gtk.GtkApplication$$Lambda$89.run()V+12 javafx.graphics@10
j  java.lang.Thread.run()V+11 java.base@10

Not a show-stopping problem. May be caused by local IT interacting with the desktop configuration to enforce local standards.

@kasemir kasemir added the wontfix label Aug 8, 2018
@kasemir
Copy link
Collaborator Author

kasemir commented Aug 10, 2018

Just happened when the client computer screen is un-locked, which might indeed trigger an update of the display settings. This was with Red Hat Enterprise Linux Workstation release 7.5 and Java 10+46.

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

1 participant