https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028456.html
Please attach the logfile.
It was partially my mistake, the nativearmhf.jar files have been updated in the source. I uploaded the new files in the RaspberryPi.
Now when I run the same code (it still has GLProfile.getDefault()) I get the following error. It core dumps in the native code. Looks like there is some mismatch between the library.
Mar 04, 2013 2:59:24 AM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.0 RC2
glGetError 0x500
glGetError 0x500
BCM.Display initIDs ok
BCM.Screen initIDs ok
BCM.Window initIDs ok
BCM.Screen initNative ok 720x576
glGetError 0x500
Mar 04, 2013 2:59:38 AM com.jme3.renderer.jogl.JoglRenderer initialize
WARNING: GLS Version String is OpenGL
Mar 04, 2013 2:59:38 AM com.jme3.renderer.jogl.JoglRenderer initialize
WARNING: Failed parsing GLSL version assuming it's v1.00
Mar 04, 2013 2:59:38 AM com.jme3.renderer.jogl.JoglRenderer initialize
WARNING: GLS Version is 100
Mar 04, 2013 2:59:38 AM com.jme3.renderer.jogl.JoglRenderer initialize
WARNING: Your graphics card does not support non-power-of-2 textures. Some features might not work.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (os_linux_zero.cpp:285), pid=1647, tid=2877559920
# fatal error: caught unhandled signal 4
#
# JRE version: 7.0_07-b30
# Java VM: OpenJDK Zero VM (22.0-b10 mixed mode linux-arm )
# Derivative: IcedTea7 2.3.2
# Distribution: Debian GNU/Linux testing/unstable, package 7u7-2.3.2a-1+rpi1
# 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:
# /home/pi/jogamp/hs_err_pid1647.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#
http://icedtea.classpath.org/bugzilla# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
If you need the crash file log, I can send it too.