-
Notifications
You must be signed in to change notification settings - Fork 18
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
Segfault on Ubuntu 17.10 #21
Comments
A couple more data points:
|
This thread may also be related, since the stack frame is the same. This issue is likely caused by Wayland. |
On X11, the window remains empty and the console reports this
|
@ScienceToolkit This is the thing I wanted to test on your Ubuntu 18.04 system earlier today. It is actually the current 3D Viewer plugin, not the new SciView plugin. Testing will be as simple as launching Fiji, opening T1 Head (File ▶ Open Samples ▶ T1 Head), running Plugins ▶ 3D Viewer, and clicking OK to the dialog box. If the 3D head rendering appears, then it appears the issue was resolved. |
@axtimwalde I notice that your stack trace indicates Java 1.8.0_66. Would be worth testing on 1.8.0_172, and maybe on Java 10, to see if that makes a difference. And of course you could now upgrade to 18.04 LTS if you feel adventurous and/or fed-up with 17.10. |
@ctrueden on 18.04: 3D [dev] 1.6.0-scijava-2-pre11-daily-experimental daily
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f9d295171d8, pid=26932, tid=0x00007f9cb4e89700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_172-b11) (build 1.8.0_172-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.172-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libawt_xawt.so+0x421d8] ReadRegionsInList+0x3b8
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/saalfeld/hs_err_pid26932.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped) |
Thanks @axtimwalde! 😿 to see it's not fixed yet. |
@ctrueden I ran your test with the T1 Head and it rendered fine on my machine. No errors. |
@ScienceToolkit Interesting! I wonder if it is some hardware difference between your machine and @axtimwalde's. Or are you using Ubuntu with Xorg instead of Wayland? What does |
@ctrueden I am using Xorg (18.04 default). Running bash echo $XDG_SESSION_TYPE gives me x11. |
@ScienceToolkit Aha, OK, so all still makes sense. The bug happens with Wayland, and it has not yet been resolved. @axtimwalde May be worth reporting upstream, if you can figure out where+how to do so. |
Just ran into this issue today. |
I just downloaded the latest native glue libs from here: And they seem to work! |
As soon as the plugin attempts to create a 3D viewer window, the JVM crashes with
The text was updated successfully, but these errors were encountered: