Re: JOGL with SWT(and NEWT) and OpenGL ES 2.0 for Eclipse RCP
Posted by
Nick George on
Apr 18, 2012; 9:15pm
URL: https://forum.jogamp.org/JOGL-with-SWT-and-NEWT-and-OpenGL-ES-2-0-for-Eclipse-RCP-tp3772584p3921388.html
Thanks for the quick answer. That's definitely a step in the right direction! Now I can get it to run in eclipse, but when I try to build the product, I get odd behavior: 1 in 10 times or so it will work, and the rest of the time, I get an hs_err_pidXXXX log that looks the below. Looks like a problem with a mutex, is something not releasing properly?
Thanks again,
Nick
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fdc4dc2d3c4, pid=2804, tid=140584180606720
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.9.13
# Distribution: Ubuntu 10.04.1 LTS, package 6b20-1.9.13-0ubuntu1~10.04.1
# Problematic frame:
# C [libpthread.so.0+0x93c4] pthread_mutex_lock+0x4
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#