Summary: | JOGL crashes with VirtualGL since version 2.1.4 | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Bart Adams <bart.adams> |
Component: | opengl | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | --- | ||
Version: | 2.3.0 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: | |
Workaround: | --- | ||
Attachments: | error log on crash |
Description
Bart Adams
2014-10-03 11:11:21 CEST
My configuration is as follows: - Ubuntu Linux 12.10 - VirtualGL 64-bit v2.3.2 - NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 (4.4.0 NVIDIA 340.32) - Java 7 64-bit (1.7.0_45-b18) <http://jogamp.org/deployment/archive/master/gluegen_837-joal_569-jogl_1358-jocl_1021/> Does the crash also happen w/ latest aggregated build ? +++ I see in the logs that the crash happens during EGL initialization, i.e. eglInitialize(..). Hence I assume somewhat VirtualGL is at fault here. You can also test w/o EGL, via property 'jogl.disable.opengles' -Djogl.disable.opengles Crash also happens with latest aggregate build (Oct 4). Using -Djogl.disable.opengles works, i.e., it does not crash when running using VirtualGL. Thanks (In reply to comment #3) > Crash also happens with latest aggregate build (Oct 4). > > Using -Djogl.disable.opengles works, i.e., it does not crash when running > using VirtualGL. > > Thanks This is a bug w/ the VIrtualGL / GL propagation of using EGL/ES .. not JOGL's fault. Yes, EGL/ES probing was added after 2.1.4. Closing -> Invalid. |