Login  Register

OneTriangleAWT crashes with "glGetString" message.

Posted by iNik on Jul 31, 2015; 2:40pm
URL: https://forum.jogamp.org/OneTriangleAWT-crashes-with-glGetString-message-tp4035015.html

Hi all!

I am trying to run a simple Java example from Using JOGL in AWT etc, but it crashes with

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x623e1694, pid=826, tid=1654510688
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b07) (build 1.8.0_51-b07)
# Java VM: Java HotSpot(TM) Client VM (25.51-b07 mixed mode linux-arm )
# Problematic frame:
# C  [libGL.so.1+0x36694]  glGetString+0xc
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid826.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
test.sh and test_dbg.sh crushes with the same message. I will try attach all logs produced.

I use a Freescale i.MX6Q processor with Linux 3.14.28 kernel

P.S.
glxgears run perfectly.

hs_err_pid877.log - test.sh
hs_err_pid800.log - test_dbg.sh
glxinfo:
glxinfo.log

Best regards.