Bug 1297

Summary: Native crash while destroying GLMediaPlayer
Product: [JogAmp] Jogl Reporter: Maxime Caignart <maxime-jogamp>
Component: videoAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal CC: gouessej
Priority: P4    
Version: 2.5.0   
Hardware: pc_x86_64   
OS: windows   
Type: DEFECT SCM Refs:
Workaround: ---
Attachments: native crash log

Description Maxime Caignart 2016-03-15 14:51:35 CET
Created attachment 774 [details]
native crash log

Hello,

A user of my game is facing a native crash every time a GLMediaPlayer is destroyed. This user has up-to-date drivers.
( The same code works on thousands of other computers )

I attached the native crash logs.

Here's this player computer specs :
Intel i7 4770k
GTX780
16GB RAM
Windows 10 Pro 64bit


Some extra system properties :
 java.runtime.name : Java(TM) SE Runtime Environment
 java.vm.version : 25.65-b01
 java.vm.vendor : Oracle Corporation
 java.vendor.url : http://java.oracle.com/
 path.separator : ;
 java.vm.name : Java HotSpot(TM) 64-Bit Server VM
 file.encoding.pkg : sun.io
 user.country : US
 user.script : 
 sun.java.launcher : SUN_STANDARD
 sun.os.patch.level : 
 java.vm.specification.name : Java Virtual Machine Specification
 java.runtime.version : 1.8.0_65-b17
 java.awt.graphicsenv : sun.awt.Win32GraphicsEnvironment
 os.arch : amd64
 java.vm.specification.vendor : Oracle Corporation
 user.variant : 
 os.name : Windows 10
 sun.jnu.encoding : Cp1252
 java.specification.name : Java Platform API Specification
 java.class.version : 52.0
 newt.window.icons : res/gfx/ui/16_ico_01.png res/gfx/ui/32_ico_01.png
 sun.management.compiler : HotSpot 64-Bit Tiered Compilers
 os.version : 10.0
 java.awt.printerjob : sun.awt.windows.WPrinterJob
 file.encoding : Cp1252
 java.specification.version : 1.8
 java.vm.specification.version : 1.8
 sun.arch.data.model : 64
 user.language : en
 java.specification.vendor : Oracle Corporation
 awt.toolkit : sun.awt.windows.WToolkit
 java.vm.info : mixed mode
 java.version : 1.8.0_65
 java.vendor : Oracle Corporation
 file.separator : \
 sun.io.unicode.encoding : UnicodeLittle
 sun.cpu.endian : little
 sun.desktop : windows
 sun.cpu.isalist : amd64
Comment 1 Sven Gothel 2023-07-12 01:37:43 CEST
Resolved in last FFmpeg / GLMediaPlayer updates