Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Dev and Dep, jvdesktop
-
Labels:
Description
If the Jalview desktop is open when moving between screens of different sizes, it occasionally crashes out with the following:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000124458e47, pid=96801, tid=49671
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [libawt_lwawt.dylib+0x1ae47] OGLSD_SetScratchSurface+0x49
#
# 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:
# /Users/jprocter/git/jalview/hs_err_pid96801.log
Compiled method (nm) 106753874 4853 n 0 sun.java2d.opengl.OGLRenderQueue::flushBuffer (native)
total in heap [0x000000010844ce10,0x000000010844d130] = 800
relocation [0x000000010844cf38,0x000000010844cf78] = 64
main code [0x000000010844cf80,0x000000010844d130] = 432
#
# 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.
#
This looks like an upstream bug - possibly
https://bugs.openjdk.java.net/browse/JDK-8133783