Bug 1297 - Native crash while destroying GLMediaPlayer
Summary: Native crash while destroying GLMediaPlayer
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: video (show other bugs)
Version: 2.5.0
Hardware: pc_x86_64 windows
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2016-03-15 14:51 CET by Maxime Caignart
Modified: 2023-07-12 01:37 CEST (History)
1 user (show)

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments
native crash log (37.51 KB, text/plain)
2016-03-15 14:51 CET, Maxime Caignart
Details

Note You need to log in before you can comment on or make changes to this bug.
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