Posted by
andrade on
Dec 20, 2011; 4:45pm
URL: https://forum.jogamp.org/Crash-on-OSX-Lion-upon-launching-JOGL-2-0-RC4-tp3588298p3601694.html
Yes, I tried the above 4 tests and it crashed as described before (see output below).
Ps: I'm attaching the test.log and the test_dbg.log files from the computer that produced the crash.
test.logtest_dbg.loglri26-12:jogl-2.0-b584-20111213-macosx-universal rodrigo$ java -Djava.library.path=lib/ com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT
JUnit version 4.8.2
Thread-1 - SingletonInstanceServerSocket: localhost/127.0.0.1:59999 - started
SLOCK 1324399092351 +++ localhost/127.0.0.1:59999 - Locked
2011-12-20 17:38:13.021 java[16541:b0b] invalid pixel format
2011-12-20 17:38:13.022 java[16541:b0b] invalid context
Invalid memory access of location 0x0 rip=0x7fff8b6b6390
Segmentation fault: 11
lri26-12:jogl-2.0-b584-20111213-macosx-universal rodrigo$ java -Djava.library.path=lib/ com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWTAnalyzeBug455
altSwap true
JUnit version 4.8.2
Thread-1 - SingletonInstanceServerSocket: localhost/127.0.0.1:59999 - started
SLOCK 1324399106310 +++ localhost/127.0.0.1:59999 - Locked
Invalid memory access of location 0x7a0020018 rip=0x7fff8b6b6110
Segmentation fault: 11
lri26-12:jogl-2.0-b584-20111213-macosx-universal rodrigo$ java -Djava.library.path=lib/ com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsGLJPanelAWT
JUnit version 4.8.2
Thread-1 - SingletonInstanceServerSocket: localhost/127.0.0.1:59999 - started
SLOCK 1324399115440 +++ localhost/127.0.0.1:59999 - Locked
Invalid memory access of location 0x20 rip=0x7fff8b6b6118
Segmentation fault: 11
lri26-12:jogl-2.0-b584-20111213-macosx-universal rodrigo$ java -Djava.library.path=lib/ com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsGLJPanelAWTBug450
JUnit version 4.8.2
Thread-1 - SingletonInstanceServerSocket: localhost/127.0.0.1:59999 - started
SLOCK 1324399127946 +++ localhost/127.0.0.1:59999 - Locked
Invalid memory access of location 0x1b rip=0x7fff8b6b6110
Segmentation fault: 11
--
Rodrigo Andrade de Almeida