Posted by
Justin on
Jun 14, 2010; 11:40pm
URL: https://forum.jogamp.org/SIGSEGV-when-closing-JOGL-applications-tp895912.html
Hi all,
I've been developing with JOGL for a little over a year now, but I've started having an annoying bug when I upgraded to Ubuntu 10.04 recently. JOGL programs work fine, but whenever I close them down I get a SIGSEGV error and a .log file is generated with some extra info. Here's an example (top/bottom parts of message for brevity):
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fecb888bc98, pid=1966, tid=140654704224016
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libX11.so.6+0x37c98] XQueryExtension+0x28
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp#
--------------- S Y S T E M ---------------
OS:squeeze/sid
uname:Linux 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64
libc:glibc 2.11.1 NPTL 2.11.1
rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 1024, AS infinity
load average:0.79 0.77 0.56
CPU:total 4 (8 cores per cpu, 2 threads per core) family 6 model 37 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
Memory: 4k page, physical 3976320k(1043116k free), swap 8385888k(8385888k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (16.3-b01) for linux-amd64 JRE (1.6.0_20-b02), built on Apr 12 2010 13:57:11 by "java_re" with gcc 3.2.2 (SuSE Linux)
time: Mon Jun 7 13:52:40 2010
elapsed time: 298 seconds
This happens with other user's applications as well, so I don't think I'm doing anything strange in my programs that would be causing this. I haven't seen this error in other versions of Ubuntu or Windows. I'm using Sun's Java. Any idea what might be going on here?
----------------
JOGL version: jsr-231-2.0-beta10
GPU: ATI HD Mobility 5850 (using proprietary FGLRX / Catalyst 10.5 drivers)
Thanks