-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6u14
-
x86
-
solaris_10
Environment:
Platform: Solaris10-x64
Build: 6u14b04
Casename: XformVolatile_PBUFFER
Suitename: 2D_JAVAOGLBAT
When I firstly ran this testcase ,it failed. I found when the the testcase ran it with some parameters for example -Dsun.java2d.opengl=True
In the terminal is show the follwing info:
Either PBUFFER (fbobject=false) or Default OGL Path (fbobject not passed)
Running XformVolatile_PBUFFER with -Dsun.java2d.opengl=True and -Dsun.java2d.opengl.fbobject=false
OpenGL pipeline enabled for default config on screen 0
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGFPE (0x8) at pc=0xfffffd7ffe05bed9, pid=2289, tid=12
#
# JRE version: 6.0_14-b04
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b13 mixed mode solaris-amd64 )
# Problematic frame:
# C [libmawt.so+0x2bed9] Java_sun_java2d_x11_X11CachingSurfaceManager_updateBitmask+0xe19
#
# An error report file with more information is saved as:
# /usr/local/lyhu-2d-apr23/result/Standalone_2d_2009_04_17_00_50_11/root.SunOS.x86/XformVolatile_PBUFFER/hs_err_pid2289.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
When we then ran it without the parameter -Dsun.java2d.opengl=True, it worked fine.
Please check the detailed log info and the test case source code from the attachment.
Platform: Solaris10-x64
Build: 6u14b04
Casename: XformVolatile_PBUFFER
Suitename: 2D_JAVAOGLBAT
When I firstly ran this testcase ,it failed. I found when the the testcase ran it with some parameters for example -Dsun.java2d.opengl=True
In the terminal is show the follwing info:
Either PBUFFER (fbobject=false) or Default OGL Path (fbobject not passed)
Running XformVolatile_PBUFFER with -Dsun.java2d.opengl=True and -Dsun.java2d.opengl.fbobject=false
OpenGL pipeline enabled for default config on screen 0
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGFPE (0x8) at pc=0xfffffd7ffe05bed9, pid=2289, tid=12
#
# JRE version: 6.0_14-b04
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b13 mixed mode solaris-amd64 )
# Problematic frame:
# C [libmawt.so+0x2bed9] Java_sun_java2d_x11_X11CachingSurfaceManager_updateBitmask+0xe19
#
# An error report file with more information is saved as:
# /usr/local/lyhu-2d-apr23/result/Standalone_2d_2009_04_17_00_50_11/root.SunOS.x86/XformVolatile_PBUFFER/hs_err_pid2289.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
When we then ran it without the parameter -Dsun.java2d.opengl=True, it worked fine.
Please check the detailed log info and the test case source code from the attachment.
- relates to
-
JDK-6756261 XformVolatile test fails with jvm crash on x64-solaris10-jvm64 with OpenGL pipeline.
- Closed