-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
7u21
-
Mac OS X 10.7.5, JRE version: 7.0_21-b12, javafx 2.2.21
MP4 leads to JVM crash when application is closed. Besides wrong events seem to be triggered: 'paused' event when playing video
The example works fine on windows/ linux (same jre version)
Output was generated with -Xcheck:jni -Dprism.verbose=true
-------------------
Prism pipeline init order: es2 j2d
Using t2k for text rasterization
Using dirty region optimizations
Prism pipeline name = com.sun.prism.es2.ES2Pipeline
Loading ES2 native library ... prism-es2
succeeded.
GLFactory using com.sun.prism.es2.MacGLFactory
(X) Got class = class com.sun.prism.es2.ES2Pipeline
Initialized prism pipeline: com.sun.prism.es2.ES2Pipeline
Maximum supported texture size: 8192
Graphics Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce GT 330M OpenGL Engine
Version: 2.1 NVIDIA-7.32.12
Maximum texture size clamped to 4096
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
onPaused
QuantumRenderer: shutdown
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000001071193a1, pid=1720, tid=35075
#
# JRE version: 7.0_21-b12
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
#
-------------------
That's all - the stack trace is cut off...
The example works fine on windows/ linux (same jre version)
Output was generated with -Xcheck:jni -Dprism.verbose=true
-------------------
Prism pipeline init order: es2 j2d
Using t2k for text rasterization
Using dirty region optimizations
Prism pipeline name = com.sun.prism.es2.ES2Pipeline
Loading ES2 native library ... prism-es2
succeeded.
GLFactory using com.sun.prism.es2.MacGLFactory
(X) Got class = class com.sun.prism.es2.ES2Pipeline
Initialized prism pipeline: com.sun.prism.es2.ES2Pipeline
Maximum supported texture size: 8192
Graphics Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce GT 330M OpenGL Engine
Version: 2.1 NVIDIA-7.32.12
Maximum texture size clamped to 4096
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
onPaused
QuantumRenderer: shutdown
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000001071193a1, pid=1720, tid=35075
#
# JRE version: 7.0_21-b12
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
#
-------------------
That's all - the stack trace is cut off...
- relates to
-
JDK-8088921 MP4 video clips do not work properly.
- Open