JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

classic Classic list List threaded Threaded
249 messages Options
1 ... 567891011 ... 13
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
Details as below
Linux raspberrypi 3.6.11+ #368 PREEMPT Sun Feb 3 18:35:57 GMT 2013 armv6l GNU/Linux

Hardfloat distribution
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
In reply to this post by Xerxes Rånby
Just an update on this problem.

I still get these errors
EGLDisplayUtil.EGLDisplays: Shutdown (open: 1)
EGLDisplayUtil: Open EGL Display Connections: 1
EGLDisplayUtil: Open[0]: 0x1: refCnt 1
AL lib: ReleaseALC: 2 devices not closed


However I am able to start the application again with out rebooting

I guess when  I previously reported, I didn't give the joal.openal.lib=system at the startup
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

gouessej
Administrator
Do you use the very latest version of JMonkeyEngine? I did some changes in JoalAudioRenderer.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
Nope, am still using the old one - I will update and let you know
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
In reply to this post by gouessej
I updated my source to be in sync with revision 10457 of JMonkey.

After compiling - I get this error on the Raspberry Pi - the same code works on Ubuntu 12.04 PC.

I have double checked that JoglNewtAbstractDisplay is in synch with source.


Mar 03, 2013 3:47:12 PM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.0 RC2
javax.media.opengl.GLException: Profile GL_DEFAULT is not available on null, but: []
        at javax.media.opengl.GLProfile.get(GLProfile.java:806)
        at javax.media.opengl.GLProfile.getDefault(GLProfile.java:567)
        at javax.media.opengl.GLProfile.getDefault(GLProfile.java:578)
        at com.jme3.system.jogl.JoglNewtAbstractDisplay.initGLCanvas(JoglNewtAbstractDisplay.java:83)
        at com.jme3.system.jogl.JoglNewtDisplay.privateInit(JoglNewtDisplay.java:145)
        at com.jme3.system.jogl.JoglNewtDisplay.create(JoglNewtDisplay.java:168)
        at com.jme3.app.Application.start(Application.java:395)
        at com.jme3.app.Application.start(Application.java:374)
        at com.jme3.app.SimpleApplication.start(SimpleApplication.java:133)
        at mygame.Test.main(Test.java:80)
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

gouessej
Administrator
Noxo suggested me to call GLProfile.getDefault() instead of GLProfile.getMaxFixedFunc(true). Try to use GLProfile.getMaxFixedFunc(true).
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
This post was updated on .
In reply to this post by krishnak
It was partially my mistake, the nativearmhf.jar files have been updated in the source control. I uploaded the new files to 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.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Xerxes Rånby

Please attach the logfile.


2013-03-04 04:01 skrev krishnak [via jogamp]:

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.


If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028455.html
To start a new topic under jogl, email [hidden email]
To unsubscribe from jogamp, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
This is a copy paste of the error log dumped by JRE

#
# 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
#
# 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.
#

---------------  T H R E A D  ---------------

Current thread (0xab4f92a8):  JavaThread "main-Display-.bcm.vc.iv_nil-1-EDT-1" daemon [_thread_in_native, id=1675, stack(0xab6c2000,0xab842000)]

Stack: [0xab6c2000,0xab842000],  sp=0xab78264c,  free space=769k
Java frames:
 0xab83fa2c: istate->_thread       = 0xab4f92a8
 0xab83fa30: istate->_bcp          = 0x00000000
 0xab83fa34: istate->_locals       = 0xab83fa7c
 0xab83fa38: istate->_constants    = 0xb094fcd8
 0xab83fa3c: istate->_method       = jogamp.common.os.UnixDynamicLinkerImpl.dlopen(Ljava/lang/String;I)J
 0xab83fa40: istate->_mdx          = 0xb07f44d8
 0xab83fa44: istate->_stack        = 0xab83fa20
 0xab83fa48: istate->_msg          = 0x00000000
 0xab83fa4c: istate->_result       = 0x00000000
 0xab83fa50: (istate->_result)     = 0xadcd8918
 0xab83fa54: (istate->_result)     = 0xadcd88d0
 0xab83fa58: istate->_prev_link    = 0xab4f92a8
 0xab83fa5c: istate->_oop_temp     = 0xadce1118
 0xab83fa60: istate->_stack_base   = 0xab83fa2c
 0xab83fa64: istate->_stack_limit  = 0xab83fa28
 0xab83fa68: istate->_monitor_base = 0xab83fa2c
 0xab83fa6c: istate->_self_link    = 0xab83fa2c
 0xab83fa70: frame_type            = INTERPRETER_FRAME
 0xab83fa74: next_frame            = 0xab83fac8

 0xab83fa78: local[1]              = 0x00000101
 0xab83fa7c: local[0]              = 0xac75c328
 0xab83fa80: istate->_thread       = 0xab4f92a8
 0xab83fa84: istate->_bcp          = 0xb094f854 (bci 4)
 0xab83fa88: istate->_locals       = 0xab83fad4
 0xab83fa8c: istate->_constants    = 0xb094fcd8
 0xab83fa90: istate->_method       = jogamp.common.os.UnixDynamicLinkerImpl.openLibraryGlobal(Ljava/lang/String;Z)J
 0xab83fa94: istate->_mdx          = 0xb07f4780
 0xab83fa98: istate->_stack        = 0xab83fa74
 0xab83fa9c: istate->_msg          = 0x00000000
 0xab83faa0: istate->_result       = 0xab83fa7c
 0xab83faa4: (istate->_result)     = 0x00000000
 0xab83faa8: (istate->_result)     = 0xadbfc3b8
 0xab83faac: istate->_prev_link    = 0xac764140
 0xab83fab0: istate->_oop_temp     = 0x00000000
 0xab83fab4: istate->_stack_base   = 0xab83fa80
 0xab83fab8: istate->_stack_limit  = 0xab83fa74
 0xab83fabc: istate->_monitor_base = 0xab83fa80
 0xab83fac0: istate->_self_link    = 0xab83fa80
 0xab83fac4: frame_type            = INTERPRETER_FRAME
 0xab83fac8: next_frame            = 0xab83fb20

 0xab83facc: local[2]              = 0x00000000
 0xab83fad0: local[1]              = 0xac75c328
 0xab83fad4: local[0]              = 0xadcec498
 0xab83fad8: istate->_thread       = 0xab4f92a8
 0xab83fadc: istate->_bcp          = 0xb094d10a (bci 90)
 0xab83fae0: istate->_locals       = 0xab83fb4c
 0xab83fae4: istate->_constants    = 0xb094e9d0
 0xab83fae8: istate->_method       = com.jogamp.common.os.NativeLibrary.open(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/ClassLoader;Z)Lcom/jogamp/common/os/NativeLibrary;
 0xab83faec: istate->_mdx          = 0xab83fb40
 0xab83faf0: istate->_stack        = 0xab83fac8
 0xab83faf4: istate->_msg          = 0x00000000
 0xab83faf8: istate->_result       = 0x00000000
 0xab83fafc: (istate->_result)     = 0xac763f48
 0xab83fb00: (istate->_result)     = 0xab4f92a8
 0xab83fb04: istate->_prev_link    = 0xb05f4590
 0xab83fb08: istate->_oop_temp     = 0x00000000
 0xab83fb0c: istate->_stack_base   = 0xab83fad8
 0xab83fb10: istate->_stack_limit  = 0xab83fabc
 0xab83fb14: istate->_monitor_base = 0xab83fad8
 0xab83fb18: istate->_self_link    = 0xab83fad8
 0xab83fb1c: frame_type            = INTERPRETER_FRAME
 0xab83fb20: next_frame            = 0xab83fb98

 0xab83fb24: local[10]             = 0x00000000
 0xab83fb28: local[9]              = 0x00000000
 0xab83fb2c: local[8]              = 0xac75c328
 0xab83fb30: local[7]              = 0xac764738
 0xab83fb34: local[6]              = 0xac764038
 0xab83fb38: local[5]              = 0x00000001
 0xab83fb3c: local[4]              = 0xadc3d760
 0xab83fb40: local[3]              = 0x00000001
 0xab83fb44: local[2]              = 0xac763f48
 0xab83fb48: local[1]              = 0xac763f48
 0xab83fb4c: local[0]              = 0xac763f48
 0xab83fb50: istate->_thread       = 0xab4f92a8
 0xab83fb54: istate->_bcp          = 0xb094cf66 (bci 6)
 0xab83fb58: istate->_locals       = 0xab83fba4
 0xab83fb5c: istate->_constants    = 0xb094e9d0
 0xab83fb60: istate->_method       = com.jogamp.common.os.NativeLibrary.open(Ljava/lang/String;Ljava/lang/ClassLoader;Z)Lcom/jogamp/common/os/NativeLibrary;
 0xab83fb64: istate->_mdx          = 0xb05e04e0
 0xab83fb68: istate->_stack        = 0xab83fb34
 0xab83fb6c: istate->_msg          = 0x00000000
 0xab83fb70: istate->_result       = 0x00000000
 0xab83fb74: (istate->_result)     = 0xb05e0430
 0xab83fb78: (istate->_result)     = 0xab83fbc0
 0xab83fb7c: istate->_prev_link    = 0x00000000
 0xab83fb80: istate->_oop_temp     = 0x00000000
 0xab83fb84: istate->_stack_base   = 0xab83fb50
 0xab83fb88: istate->_stack_limit  = 0xab83fb34
 0xab83fb8c: istate->_monitor_base = 0xab83fb50
 0xab83fb90: istate->_self_link    = 0xab83fb50
 0xab83fb94: frame_type            = INTERPRETER_FRAME
 0xab83fb98: next_frame            = 0xab83fbf0

 0xab83fb9c: local[2]              = 0x00000001
 0xab83fba0: local[1]              = 0xadc3d760
 0xab83fba4: local[0]              = 0xac763f48
 0xab83fba8: istate->_thread       = 0xab4f92a8
 0xab83fbac: istate->_bcp          = 0xb0b909fb (bci 27)
 0xab83fbb0: istate->_locals       = 0xab83fc08
 0xab83fbb4: istate->_constants    = 0xb0b91980
 0xab83fbb8: istate->_method       = com.jogamp.common.os.DynamicLibraryBundle.loadFirstAvailable(Ljava/util/List;Ljava/lang/ClassLoader;Z)Lcom/jogamp/common/os/NativeLibrary;
 0xab83fbbc: istate->_mdx          = 0xb0d98300
 0xab83fbc0: istate->_stack        = 0xab83fb98
 0xab83fbc4: istate->_msg          = 0x00000000
 0xab83fbc8: istate->_result       = 0xb05e04e0
 0xab83fbcc: (istate->_result)     = 0x00000000
 0xab83fbd0: (istate->_result)     = 0xab83fbac
 0xab83fbd4: istate->_prev_link    = 0x00000000
 0xab83fbd8: istate->_oop_temp     = 0x00000000
 0xab83fbdc: istate->_stack_base   = 0xab83fba8
 0xab83fbe0: istate->_stack_limit  = 0xab83fb98
 0xab83fbe4: istate->_monitor_base = 0xab83fba8
 0xab83fbe8: istate->_self_link    = 0xab83fba8
 0xab83fbec: frame_type            = INTERPRETER_FRAME
 0xab83fbf0: next_frame            = 0xab83fc54

 0xab83fbf4: local[5]              = 0x00000000
 0xab83fbf8: local[4]              = 0x00000000
 0xab83fbfc: local[3]              = 0x00000001
 0xab83fc00: local[2]              = 0xadc3d760
 0xab83fc04: local[1]              = 0xac763f78
 0xab83fc08: local[0]              = 0xac744890
 0xab83fc0c: istate->_thread       = 0xab4f92a8
 0xab83fc10: istate->_bcp          = 0xb0b90beb (bci 211)
 0xab83fc14: istate->_locals       = 0xab83fc74
 0xab83fc18: istate->_constants    = 0xb0b91980
 0xab83fc1c: istate->_method       = com.jogamp.common.os.DynamicLibraryBundle.loadLibraries()V
 0xab83fc20: istate->_mdx          = 0xb05d28a8
 0xab83fc24: istate->_stack        = 0xab83fbf8
 0xab83fc28: istate->_msg          = 0x00000000
 0xab83fc2c: istate->_result       = 0xab83fc0c
 0xab83fc30: (istate->_result)     = 0x00000000
 0xab83fc34: (istate->_result)     = 0xb05d1068
 0xab83fc38: istate->_prev_link    = 0xab83fc80
 0xab83fc3c: istate->_oop_temp     = 0x00000000
 0xab83fc40: istate->_stack_base   = 0xab83fc0c
 0xab83fc44: istate->_stack_limit  = 0xab83fbf8
 0xab83fc48: istate->_monitor_base = 0xab83fc0c
 0xab83fc4c: istate->_self_link    = 0xab83fc0c
 0xab83fc50: frame_type            = INTERPRETER_FRAME
 0xab83fc54: next_frame            = 0xab83fcc0

 0xab83fc58: local[7]              = 0x00000000
 0xab83fc5c: local[6]              = 0x00000000
 0xab83fc60: local[5]              = 0x00000000
 0xab83fc64: local[4]              = 0xac763f78
 0xab83fc68: local[3]              = 0x00000000
 0xab83fc6c: local[2]              = 0xadc3d760
 0xab83fc70: local[1]              = 0x00000000
 0xab83fc74: local[0]              = 0xac744890
 0xab83fc78: istate->_thread       = 0xab4f92a8
 0xab83fc7c: istate->_bcp          = 0xb0b911e1 (bci 1)
 0xab83fc80: istate->_locals       = 0xab83fcc4
 0xab83fc84: istate->_constants    = 0xb0b91980
 0xab83fc88: istate->_method       = com.jogamp.common.os.DynamicLibraryBundle.access$000(Lcom/jogamp/common/os/DynamicLibraryBundle;)V
 0xab83fc8c: istate->_mdx          = 0xab83fc50
 0xab83fc90: istate->_stack        = 0xab83fc70
 0xab83fc94: istate->_msg          = 0x00000000
 0xab83fc98: istate->_result       = 0xab83fc64
 0xab83fc9c: (istate->_result)     = 0xab83fc54
 0xab83fca0: (istate->_result)     = 0xab83fc64
 0xab83fca4: istate->_prev_link    = 0xab83fc64
 0xab83fca8: istate->_oop_temp     = 0x00000000
 0xab83fcac: istate->_stack_base   = 0xab83fc78
 0xab83fcb0: istate->_stack_limit  = 0xab83fc70
 0xab83fcb4: istate->_monitor_base = 0xab83fc78
 0xab83fcb8: istate->_self_link    = 0xab83fc78
 0xab83fcbc: frame_type            = INTERPRETER_FRAME
 0xab83fcc0: next_frame            = 0xab83fd10

 0xab83fcc4: local[0]              = 0xac744890
 0xab83fcc8: istate->_thread       = 0xab4f92a8
 0xab83fccc: istate->_bcp          = 0xb0b92634 (bci 4)
 0xab83fcd0: istate->_locals       = 0xab83fd14
 0xab83fcd4: istate->_constants    = 0xb0b92818
 0xab83fcd8: istate->_method       = com.jogamp.common.os.DynamicLibraryBundle$1.run()V
 0xab83fcdc: istate->_mdx          = 0x00000000
 0xab83fce0: istate->_stack        = 0xab83fcc0
 0xab83fce4: istate->_msg          = 0x00000000
 0xab83fce8: istate->_result       = 0x00000000
 0xab83fcec: (istate->_result)     = 0xab83fcb8
 0xab83fcf0: (istate->_result)     = 0x00000000
 0xab83fcf4: istate->_prev_link    = 0xab83fcc0
 0xab83fcf8: istate->_oop_temp     = 0x00000000
 0xab83fcfc: istate->_stack_base   = 0xab83fcc8
 0xab83fd00: istate->_stack_limit  = 0xab83fcc0
 0xab83fd04: istate->_monitor_base = 0xab83fcc8
 0xab83fd08: istate->_self_link    = 0xab83fcc8
 0xab83fd0c: frame_type            = INTERPRETER_FRAME
 0xab83fd10: next_frame            = 0xab83fd60

 0xab83fd14: local[0]              = 0xac764008
 0xab83fd18: istate->_thread       = 0xab4f92a8
 0xab83fd1c: istate->_bcp          = 0xb0b92199 (bci 1)
 0xab83fd20: istate->_locals       = 0xab83fd6c
 0xab83fd24: istate->_constants    = 0xb0b92410
 0xab83fd28: istate->_method       = com.jogamp.common.util.RunnableExecutor$CurrentThreadExecutor.invoke(ZLjava/lang/Runnable;)V
 0xab83fd2c: istate->_mdx          = 0x00000000
 0xab83fd30: istate->_stack        = 0xab83fd10
 0xab83fd34: istate->_msg          = 0x00000000
 0xab83fd38: istate->_result       = 0xab83fd1c
 0xab83fd3c: (istate->_result)     = 0x00000000
 0xab83fd40: (istate->_result)     = 0x00000000
 0xab83fd44: istate->_prev_link    = 0xab83fd10
 0xab83fd48: istate->_oop_temp     = 0x00000000
 0xab83fd4c: istate->_stack_base   = 0xab83fd18
 0xab83fd50: istate->_stack_limit  = 0xab83fd10
 0xab83fd54: istate->_monitor_base = 0xab83fd18
 0xab83fd58: istate->_self_link    = 0xab83fd18
 0xab83fd5c: frame_type            = INTERPRETER_FRAME
 0xab83fd60: next_frame            = 0xab83fdb8

 0xab83fd64: local[2]              = 0xac764008
 0xab83fd68: local[1]              = 0x00000001
 0xab83fd6c: local[0]              = 0xadd1c098
 0xab83fd70: istate->_thread       = 0xab4f92a8
 0xab83fd74: istate->_bcp          = 0xb0b8fdd4 (bci 116)
 0xab83fd78: istate->_locals       = 0xab83fdc0
 0xab83fd7c: istate->_constants    = 0xb0b91980
 0xab83fd80: istate->_method       = com.jogamp.common.os.DynamicLibraryBundle.<init>(Lcom/jogamp/common/os/DynamicLibraryBundleInfo;)V
 0xab83fd84: istate->_mdx          = 0xab83fd64
 0xab83fd88: istate->_stack        = 0xab83fd60
 0xab83fd8c: istate->_msg          = 0x00000000
 0xab83fd90: istate->_result       = 0x00000000
 0xab83fd94: (istate->_result)     = 0xab83fd60
 0xab83fd98: (istate->_result)     = 0xab83fd54
 0xab83fd9c: istate->_prev_link    = 0x00000000
 0xab83fda0: istate->_oop_temp     = 0x00000000
 0xab83fda4: istate->_stack_base   = 0xab83fd70
 0xab83fda8: istate->_stack_limit  = 0xab83fd58
 0xab83fdac: istate->_monitor_base = 0xab83fd70
 0xab83fdb0: istate->_self_link    = 0xab83fd70
 0xab83fdb4: frame_type            = INTERPRETER_FRAME
 0xab83fdb8: next_frame            = 0xab83fe10

 0xab83fdbc: local[2]              = 0xac763c98
 0xab83fdc0: local[1]              = 0xac744890
 0xab83fdc4: local[0]              = 0xac744890
 0xab83fdc8: istate->_thread       = 0xab4f92a8
 0xab83fdcc: istate->_bcp          = 0xb0d97613 (bci 11)
 0xab83fdd0: istate->_locals       = 0xab83fe14
 0xab83fdd4: istate->_constants    = 0xb0d977f0
 0xab83fdd8: istate->_method       = jogamp.openal.ALImpl$1.run()Ljava/lang/Object;
 0xab83fddc: istate->_mdx          = 0xb05bfe90
 0xab83fde0: istate->_stack        = 0xab83fdb8
 0xab83fde4: istate->_msg          = 0x00000000
 0xab83fde8: istate->_result       = 0x00000000
 0xab83fdec: (istate->_result)     = 0x00000000
 0xab83fdf0: (istate->_result)     = 0xac8c0150
 0xab83fdf4: istate->_prev_link    = 0x00000000
 0xab83fdf8: istate->_oop_temp     = 0x00000000
 0xab83fdfc: istate->_stack_base   = 0xab83fdc8
 0xab83fe00: istate->_stack_limit  = 0xab83fdb4
 0xab83fe04: istate->_monitor_base = 0xab83fdc8
 0xab83fe08: istate->_self_link    = 0xab83fdc8
 0xab83fe0c: frame_type            = INTERPRETER_FRAME
 0xab83fe10: next_frame            = 0xab83fe20

 0xab83fe14: local[0]              = 0xac744888
 0xab83fe18: call_wrapper          = 0xab783188
 0xab83fe1c: frame_type            = ENTRY_FRAME
 0xab83fe20: next_frame            = 0xab83fe6c

 0xab83fe24: istate->_thread       = 0xab4f92a8
 0xab83fe28: istate->_bcp          = 0x00000000
 0xab83fe2c: istate->_locals       = 0xab83fe70
 0xab83fe30: istate->_constants    = 0xb05c89a0
 0xab83fe34: istate->_method       = java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
 0xab83fe38: istate->_mdx          = 0xab83fe18
 0xab83fe3c: istate->_stack        = 0x00000000
 0xab83fe40: istate->_msg          = 0x00000000
 0xab83fe44: istate->_result       = 0x00000000
 0xab83fe48: (istate->_result)     = 0x00000000
 0xab83fe4c: (istate->_result)     = 0x00000000
 0xab83fe50: istate->_prev_link    = 0x00000000
 0xab83fe54: istate->_oop_temp     = 0xadc3d7c8
 0xab83fe58: istate->_stack_base   = 0xab83fe24
 0xab83fe5c: istate->_stack_limit  = 0xab83fe20
 0xab83fe60: istate->_monitor_base = 0xab83fe24
 0xab83fe64: istate->_self_link    = 0xab83fe24
 0xab83fe68: frame_type            = INTERPRETER_FRAME
 0xab83fe6c: next_frame            = 0xab83febc

 0xab83fe70: local[0]              = 0xac744888
 0xab83fe74: istate->_thread       = 0xab4f92a8
 0xab83fe78: istate->_bcp          = 0xb0d9554a (bci 34)
 0xab83fe7c: istate->_locals       = 0xab83febc
 0xab83fe80: istate->_constants    = 0xb0d95c40
 0xab83fe84: istate->_method       = jogamp.openal.ALImpl.<clinit>()V
 0xab83fe88: istate->_mdx          = 0x00000000
 0xab83fe8c: istate->_stack        = 0xab83fe6c
 0xab83fe90: istate->_msg          = 0x00000000
 0xab83fe94: istate->_result       = 0xab83fe3c
 0xab83fe98: (istate->_result)     = 0xab83fe5c
 0xab83fe9c: (istate->_result)     = 0xab83fe5c
 0xab83fea0: istate->_prev_link    = 0x00000002
 0xab83fea4: istate->_oop_temp     = 0x00000000
 0xab83fea8: istate->_stack_base   = 0xab83fe74
 0xab83feac: istate->_stack_limit  = 0xab83fe64
 0xab83feb0: istate->_monitor_base = 0xab83fe74
 0xab83feb4: istate->_self_link    = 0xab83fe74
 0xab83feb8: frame_type            = INTERPRETER_FRAME
 0xab83febc: next_frame            = 0xab83fec8

 0xab83fec0: call_wrapper          = 0xab7833d0
 0xab83fec4: frame_type            = ENTRY_FRAME
 0xab83fec8: next_frame            = 0xab83ff28

 0xab83fecc: local[2]              = 0xab83fe74
 0xab83fed0: local[1]              = 0xab83fe94
 0xab83fed4: local[0]              = 0x00000000
 0xab83fed8: monitor[0]->_lock     = 0x00000009
 0xab83fedc: monitor[0]->_obj      = 0xac8c04d8
 0xab83fee0: istate->_thread       = 0xab4f92a8
 0xab83fee4: istate->_bcp          = 0xb0d7c46f (bci 7)
 0xab83fee8: istate->_locals       = 0xab83ff2c
 0xab83feec: istate->_constants    = 0xb0d889c8
 0xab83fef0: istate->_method       = com.jogamp.openal.ALFactory.initialize()V
 0xab83fef4: istate->_mdx          = 0x00000000
 0xab83fef8: istate->_stack        = 0xab83fed0
 0xab83fefc: istate->_msg          = 0x00000000
 0xab83ff00: istate->_result       = 0x00000000
 0xab83ff04: (istate->_result)     = 0x00000000
 0xab83ff08: (istate->_result)     = 0x00000000
 0xab83ff0c: istate->_prev_link    = 0x00000000
 0xab83ff10: istate->_oop_temp     = 0x00000000
 0xab83ff14: istate->_stack_base   = 0xab83fed8
 0xab83ff18: istate->_stack_limit  = 0xab83fec8
 0xab83ff1c: istate->_monitor_base = 0xab83fee0
 0xab83ff20: istate->_self_link    = 0xab83fee0
 0xab83ff24: frame_type            = INTERPRETER_FRAME
 0xab83ff28: next_frame            = 0xab83ff78

 0xab83ff2c: local[0]              = 0x00000000
 0xab83ff30: istate->_thread       = 0xab4f92a8
 0xab83ff34: istate->_bcp          = 0xb0d7c698 (bci 0)
 0xab83ff38: istate->_locals       = 0xab83ff78
 0xab83ff3c: istate->_constants    = 0xb0d889c8
 0xab83ff40: istate->_method       = com.jogamp.openal.ALFactory.getALC()Lcom/jogamp/openal/ALC;
 0xab83ff44: istate->_mdx          = 0xab83ff00
 0xab83ff48: istate->_stack        = 0xab83ff2c
 0xab83ff4c: istate->_msg          = 0x00000000
 0xab83ff50: istate->_result       = 0x00000002
 0xab83ff54: (istate->_result)     = 0xab83ff68
 0xab83ff58: (istate->_result)     = 0x00000000
 0xab83ff5c: istate->_prev_link    = 0x00000000
 0xab83ff60: istate->_oop_temp     = 0x00000000
 0xab83ff64: istate->_stack_base   = 0xab83ff30
 0xab83ff68: istate->_stack_limit  = 0xab83ff24
 0xab83ff6c: istate->_monitor_base = 0xab83ff30
 0xab83ff70: istate->_self_link    = 0xab83ff30
 0xab83ff74: frame_type            = INTERPRETER_FRAME
 0xab83ff78: next_frame            = 0xab83ffcc

 0xab83ff7c: monitor[0]->_lock     = 0x00000009
 0xab83ff80: monitor[0]->_obj      = 0xac8c0558
 0xab83ff84: istate->_thread       = 0xab4f92a8
 0xab83ff88: istate->_bcp          = 0xb0d7b834 (bci 44)
 0xab83ff8c: istate->_locals       = 0xab83ffd8
 0xab83ff90: istate->_constants    = 0xb0d7be50
 0xab83ff94: istate->_method       = com.jogamp.openal.util.ALut.alutInit()V
 0xab83ff98: istate->_mdx          = 0x00000000
 0xab83ff9c: istate->_stack        = 0xab83ff78
 0xab83ffa0: istate->_msg          = 0x00000000
 0xab83ffa4: istate->_result       = 0x00000000
 0xab83ffa8: (istate->_result)     = 0xab83ff68
 0xab83ffac: (istate->_result)     = 0x00000002
 0xab83ffb0: istate->_prev_link    = 0x00000000
 0xab83ffb4: istate->_oop_temp     = 0x00000000
 0xab83ffb8: istate->_stack_base   = 0xab83ff7c
 0xab83ffbc: istate->_stack_limit  = 0xab83ff68
 0xab83ffc0: istate->_monitor_base = 0xab83ff84
 0xab83ffc4: istate->_self_link    = 0xab83ff84
 0xab83ffc8: frame_type            = INTERPRETER_FRAME
 0xab83ffcc: next_frame            = 0xab840024

 0xab83ffd0: local[2]              = 0x00000000
 0xab83ffd4: local[1]              = 0x00000000
 0xab83ffd8: local[0]              = 0x00000000
 0xab83ffdc: istate->_thread       = 0xab4f92a8
 0xab83ffe0: istate->_bcp          = 0xb0d78eb5 (bci 29)
 0xab83ffe4: istate->_locals       = 0xab840024
 0xab83ffe8: istate->_constants    = 0xb0d7a4c0
 0xab83ffec: istate->_method       = com.jme3.audio.joal.JoalAudioRenderer.<clinit>()V
 0xab83fff0: istate->_mdx          = 0x00000000
 0xab83fff4: istate->_stack        = 0xab83ffd8
 0xab83fff8: istate->_msg          = 0x00000000
 0xab83fffc: istate->_result       = 0xab83ffa4
 0xab840000: (istate->_result)     = 0xab83ffc4
 0xab840004: (istate->_result)     = 0xab83ffc4
 0xab840008: istate->_prev_link    = 0x00000002
 0xab84000c: istate->_oop_temp     = 0x00000000
 0xab840010: istate->_stack_base   = 0xab83ffdc
 0xab840014: istate->_stack_limit  = 0xab83ffd4
 0xab840018: istate->_monitor_base = 0xab83ffdc
 0xab84001c: istate->_self_link    = 0xab83ffdc
 0xab840020: frame_type            = INTERPRETER_FRAME
 0xab840024: next_frame            = 0xab840030

 0xab840028: call_wrapper          = 0xab783880
 0xab84002c: frame_type            = ENTRY_FRAME
 0xab840030: next_frame            = 0xab84007c

 0xab840034: istate->_thread       = 0xab4f92a8
 0xab840038: istate->_bcp          = 0x00000000
 0xab84003c: istate->_locals       = 0xab840088
 0xab840040: istate->_constants    = 0xb05d7e18
 0xab840044: istate->_method       = java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
 0xab840048: istate->_mdx          = 0xab840000
 0xab84004c: istate->_stack        = 0xab84002c
 0xab840050: istate->_msg          = 0x00000000
 0xab840054: istate->_result       = 0xab84000c
 0xab840058: (istate->_result)     = 0xab84001c
 0xab84005c: (istate->_result)     = 0xab84001c
 0xab840060: istate->_prev_link    = 0x00000002
 0xab840064: istate->_oop_temp     = 0xadc3d838
 0xab840068: istate->_stack_base   = 0xab840034
 0xab84006c: istate->_stack_limit  = 0xab840030
 0xab840070: istate->_monitor_base = 0xab840034
 0xab840074: istate->_self_link    = 0xab840034
 0xab840078: frame_type            = INTERPRETER_FRAME
 0xab84007c: next_frame            = 0xab8400d4

 0xab840080: local[2]              = 0xadc3d760
 0xab840084: local[1]              = 0x00000001
 0xab840088: local[0]              = 0xac8c05d8
 0xab84008c: istate->_thread       = 0xab4f92a8
 0xab840090: istate->_bcp          = 0xb054b5b5 (bci 5)
 0xab840094: istate->_locals       = 0xab8400d8
 0xab840098: istate->_constants    = 0xb05d7e18
 0xab84009c: istate->_method       = java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;
 0xab8400a0: istate->_mdx          = 0xab840078
 0xab8400a4: istate->_stack        = 0xab84007c
 0xab8400a8: istate->_msg          = 0x00000000
 0xab8400ac: istate->_result       = 0xab84006c
 0xab8400b0: (istate->_result)     = 0x00000002
 0xab8400b4: (istate->_result)     = 0x00000000
 0xab8400b8: istate->_prev_link    = 0x00000000
 0xab8400bc: istate->_oop_temp     = 0x00000000
 0xab8400c0: istate->_stack_base   = 0xab84008c
 0xab8400c4: istate->_stack_limit  = 0xab84007c
 0xab8400c8: istate->_monitor_base = 0xab84008c
 0xab8400cc: istate->_self_link    = 0xab84008c
 0xab8400d0: frame_type            = INTERPRETER_FRAME
 0xab8400d4: next_frame            = 0xab840124

 0xab8400d8: local[0]              = 0xac8c05d8
 0xab8400dc: istate->_thread       = 0xab4f92a8
 0xab8400e0: istate->_bcp          = 0xb07920ca (bci 42)
 0xab8400e4: istate->_locals       = 0xab840134
 0xab8400e8: istate->_constants    = 0xb079ac10
 0xab8400ec: istate->_method       = com.jme3.system.JmeDesktopSystem.newAudioRenderer(Lcom/jme3/system/AppSettings;)Lcom/jme3/audio/AudioRenderer;
 0xab8400f0: istate->_mdx          = 0xab840134
 0xab8400f4: istate->_stack        = 0xab8400d4
 0xab8400f8: istate->_msg          = 0x00000000
 0xab8400fc: istate->_result       = 0xab8400c8
 0xab840100: (istate->_result)     = 0xab8400a8
 0xab840104: (istate->_result)     = 0x00000000
 0xab840108: istate->_prev_link    = 0xab8400c8
 0xab84010c: istate->_oop_temp     = 0x00000000
 0xab840110: istate->_stack_base   = 0xab8400dc
 0xab840114: istate->_stack_limit  = 0xab8400c8
 0xab840118: istate->_monitor_base = 0xab8400dc
 0xab84011c: istate->_self_link    = 0xab8400dc
 0xab840120: frame_type            = INTERPRETER_FRAME
 0xab840124: next_frame            = 0xab840180

 0xab840128: local[3]              = 0x00000000
 0xab84012c: local[2]              = 0x00000000
 0xab840130: local[1]              = 0xadcd7f28
 0xab840134: local[0]              = 0xadca3cb0
 0xab840138: istate->_thread       = 0xab4f92a8
 0xab84013c: istate->_bcp          = 0xb078f9bf (bci 7)
 0xab840140: istate->_locals       = 0xab840184
 0xab840144: istate->_constants    = 0xb0790808
 0xab840148: istate->_method       = com.jme3.system.JmeSystem.newAudioRenderer(Lcom/jme3/system/AppSettings;)Lcom/jme3/audio/AudioRenderer;
 0xab84014c: istate->_mdx          = 0xb085e7c8
 0xab840150: istate->_stack        = 0xab84012c
 0xab840154: istate->_msg          = 0x00000000
 0xab840158: istate->_result       = 0x00000000
 0xab84015c: (istate->_result)     = 0xab840114
 0xab840160: (istate->_result)     = 0xab840124
 0xab840164: istate->_prev_link    = 0xab840124
 0xab840168: istate->_oop_temp     = 0x00000000
 0xab84016c: istate->_stack_base   = 0xab840138
 0xab840170: istate->_stack_limit  = 0xab84012c
 0xab840174: istate->_monitor_base = 0xab840138
 0xab840178: istate->_self_link    = 0xab840138
 0xab84017c: frame_type            = INTERPRETER_FRAME
 0xab840180: next_frame            = 0xab8401d4

 0xab840184: local[1]              = 0xadcd7f28
 0xab840188: local[0]              = 0xadc3d900
 0xab84018c: istate->_thread       = 0xab4f92a8
 0xab840190: istate->_bcp          = 0xb0719ff6 (bci 30)
 0xab840194: istate->_locals       = 0xab8401d8
 0xab840198: istate->_constants    = 0xb071e610
 0xab84019c: istate->_method       = com.jme3.app.Application.initAudio()V
 0xab8401a0: istate->_mdx          = 0xab840174
 0xab8401a4: istate->_stack        = 0xab840180
 0xab8401a8: istate->_msg          = 0x00000000
 0xab8401ac: istate->_result       = 0xb062866b
 0xab8401b0: (istate->_result)     = 0x00000000
 0xab8401b4: (istate->_result)     = 0xab840180
 0xab8401b8: istate->_prev_link    = 0x00000000
 0xab8401bc: istate->_oop_temp     = 0x00000000
 0xab8401c0: istate->_stack_base   = 0xab84018c
 0xab8401c4: istate->_stack_limit  = 0xab84017c
 0xab8401c8: istate->_monitor_base = 0xab84018c
 0xab8401cc: istate->_self_link    = 0xab84018c
 0xab8401d0: frame_type            = INTERPRETER_FRAME
 0xab8401d4: next_frame            = 0xab840224

 0xab8401d8: local[0]              = 0xadc3d900
 0xab8401dc: istate->_thread       = 0xab4f92a8
 0xab8401e0: istate->_bcp          = 0xb071b077 (bci 31)
 0xab8401e4: istate->_locals       = 0xab840228
 0xab8401e8: istate->_constants    = 0xb071e610
 0xab8401ec: istate->_method       = com.jme3.app.Application.initialize()V
 0xab8401f0: istate->_mdx          = 0xab84024c
 0xab8401f4: istate->_stack        = 0xab8401d4
 0xab8401f8: istate->_msg          = 0x00000000
 0xab8401fc: istate->_result       = 0xadc91810
 0xab840200: (istate->_result)     = 0x00000000
 0xab840204: (istate->_result)     = 0xab4f92a8
 0xab840208: istate->_prev_link    = 0xb0553302
 0xab84020c: istate->_oop_temp     = 0x00000000
 0xab840210: istate->_stack_base   = 0xab8401dc
 0xab840214: istate->_stack_limit  = 0xab8401d4
 0xab840218: istate->_monitor_base = 0xab8401dc
 0xab84021c: istate->_self_link    = 0xab8401dc
 0xab840220: frame_type            = INTERPRETER_FRAME
 0xab840224: next_frame            = 0xab840274

 0xab840228: local[0]              = 0xadc3d900
 0xab84022c: istate->_thread       = 0xab4f92a8
 0xab840230: istate->_bcp          = 0xb0717d49 (bci 1)
 0xab840234: istate->_locals       = 0xab840278
 0xab840238: istate->_constants    = 0xb0728e10
 0xab84023c: istate->_method       = com.jme3.app.SimpleApplication.initialize()V
 0xab840240: istate->_mdx          = 0xab840204
 0xab840244: istate->_stack        = 0xab840224
 0xab840248: istate->_msg          = 0x00000000
 0xab84024c: istate->_result       = 0xab840270
 0xab840250: (istate->_result)     = 0x00000000
 0xab840254: (istate->_result)     = 0x00000000
 0xab840258: istate->_prev_link    = 0x00000000
 0xab84025c: istate->_oop_temp     = 0x00000000
 0xab840260: istate->_stack_base   = 0xab84022c
 0xab840264: istate->_stack_limit  = 0xab840208
 0xab840268: istate->_monitor_base = 0xab84022c
 0xab84026c: istate->_self_link    = 0xab84022c
 0xab840270: frame_type            = INTERPRETER_FRAME
 0xab840274: next_frame            = 0xab8402c4

 0xab840278: local[0]              = 0xadc3d900
 0xab84027c: istate->_thread       = 0xab4f92a8
 0xab840280: istate->_bcp          = 0xb085eb9a (bci 42)
 0xab840284: istate->_locals       = 0xab8402cc
 0xab840288: istate->_constants    = 0xb0870cd8
 0xab84028c: istate->_method       = com.jme3.system.jogl.JoglNewtDisplay.init(Ljavax/media/opengl/GLAutoDrawable;)V
 0xab840290: istate->_mdx          = 0xb05f3018
 0xab840294: istate->_stack        = 0xab840274
 0xab840298: istate->_msg          = 0x00000000
 0xab84029c: istate->_result       = 0x00000000
 0xab8402a0: (istate->_result)     = 0x00000000
 0xab8402a4: (istate->_result)     = 0xab840268
 0xab8402a8: istate->_prev_link    = 0xab840268
 0xab8402ac: istate->_oop_temp     = 0x00000000
 0xab8402b0: istate->_stack_base   = 0xab84027c
 0xab8402b4: istate->_stack_limit  = 0xab840270
 0xab8402b8: istate->_monitor_base = 0xab84027c
 0xab8402bc: istate->_self_link    = 0xab84027c
 0xab8402c0: frame_type            = INTERPRETER_FRAME
 0xab8402c4: next_frame            = 0xab840318

 0xab8402c8: local[1]              = 0xadd51288
 0xab8402cc: local[0]              = 0xadcd2f58
 0xab8402d0: istate->_thread       = 0xab4f92a8
 0xab8402d4: istate->_bcp          = 0xb0c2c5c2 (bci 2)
 0xab8402d8: istate->_locals       = 0xab840328
 0xab8402dc: istate->_constants    = 0xb0c2ee50
 0xab8402e0: istate->_method       = jogamp.opengl.GLDrawableHelper.init(Ljavax/media/opengl/GLEventListener;Ljavax/media/opengl/GLAutoDrawable;Z)V
 0xab8402e4: istate->_mdx          = 0xb06bc480
 0xab8402e8: istate->_stack        = 0xab8402c4
 0xab8402ec: istate->_msg          = 0x00000000
 0xab8402f0: istate->_result       = 0xab8402cc
 0xab8402f4: (istate->_result)     = 0x00000000
 0xab8402f8: (istate->_result)     = 0xab8402d4
 0xab8402fc: istate->_prev_link    = 0x00000000
 0xab840300: istate->_oop_temp     = 0x00000000
 0xab840304: istate->_stack_base   = 0xab8402d0
 0xab840308: istate->_stack_limit  = 0xab8402a8
 0xab84030c: istate->_monitor_base = 0xab8402d0
 0xab840310: istate->_self_link    = 0xab8402d0
 0xab840314: frame_type            = INTERPRETER_FRAME
 0xab840318: next_frame            = 0xab84037c

 0xab84031c: local[3]              = 0x00000000
 0xab840320: local[2]              = 0xadd51288
 0xab840324: local[1]              = 0xadcd2f58
 0xab840328: local[0]              = 0xadd55518
 0xab84032c: monitor[0]->_lock     = 0x00000009
 0xab840330: monitor[0]->_obj      = 0xadd55548
 0xab840334: istate->_thread       = 0xab4f92a8
 0xab840338: istate->_bcp          = 0xb0c2c6fd (bci 53)
 0xab84033c: istate->_locals       = 0xab84039c
 0xab840340: istate->_constants    = 0xb0c2ee50
 0xab840344: istate->_method       = jogamp.opengl.GLDrawableHelper.init(Ljavax/media/opengl/GLAutoDrawable;Z)V
 0xab840348: istate->_mdx          = 0xb06208c0
 0xab84034c: istate->_stack        = 0xab840318
 0xab840350: istate->_msg          = 0x00000000
 0xab840354: istate->_result       = 0xab84032c
 0xab840358: (istate->_result)     = 0x00000000
 0xab84035c: (istate->_result)     = 0x00000000
 0xab840360: istate->_prev_link    = 0x00000000
 0xab840364: istate->_oop_temp     = 0x00000000
 0xab840368: istate->_stack_base   = 0xab84032c
 0xab84036c: istate->_stack_limit  = 0xab840318
 0xab840370: istate->_monitor_base = 0xab840334
 0xab840374: istate->_self_link    = 0xab840334
 0xab840378: frame_type            = INTERPRETER_FRAME
 0xab84037c: next_frame            = 0xab8403e8

 0xab840380: local[7]              = 0x00000000
 0xab840384: local[6]              = 0xadcd2f58
 0xab840388: local[5]              = 0x00000000
 0xab84038c: local[4]              = 0xadd55550
 0xab840390: local[3]              = 0xadd55548
 0xab840394: local[2]              = 0x00000000
 0xab840398: local[1]              = 0xadd51288
 0xab84039c: local[0]              = 0xadd55518
 0xab8403a0: istate->_thread       = 0xab4f92a8
 0xab8403a4: istate->_bcp          = 0xb0c30d22 (bci 26)
 0xab8403a8: istate->_locals       = 0xab8403ec
 0xab8403ac: istate->_constants    = 0xb0c30f10
 0xab8403b0: istate->_method       = jogamp.opengl.GLAutoDrawableBase$1.run()V
 0xab8403b4: istate->_mdx          = 0x00000000
 0xab8403b8: istate->_stack        = 0xab840390
 0xab8403bc: istate->_msg          = 0x00000000
 0xab8403c0: istate->_result       = 0xab840384
 0xab8403c4: (istate->_result)     = 0x00000000
 0xab8403c8: (istate->_result)     = 0xab840394
 0xab8403cc: istate->_prev_link    = 0xab840384
 0xab8403d0: istate->_oop_temp     = 0x00000000
 0xab8403d4: istate->_stack_base   = 0xab8403a0
 0xab8403d8: istate->_stack_limit  = 0xab840390
 0xab8403dc: istate->_monitor_base = 0xab8403a0
 0xab8403e0: istate->_self_link    = 0xab8403a0
 0xab8403e4: frame_type            = INTERPRETER_FRAME
 0xab8403e8: next_frame            = 0xab840438

 0xab8403ec: local[0]              = 0xadd55568
 0xab8403f0: istate->_thread       = 0xab4f92a8
 0xab8403f4: istate->_bcp          = 0xb0c2e558 (bci 200)
 0xab8403f8: istate->_locals       = 0xab84047c
 0xab8403fc: istate->_constants    = 0xb0c2ee50
 0xab840400: istate->_method       = jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V
 0xab840404: istate->_mdx          = 0xac8c67a0
 0xab840408: istate->_stack        = 0xab8403e8
 0xab84040c: istate->_msg          = 0x00000000
 0xab840410: istate->_result       = 0x00000000
 0xab840414: (istate->_result)     = 0xab4f92a8
 0xab840418: (istate->_result)     = 0xb098b051
 0xab84041c: istate->_prev_link    = 0xab84047c
 0xab840420: istate->_oop_temp     = 0x00000000
 0xab840424: istate->_stack_base   = 0xab8403f0
 0xab840428: istate->_stack_limit  = 0xab8403e0
 0xab84042c: istate->_monitor_base = 0xab8403f0
 0xab840430: istate->_self_link    = 0xab8403f0
 0xab840434: frame_type            = INTERPRETER_FRAME
 0xab840438: next_frame            = 0xab8404c8

 0xab84043c: local[16]             = 0x00000000
 0xab840440: local[15]             = 0x00000000
 0xab840444: local[14]             = 0x00000000
 0xab840448: local[13]             = 0x00000000
 0xab84044c: local[12]             = 0x00000000
 0xab840450: local[11]             = 0x00000001
 0xab840454: local[10]             = 0x00000000
 0xab840458: local[9]              = 0x00000000
 0xab84045c: local[8]              = 0x00000002
 0xab840460: local[7]              = 0x00000000
 0xab840464: local[6]              = 0x00000000
 0xab840468: local[5]              = 0xadd554a8
 0xab84046c: local[4]              = 0xadd55568
 0xab840470: local[3]              = 0xadd55578
 0xab840474: local[2]              = 0xadd5b7b8
 0xab840478: local[1]              = 0xadd5b7a0
 0xab84047c: local[0]              = 0xadd55518
 0xab840480: istate->_thread       = 0xab4f92a8
 0xab840484: istate->_bcp          = 0xb0c2e03b (bci 83)
 0xab840488: istate->_locals       = 0xab8404e0
 0xab84048c: istate->_constants    = 0xb0c2ee50
 0xab840490: istate->_method       = jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V
 0xab840494: istate->_mdx          = 0xb098c3c8
 0xab840498: istate->_stack        = 0xab840468
 0xab84049c: istate->_msg          = 0x00000000
 0xab8404a0: istate->_result       = 0xab84047c
 0xab8404a4: (istate->_result)     = 0x00000000
 0xab8404a8: (istate->_result)     = 0xab8404ec
 0xab8404ac: istate->_prev_link    = 0xab84048c
 0xab8404b0: istate->_oop_temp     = 0x00000000
 0xab8404b4: istate->_stack_base   = 0xab840480
 0xab8404b8: istate->_stack_limit  = 0xab840468
 0xab8404bc: istate->_monitor_base = 0xab840480
 0xab8404c0: istate->_self_link    = 0xab840480
 0xab8404c4: frame_type            = INTERPRETER_FRAME
 0xab8404c8: next_frame            = 0xab84052c

 0xab8404cc: local[5]              = 0x00000000
 0xab8404d0: local[4]              = 0xadd55568
 0xab8404d4: local[3]              = 0xadd55578
 0xab8404d8: local[2]              = 0xadd5b7b8
 0xab8404dc: local[1]              = 0xadd5b7a0
 0xab8404e0: local[0]              = 0xadd55518
 0xab8404e4: istate->_thread       = 0xab4f92a8
 0xab8404e8: istate->_bcp          = 0xb0bf2472 (bci 90)
 0xab8404ec: istate->_locals       = 0xab84053c
 0xab8404f0: istate->_constants    = 0xb0bf8b10
 0xab8404f4: istate->_method       = com.jogamp.newt.opengl.GLWindow.display()V
 0xab8404f8: istate->_mdx          = 0xab84053c
 0xab8404fc: istate->_stack        = 0xab8404cc
 0xab840500: istate->_msg          = 0x00000000
 0xab840504: istate->_result       = 0x00000000
 0xab840508: (istate->_result)     = 0xab8404e8
 0xab84050c: (istate->_result)     = 0x00000000
 0xab840510: istate->_prev_link    = 0xab8404d4
 0xab840514: istate->_oop_temp     = 0x00000000
 0xab840518: istate->_stack_base   = 0xab8404e4
 0xab84051c: istate->_stack_limit  = 0xab8404cc
 0xab840520: istate->_monitor_base = 0xab8404e4
 0xab840524: istate->_self_link    = 0xab8404e4
 0xab840528: frame_type            = INTERPRETER_FRAME
 0xab84052c: next_frame            = 0xab840588

 0xab840530: local[3]              = 0x00000000
 0xab840534: local[2]              = 0xadd55588
 0xab840538: local[1]              = 0x00000000
 0xab84053c: local[0]              = 0xadd51288
 0xab840540: istate->_thread       = 0xab4f92a8
 0xab840544: istate->_bcp          = 0xb0bf53b1 (bci 193)
 0xab840548: istate->_locals       = 0xab8405a4
 0xab84054c: istate->_constants    = 0xb0bf7ed0
 0xab840550: istate->_method       = jogamp.opengl.GLAutoDrawableBase.defaultWindowResizedOp(II)V
 0xab840554: istate->_mdx          = 0xb05413f0
 0xab840558: istate->_stack        = 0xab840538
 0xab84055c: istate->_msg          = 0x00000000
 0xab840560: istate->_result       = 0x00000000
 0xab840564: (istate->_result)     = 0xab840530
 0xab840568: (istate->_result)     = 0xab840518
 0xab84056c: istate->_prev_link    = 0xab840530
 0xab840570: istate->_oop_temp     = 0x00000000
 0xab840574: istate->_stack_base   = 0xab840540
 0xab840578: istate->_stack_limit  = 0xab84052c
 0xab84057c: istate->_monitor_base = 0xab840540
 0xab840580: istate->_self_link    = 0xab840540
 0xab840584: frame_type            = INTERPRETER_FRAME
 0xab840588: next_frame            = 0xab8405f0

 0xab84058c: local[6]              = 0x00000000
 0xab840590: local[5]              = 0x00000000
 0xab840594: local[4]              = 0x00000000
 0xab840598: local[3]              = 0xadd5b7a0
 0xab84059c: local[2]              = 0x00000190
 0xab8405a0: local[1]              = 0x00000320
 0xab8405a4: local[0]              = 0xadd51288
 0xab8405a8: istate->_thread       = 0xab4f92a8
 0xab8405ac: istate->_bcp          = 0xb0bf3cd3 (bci 3)
 0xab8405b0: istate->_locals       = 0xab8405fc
 0xab8405b4: istate->_constants    = 0xb0bf8b10
 0xab8405b8: istate->_method       = com.jogamp.newt.opengl.GLWindow.access$100(Lcom/jogamp/newt/opengl/GLWindow;II)V
 0xab8405bc: istate->_mdx          = 0xb0bf1838
 0xab8405c0: istate->_stack        = 0xab840598
 0xab8405c4: istate->_msg          = 0x00000000
 0xab8405c8: istate->_result       = 0x00000000
 0xab8405cc: (istate->_result)     = 0xab840584
 0xab8405d0: (istate->_result)     = 0xab840594
 0xab8405d4: istate->_prev_link    = 0xab840594
 0xab8405d8: istate->_oop_temp     = 0x00000000
 0xab8405dc: istate->_stack_base   = 0xab8405a8
 0xab8405e0: istate->_stack_limit  = 0xab840598
 0xab8405e4: istate->_monitor_base = 0xab8405a8
 0xab8405e8: istate->_self_link    = 0xab8405a8
 0xab8405ec: frame_type            = INTERPRETER_FRAME
 0xab8405f0: next_frame            = 0xab840648

 0xab8405f4: local[2]              = 0x00000190
 0xab8405f8: local[1]              = 0x00000320
 0xab8405fc: local[0]              = 0xadd51288
 0xab840600: istate->_thread       = 0xab4f92a8
 0xab840604: istate->_bcp          = 0xb0c317b2 (bci 18)
 0xab840608: istate->_locals       = 0xab840650
 0xab84060c: istate->_constants    = 0xb0c32190
 0xab840610: istate->_method       = com.jogamp.newt.opengl.GLWindow$1.windowResized(Lcom/jogamp/newt/event/WindowEvent;)V
 0xab840614: istate->_mdx          = 0x00000000
 0xab840618: istate->_stack        = 0xab8405f0
 0xab84061c: istate->_msg          = 0x00000000
 0xab840620: istate->_result       = 0xab8405d8
 0xab840624: (istate->_result)     = 0xab8405e8
 0xab840628: (istate->_result)     = 0xab8405e8
 0xab84062c: istate->_prev_link    = 0x00000002
 0xab840630: istate->_oop_temp     = 0x00000000
 0xab840634: istate->_stack_base   = 0xab840600
 0xab840638: istate->_stack_limit  = 0xab8405f0
 0xab84063c: istate->_monitor_base = 0xab840600
 0xab840640: istate->_self_link    = 0xab840600
 0xab840644: frame_type            = INTERPRETER_FRAME
 0xab840648: next_frame            = 0xab84069c

 0xab84064c: local[1]              = 0xadd5b850
 0xab840650: local[0]              = 0xadd55598
 0xab840654: istate->_thread       = 0xab4f92a8
 0xab840658: istate->_bcp          = 0xb0c0464e (bci 166)
 0xab84065c: istate->_locals       = 0xab8406ac
 0xab840660: istate->_constants    = 0xb0c131e0
 0xab840664: istate->_method       = jogamp.newt.WindowImpl.consumeWindowEvent(Lcom/jogamp/newt/event/WindowEvent;)V
 0xab840668: istate->_mdx          = 0xb0bf64c0
 0xab84066c: istate->_stack        = 0xab840648
 0xab840670: istate->_msg          = 0x00000000
 0xab840674: istate->_result       = 0x00000000
 0xab840678: (istate->_result)     = 0x00000000
 0xab84067c: (istate->_result)     = 0xab840648
 0xab840680: istate->_prev_link    = 0xab840630
 0xab840684: istate->_oop_temp     = 0x00000000
 0xab840688: istate->_stack_base   = 0xab840654
 0xab84068c: istate->_stack_limit  = 0xab840640
 0xab840690: istate->_monitor_base = 0xab840654
 0xab840694: istate->_self_link    = 0xab840654
 0xab840698: frame_type            = INTERPRETER_FRAME
 0xab84069c: next_frame            = 0xab8406f8

 0xab8406a0: local[3]              = 0xadd55598
 0xab8406a4: local[2]              = 0x00000000
 0xab8406a8: local[1]              = 0xadd5b850
 0xab8406ac: local[0]              = 0xadd555a8
 0xab8406b0: istate->_thread       = 0xab4f92a8
 0xab8406b4: istate->_bcp          = 0xb0c040de (bci 14)
 0xab8406b8: istate->_locals       = 0xab840700
 0xab8406bc: istate->_constants    = 0xb0c131e0
 0xab8406c0: istate->_method       = jogamp.newt.WindowImpl.sendWindowEvent(I)V
 0xab8406c4: istate->_mdx          = 0xab8406a0
 0xab8406c8: istate->_stack        = 0xab8406a4
 0xab8406cc: istate->_msg          = 0x00000000
 0xab8406d0: istate->_result       = 0x00000000
 0xab8406d4: (istate->_result)     = 0xab840678
 0xab8406d8: (istate->_result)     = 0xab84069c
 0xab8406dc: istate->_prev_link    = 0x00000000
 0xab8406e0: istate->_oop_temp     = 0x00000000
 0xab8406e4: istate->_stack_base   = 0xab8406b0
 0xab8406e8: istate->_stack_limit  = 0xab840690
 0xab8406ec: istate->_monitor_base = 0xab8406b0
 0xab8406f0: istate->_self_link    = 0xab8406b0
 0xab8406f4: frame_type            = INTERPRETER_FRAME
 0xab8406f8: next_frame            = 0xab84074c

 0xab8406fc: local[1]              = 0x00000064
 0xab840700: local[0]              = 0xadd555a8
 0xab840704: istate->_thread       = 0xab4f92a8
 0xab840708: istate->_bcp          = 0xb0bff614 (bci 532)
 0xab84070c: istate->_locals       = 0xab840778
 0xab840710: istate->_constants    = 0xb0c131e0
 0xab840714: istate->_method       = jogamp.newt.WindowImpl.setVisibleActionImpl(Z)V
 0xab840718: istate->_mdx          = 0x00000000
 0xab84071c: istate->_stack        = 0xab8406f8
 0xab840720: istate->_msg          = 0x00000000
 0xab840724: istate->_result       = 0xab8406e8
 0xab840728: (istate->_result)     = 0xab8406e8
 0xab84072c: (istate->_result)     = 0x00000002
 0xab840730: istate->_prev_link    = 0xab840780
 0xab840734: istate->_oop_temp     = 0x00000000
 0xab840738: istate->_stack_base   = 0xab840704
 0xab84073c: istate->_stack_limit  = 0xab8406e8
 0xab840740: istate->_monitor_base = 0xab840704
 0xab840744: istate->_self_link    = 0xab840704
 0xab840748: frame_type            = INTERPRETER_FRAME
 0xab84074c: next_frame            = 0xab8407c4

 0xab840750: local[10]             = 0x00000000
 0xab840754: local[9]              = 0x00000000
 0xab840758: local[8]              = 0x00000000
 0xab84075c: local[7]              = 0x00000000
 0xab840760: local[6]              = 0x00000000
 0xab840764: local[5]              = 0x00000000
 0xab840768: local[4]              = 0xadd55588
 0xab84076c: local[3]              = 0x00000001
 0xab840770: local[2]              = 0x00000001
 0xab840774: local[1]              = 0x00000001
 0xab840778: local[0]              = 0xadd555a8
 0xab84077c: istate->_thread       = 0xab4f92a8
 0xab840780: istate->_bcp          = 0xb0c6b2f8 (bci 8)
 0xab840784: istate->_locals       = 0xab8407c8
 0xab840788: istate->_constants    = 0xb0c6b578
 0xab84078c: istate->_method       = jogamp.newt.WindowImpl$VisibleAction.run()V
 0xab840790: istate->_mdx          = 0xb05c4868
 0xab840794: istate->_stack        = 0xab840770
 0xab840798: istate->_msg          = 0x00000000
 0xab84079c: istate->_result       = 0xab840760
 0xab8407a0: (istate->_result)     = 0x00000000
 0xab8407a4: (istate->_result)     = 0x00000000
 0xab8407a8: istate->_prev_link    = 0xab84081c
 0xab8407ac: istate->_oop_temp     = 0x00000000
 0xab8407b0: istate->_stack_base   = 0xab84077c
 0xab8407b4: istate->_stack_limit  = 0xab840770
 0xab8407b8: istate->_monitor_base = 0xab84077c
 0xab8407bc: istate->_self_link    = 0xab84077c
 0xab8407c0: frame_type            = INTERPRETER_FRAME
 0xab8407c4: next_frame            = 0xab84081c

 0xab8407c8: local[0]              = 0xadd5b870
 0xab8407cc: monitor[0]->_lock     = 0x00000003
 0xab8407d0: monitor[0]->_obj      = 0xadd5b880
 0xab8407d4: istate->_thread       = 0xab4f92a8
 0xab8407d8: istate->_bcp          = 0xb0c34575 (bci 93)
 0xab8407dc: istate->_locals       = 0xab840830
 0xab8407e0: istate->_constants    = 0xb0c359a0
 0xab8407e4: istate->_method       = com.jogamp.common.util.RunnableTask.run()V
 0xab8407e8: istate->_mdx          = 0x00000000
 0xab8407ec: istate->_stack        = 0xab8407c4
 0xab8407f0: istate->_msg          = 0x00000000
 0xab8407f4: istate->_result       = 0xb0541888
 0xab8407f8: (istate->_result)     = 0x00000000
 0xab8407fc: (istate->_result)     = 0xab8407dc
 0xab840800: istate->_prev_link    = 0x00000000
 0xab840804: istate->_oop_temp     = 0x00000000
 0xab840808: istate->_stack_base   = 0xab8407cc
 0xab84080c: istate->_stack_limit  = 0xab8407bc
 0xab840810: istate->_monitor_base = 0xab8407d4
 0xab840814: istate->_self_link    = 0xab8407d4
 0xab840818: frame_type            = INTERPRETER_FRAME
 0xab84081c: next_frame            = 0xab840884

 0xab840820: local[4]              = 0x00000000
 0xab840824: local[3]              = 0x00000000
 0xab840828: local[2]              = 0x00000000
 0xab84082c: local[1]              = 0xadd5b880
 0xab840830: local[0]              = 0xadd5b888
 0xab840834: monitor[0]->_lock     = 0x00000003
 0xab840838: monitor[0]->_obj      = 0x00000000
 0xab84083c: istate->_thread       = 0xab4f92a8
 0xab840840: istate->_bcp          = 0xb0c21864 (bci 172)
 0xab840844: istate->_locals       = 0xab8408b0
 0xab840848: istate->_constants    = 0xb0c21d98
 0xab84084c: istate->_method       = jogamp.newt.DefaultEDTUtil$EventDispatchThread.run()V
 0xab840850: istate->_mdx          = 0x0193b290
 0xab840854: istate->_stack        = 0xab84082c
 0xab840858: istate->_msg          = 0x00000000
 0xab84085c: istate->_result       = 0x019183e4
 0xab840860: (istate->_result)     = 0x019187bc
 0xab840864: (istate->_result)     = 0xab840974
 0xab840868: istate->_prev_link    = 0x019183d8
 0xab84086c: istate->_oop_temp     = 0x00000000
 0xab840870: istate->_stack_base   = 0xab840834
 0xab840874: istate->_stack_limit  = 0xab840820
 0xab840878: istate->_monitor_base = 0xab84083c
 0xab84087c: istate->_self_link    = 0xab84083c
 0xab840880: frame_type            = INTERPRETER_FRAME
 0xab840884: next_frame            = 0xab8408bc

 0xab840888: local[10]             = 0x00000000
 0xab84088c: local[9]              = 0x00000000
 0xab840890: local[8]              = 0x00000000
 0xab840894: local[7]              = 0x00000000
 0xab840898: local[6]              = 0x00000000
 0xab84089c: local[5]              = 0x00000000
 0xab8408a0: local[4]              = 0x00000000
 0xab8408a4: local[3]              = 0xadd55690
 0xab8408a8: local[2]              = 0xadd5b888
 0xab8408ac: local[1]              = 0x00000000
 0xab8408b0: local[0]              = 0xadd554a8
 0xab8408b4: call_wrapper          = 0xab840918
 0xab8408b8: frame_type            = ENTRY_FRAME
 0xab8408bc: next_frame            = 0x00000000


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x015f9838 JavaThread "NEWT-LinuxEventDeviceManager" daemon [_thread_blocked, id=1677, stack(0xa8e00000,0xa8f80000)]
  0x015f6ca8 JavaThread "NEWT-LinuxMouseTracker" daemon [_thread_in_native, id=1676, stack(0xa8f80000,0xa9100000)]
=>0xab4f92a8 JavaThread "main-Display-.bcm.vc.iv_nil-1-EDT-1" daemon [_thread_in_native, id=1675, stack(0xab6c2000,0xab842000)]
  0x01911670 JavaThread "process reaper" daemon [_thread_blocked, id=1660, stack(0xab842000,0xab852000)]
  0x016931a0 JavaThread "Service Thread" daemon [_thread_blocked, id=1653, stack(0xabcbb000,0xabe3b000)]
  0x016916a0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1652, stack(0xabe3b000,0xabfbb000)]
  0x0164c5f0 JavaThread "Finalizer" daemon [_thread_blocked, id=1651, stack(0xac132000,0xac2b2000)]
  0x01649c88 JavaThread "Reference Handler" daemon [_thread_blocked, id=1650, stack(0xac2b2000,0xac432000)]
  0x015c0d10 JavaThread "main" [_thread_blocked, id=1648, stack(0xb667e000,0xb67fd000)]

Other Threads:
  0x01644680 VMThread [stack: 0xac433000,0xac4b2000] [id=1649]
  0x01694e90 WatcherThread [stack: 0xabc3c000,0xabcbb000] [id=1654]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 1664K, used 273K [0xac740000, 0xac900000, 0xadbe0000)
  eden space 1536K,   9% used [0xac740000, 0xac764750, 0xac8c0000)
  from space 128K, 100% used [0xac8c0000, 0xac8e0000, 0xac8e0000)
  to   space 128K,   0% used [0xac8e0000, 0xac8e0000, 0xac900000)
 tenured generation   total 3456K, used 2380K [0xadbe0000, 0xadf40000, 0xb0540000)
   the space 3456K,  68% used [0xadbe0000, 0xade333e8, 0xade33400, 0xadf40000)
 compacting perm gen  total 8704K, used 8546K [0xb0540000, 0xb0dc0000, 0xb4540000)
   the space 8704K,  98% used [0xb0540000, 0xb0d98810, 0xb0d98a00, 0xb0dc0000)
No shared spaces configured.

Code Cache  [0xb45cc000, 0xb45f4000, 0xb65cc000)
 total_blobs=265 nmethods=0 adapters=258 free_code_cache=32686Kb largest_free_block=33470912

Dynamic libraries:
00008000-00009000 r-xp 00000000 b3:02 82338      /usr/lib/jvm/java-7-openjdk-armhf/jre/bin/java
00010000-00011000 r--p 00000000 b3:02 82338      /usr/lib/jvm/java-7-openjdk-armhf/jre/bin/java
00011000-00012000 rw-p 00001000 b3:02 82338      /usr/lib/jvm/java-7-openjdk-armhf/jre/bin/java
015bc000-01c24000 rw-p 00000000 00:00 0          [heap]
a8a07000-a8a43000 r-xp 00000000 00:0e 3023       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libopenal.so
a8a43000-a8a4b000 ---p 0003c000 00:0e 3023       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libopenal.so
a8a4b000-a8a4c000 r--p 0003c000 00:0e 3023       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libopenal.so
a8a4c000-a8a4d000 rw-p 0003d000 00:0e 3023       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libopenal.so
a8a4d000-a8a50000 r-xp 00000000 b3:02 9875       /lib/arm-linux-gnueabihf/libgpg-error.so.0.8.0
a8a50000-a8a57000 ---p 00003000 b3:02 9875       /lib/arm-linux-gnueabihf/libgpg-error.so.0.8.0
a8a57000-a8a58000 rw-p 00002000 b3:02 9875       /lib/arm-linux-gnueabihf/libgpg-error.so.0.8.0
a8a58000-a8a92000 r-xp 00000000 b3:02 25503      /lib/arm-linux-gnueabihf/libdbus-1.so.3.7.1
a8a92000-a8a99000 ---p 0003a000 b3:02 25503      /lib/arm-linux-gnueabihf/libdbus-1.so.3.7.1
a8a99000-a8a9a000 r--p 00039000 b3:02 25503      /lib/arm-linux-gnueabihf/libdbus-1.so.3.7.1
a8a9a000-a8a9b000 rw-p 0003a000 b3:02 25503      /lib/arm-linux-gnueabihf/libdbus-1.so.3.7.1
a8a9b000-a8aa9000 r-xp 00000000 b3:02 10092      /usr/lib/arm-linux-gnueabihf/libp11-kit.so.0.0.0
a8aa9000-a8ab0000 ---p 0000e000 b3:02 10092      /usr/lib/arm-linux-gnueabihf/libp11-kit.so.0.0.0
a8ab0000-a8ab1000 r--p 0000d000 b3:02 10092      /usr/lib/arm-linux-gnueabihf/libp11-kit.so.0.0.0
a8ab1000-a8ab2000 rw-p 0000e000 b3:02 10092      /usr/lib/arm-linux-gnueabihf/libp11-kit.so.0.0.0
a8ab2000-a8b27000 r-xp 00000000 b3:02 9719       /lib/arm-linux-gnueabihf/libgcrypt.so.11.7.0
a8b27000-a8b2f000 ---p 00075000 b3:02 9719       /lib/arm-linux-gnueabihf/libgcrypt.so.11.7.0
a8b2f000-a8b30000 r--p 00075000 b3:02 9719       /lib/arm-linux-gnueabihf/libgcrypt.so.11.7.0
a8b30000-a8b32000 rw-p 00076000 b3:02 9719       /lib/arm-linux-gnueabihf/libgcrypt.so.11.7.0
a8b32000-a8b3f000 r-xp 00000000 b3:02 10408      /usr/lib/arm-linux-gnueabihf/libtasn1.so.3.1.16
a8b3f000-a8b46000 ---p 0000d000 b3:02 10408      /usr/lib/arm-linux-gnueabihf/libtasn1.so.3.1.16
a8b46000-a8b47000 r--p 0000c000 b3:02 10408      /usr/lib/arm-linux-gnueabihf/libtasn1.so.3.1.16
a8b47000-a8b48000 rw-p 0000d000 b3:02 10408      /usr/lib/arm-linux-gnueabihf/libtasn1.so.3.1.16
a8b48000-a8b4a000 r-xp 00000000 b3:02 17872      /lib/arm-linux-gnueabihf/libkeyutils.so.1.4
a8b4a000-a8b51000 ---p 00002000 b3:02 17872      /lib/arm-linux-gnueabihf/libkeyutils.so.1.4
a8b51000-a8b52000 r--p 00001000 b3:02 17872      /lib/arm-linux-gnueabihf/libkeyutils.so.1.4
a8b52000-a8b53000 rw-p 00002000 b3:02 17872      /lib/arm-linux-gnueabihf/libkeyutils.so.1.4
a8b53000-a8b59000 r-xp 00000000 b3:02 17917      /usr/lib/arm-linux-gnueabihf/libkrb5support.so.0.1
a8b59000-a8b60000 ---p 00006000 b3:02 17917      /usr/lib/arm-linux-gnueabihf/libkrb5support.so.0.1
a8b60000-a8b61000 r--p 00005000 b3:02 17917      /usr/lib/arm-linux-gnueabihf/libkrb5support.so.0.1
a8b61000-a8b62000 rw-p 00006000 b3:02 17917      /usr/lib/arm-linux-gnueabihf/libkrb5support.so.0.1
a8b62000-a8b64000 r-xp 00000000 b3:02 1146       /lib/arm-linux-gnueabihf/libcom_err.so.2.1
a8b64000-a8b6b000 ---p 00002000 b3:02 1146       /lib/arm-linux-gnueabihf/libcom_err.so.2.1
a8b6b000-a8b6c000 r--p 00001000 b3:02 1146       /lib/arm-linux-gnueabihf/libcom_err.so.2.1
a8b6c000-a8b6d000 rw-p 00002000 b3:02 1146       /lib/arm-linux-gnueabihf/libcom_err.so.2.1
a8b6d000-a8b92000 r-xp 00000000 b3:02 17932      /usr/lib/arm-linux-gnueabihf/libk5crypto.so.3.1
a8b92000-a8b9a000 ---p 00025000 b3:02 17932      /usr/lib/arm-linux-gnueabihf/libk5crypto.so.3.1
a8b9a000-a8b9b000 r--p 00025000 b3:02 17932      /usr/lib/arm-linux-gnueabihf/libk5crypto.so.3.1
a8b9b000-a8b9c000 rw-p 00026000 b3:02 17932      /usr/lib/arm-linux-gnueabihf/libk5crypto.so.3.1
a8b9c000-a8b9d000 rw-p 00000000 00:00 0
a8b9d000-a8c3e000 r-xp 00000000 b3:02 17950      /usr/lib/arm-linux-gnueabihf/libkrb5.so.3.3
a8c3e000-a8c45000 ---p 000a1000 b3:02 17950      /usr/lib/arm-linux-gnueabihf/libkrb5.so.3.3
a8c45000-a8c4a000 r--p 000a0000 b3:02 17950      /usr/lib/arm-linux-gnueabihf/libkrb5.so.3.3
a8c4a000-a8c4b000 rw-p 000a5000 b3:02 17950      /usr/lib/arm-linux-gnueabihf/libkrb5.so.3.3
a8c4b000-a8c6b000 r-xp 00000000 b3:02 21025      /lib/arm-linux-gnueabihf/libexpat.so.1.6.0
a8c6b000-a8c72000 ---p 00020000 b3:02 21025      /lib/arm-linux-gnueabihf/libexpat.so.1.6.0
a8c72000-a8c74000 r--p 0001f000 b3:02 21025      /lib/arm-linux-gnueabihf/libexpat.so.1.6.0
a8c74000-a8c75000 rw-p 00021000 b3:02 21025      /lib/arm-linux-gnueabihf/libexpat.so.1.6.0
a8c75000-a8ceb000 r-xp 00000000 b3:02 19556      /usr/lib/arm-linux-gnueabihf/libfreetype.so.6.8.1
a8ceb000-a8cf3000 ---p 00076000 b3:02 19556      /usr/lib/arm-linux-gnueabihf/libfreetype.so.6.8.1
a8cf3000-a8cf6000 r--p 00076000 b3:02 19556      /usr/lib/arm-linux-gnueabihf/libfreetype.so.6.8.1
a8cf6000-a8cf7000 rw-p 00079000 b3:02 19556      /usr/lib/arm-linux-gnueabihf/libfreetype.so.6.8.1
a8cf7000-a8d05000 r-xp 00000000 b3:02 30425      /usr/lib/arm-linux-gnueabihf/libavahi-client.so.3.2.9
a8d05000-a8d0c000 ---p 0000e000 b3:02 30425      /usr/lib/arm-linux-gnueabihf/libavahi-client.so.3.2.9
a8d0c000-a8d0d000 r--p 0000d000 b3:02 30425      /usr/lib/arm-linux-gnueabihf/libavahi-client.so.3.2.9
a8d0d000-a8d0e000 rw-p 0000e000 b3:02 30425      /usr/lib/arm-linux-gnueabihf/libavahi-client.so.3.2.9
a8d0e000-a8dbb000 r-xp 00000000 b3:02 9777       /usr/lib/arm-linux-gnueabihf/libgnutls.so.26.22.4
a8dbb000-a8dc2000 ---p 000ad000 b3:02 9777       /usr/lib/arm-linux-gnueabihf/libgnutls.so.26.22.4
a8dc2000-a8dc6000 r--p 000ac000 b3:02 9777       /usr/lib/arm-linux-gnueabihf/libgnutls.so.26.22.4
a8dc6000-a8dc7000 rw-p 000b0000 b3:02 9777       /usr/lib/arm-linux-gnueabihf/libgnutls.so.26.22.4
a8dc7000-a8dc8000 rw-p 00000000 00:00 0
a8dc8000-a8df6000 r-xp 00000000 b3:02 17968      /usr/lib/arm-linux-gnueabihf/libgssapi_krb5.so.2.2
a8df6000-a8dfe000 ---p 0002e000 b3:02 17968      /usr/lib/arm-linux-gnueabihf/libgssapi_krb5.so.2.2
a8dfe000-a8dff000 r--p 0002e000 b3:02 17968      /usr/lib/arm-linux-gnueabihf/libgssapi_krb5.so.2.2
a8dff000-a8e00000 rw-p 0002f000 b3:02 17968      /usr/lib/arm-linux-gnueabihf/libgssapi_krb5.so.2.2
a8e00000-a8e03000 ---p 00000000 00:00 0
a8e03000-a8f80000 rw-p 00000000 00:00 0          [stack:1677]
a8f80000-a8f83000 ---p 00000000 00:00 0
a8f83000-a9100000 rw-p 00000000 00:00 0          [stack:1676]
a9100000-a9127000 rw-p 00000000 00:00 0
a9127000-a9200000 ---p 00000000 00:00 0
a9204000-a922f000 r-xp 00000000 b3:02 25362      /usr/lib/arm-linux-gnueabihf/libfontconfig.so.1.5.0
a922f000-a9237000 ---p 0002b000 b3:02 25362      /usr/lib/arm-linux-gnueabihf/libfontconfig.so.1.5.0
a9237000-a9238000 r--p 0002b000 b3:02 25362      /usr/lib/arm-linux-gnueabihf/libfontconfig.so.1.5.0
a9238000-a9239000 rw-p 0002c000 b3:02 25362      /usr/lib/arm-linux-gnueabihf/libfontconfig.so.1.5.0
a9239000-a92b9000 r-xp 00000000 b3:02 82289      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libawt.so
a92b9000-a92c0000 ---p 00080000 b3:02 82289      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libawt.so
a92c0000-a92c1000 r--p 0007f000 b3:02 82289      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libawt.so
a92c1000-a92c8000 rw-p 00080000 b3:02 82289      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libawt.so
a92c8000-a92ec000 rw-p 00000000 00:00 0
a92ec000-a92ed000 ---p 00000000 00:00 0
a92ed000-a9aec000 rw-p 00000000 00:00 0          [stack:1674]
a9aec000-a9aed000 ---p 00000000 00:00 0
a9aed000-aa2ec000 rw-p 00000000 00:00 0          [stack:1673]
aa2ec000-aa2ed000 ---p 00000000 00:00 0
aa2ed000-aaaec000 rw-p 00000000 00:00 0          [stack:1672]
aaaec000-aabf5000 r-xp 00000000 b3:02 18309      /usr/lib/arm-linux-gnueabihf/libX11.so.6.3.0
aabf5000-aabfc000 ---p 00109000 b3:02 18309      /usr/lib/arm-linux-gnueabihf/libX11.so.6.3.0
aabfc000-aac00000 rw-p 00108000 b3:02 18309      /usr/lib/arm-linux-gnueabihf/libX11.so.6.3.0
aac00000-aac01000 ---p 00000000 00:00 0
aac01000-ab400000 rw-p 00000000 00:00 0          [stack:1671]
ab400000-ab4fd000 rw-p 00000000 00:00 0
ab4fd000-ab500000 ---p 00000000 00:00 0
ab503000-ab50e000 r-xp 00000000 b3:02 30408      /usr/lib/arm-linux-gnueabihf/libavahi-common.so.3.5.3
ab50e000-ab515000 ---p 0000b000 b3:02 30408      /usr/lib/arm-linux-gnueabihf/libavahi-common.so.3.5.3
ab515000-ab516000 r--p 0000a000 b3:02 30408      /usr/lib/arm-linux-gnueabihf/libavahi-common.so.3.5.3
ab516000-ab517000 rw-p 0000b000 b3:02 30408      /usr/lib/arm-linux-gnueabihf/libavahi-common.so.3.5.3
ab517000-ab55c000 r-xp 00000000 b3:02 30436      /usr/lib/arm-linux-gnueabihf/libcups.so.2
ab55c000-ab563000 ---p 00045000 b3:02 30436      /usr/lib/arm-linux-gnueabihf/libcups.so.2
ab563000-ab566000 r--p 00044000 b3:02 30436      /usr/lib/arm-linux-gnueabihf/libcups.so.2
ab566000-ab567000 rw-p 00047000 b3:02 30436      /usr/lib/arm-linux-gnueabihf/libcups.so.2
ab567000-ab56c000 r-xp 00000000 b3:02 82286      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/headless/libmawt.so
ab56c000-ab573000 ---p 00005000 b3:02 82286      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/headless/libmawt.so
ab573000-ab574000 r--p 00004000 b3:02 82286      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/headless/libmawt.so
ab574000-ab575000 rw-p 00005000 b3:02 82286      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/headless/libmawt.so
ab575000-ab579000 r-xp 00000000 b3:02 18019      /usr/lib/arm-linux-gnueabihf/libXdmcp.so.6.0.0
ab579000-ab580000 ---p 00004000 b3:02 18019      /usr/lib/arm-linux-gnueabihf/libXdmcp.so.6.0.0
ab580000-ab581000 rw-p 00003000 b3:02 18019      /usr/lib/arm-linux-gnueabihf/libXdmcp.so.6.0.0
ab581000-ab583000 r-xp 00000000 b3:02 18005      /usr/lib/arm-linux-gnueabihf/libXau.so.6.0.0
ab583000-ab58a000 ---p 00002000 b3:02 18005      /usr/lib/arm-linux-gnueabihf/libXau.so.6.0.0
ab58a000-ab58b000 rw-p 00001000 b3:02 18005      /usr/lib/arm-linux-gnueabihf/libXau.so.6.0.0
ab58b000-ab593000 r-xp 00000000 b3:02 25456      /usr/lib/arm-linux-gnueabihf/libXrender.so.1.3.0
ab593000-ab59a000 ---p 00008000 b3:02 25456      /usr/lib/arm-linux-gnueabihf/libXrender.so.1.3.0
ab59a000-ab59b000 rw-p 00007000 b3:02 25456      /usr/lib/arm-linux-gnueabihf/libXrender.so.1.3.0
ab59b000-ab5a9000 r-xp 00000000 b3:02 18324      /usr/lib/arm-linux-gnueabihf/libXext.so.6.4.0
ab5a9000-ab5b1000 ---p 0000e000 b3:02 18324      /usr/lib/arm-linux-gnueabihf/libXext.so.6.4.0
ab5b1000-ab5b2000 rw-p 0000e000 b3:02 18324      /usr/lib/arm-linux-gnueabihf/libXext.so.6.4.0
ab5b2000-ab5c8000 r-xp 00000000 b3:02 18033      /usr/lib/arm-linux-gnueabihf/libxcb.so.1.1.0
ab5c8000-ab5cf000 ---p 00016000 b3:02 18033      /usr/lib/arm-linux-gnueabihf/libxcb.so.1.1.0
ab5cf000-ab5d0000 r--p 00015000 b3:02 18033      /usr/lib/arm-linux-gnueabihf/libxcb.so.1.1.0
ab5d0000-ab5d1000 rw-p 00016000 b3:02 18033      /usr/lib/arm-linux-gnueabihf/libxcb.so.1.1.0
ab5d1000-ab5d7000 r-xp 00000000 b3:02 31161      /usr/lib/arm-linux-gnueabihf/libXrandr.so.2.2.0
ab5d7000-ab5de000 ---p 00006000 b3:02 31161      /usr/lib/arm-linux-gnueabihf/libXrandr.so.2.2.0
ab5de000-ab5df000 rw-p 00005000 b3:02 31161      /usr/lib/arm-linux-gnueabihf/libXrandr.so.2.2.0
ab5df000-ab5e8000 r-xp 00000000 00:0e 3021       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libnewt.so
ab5e8000-ab5ef000 ---p 00009000 00:0e 3021       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libnewt.so
ab5ef000-ab5f0000 r--p 00008000 00:0e 3021       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libnewt.so
ab5f0000-ab5f1000 rw-p 00009000 00:0e 3021       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libnewt.so
ab5f1000-ab619000 r-xp 00000000 00:0e 3018       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libjogl_mobile.so
ab619000-ab620000 ---p 00028000 00:0e 3018       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libjogl_mobile.so
ab620000-ab621000 r--p 00027000 00:0e 3018       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libjogl_mobile.so
ab621000-ab622000 rw-p 00028000 00:0e 3018       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libjogl_mobile.so
ab622000-ab627000 r-xp 00000000 b3:02 17755      /opt/vc/lib/libvchiq_arm.so
ab627000-ab62f000 ---p 00005000 b3:02 17755      /opt/vc/lib/libvchiq_arm.so
ab62f000-ab630000 rw-p 00005000 b3:02 17755      /opt/vc/lib/libvchiq_arm.so
ab630000-ab63e000 r-xp 00000000 b3:02 17756      /opt/vc/lib/libbcm_host.so
ab63e000-ab646000 ---p 0000e000 b3:02 17756      /opt/vc/lib/libbcm_host.so
ab646000-ab647000 rw-p 0000e000 b3:02 17756      /opt/vc/lib/libbcm_host.so
ab647000-ab64a000 rw-p 00000000 00:00 0
ab64a000-ab653000 r-xp 00000000 b3:02 17749      /opt/vc/lib/libvcos.so
ab653000-ab65b000 ---p 00009000 b3:02 17749      /opt/vc/lib/libvcos.so
ab65b000-ab65c000 rw-p 00009000 b3:02 17749      /opt/vc/lib/libvcos.so
ab65c000-ab685000 r-xp 00000000 b3:02 17753      /opt/vc/lib/libEGL.so
ab685000-ab68d000 ---p 00029000 b3:02 17753      /opt/vc/lib/libEGL.so
ab68d000-ab68e000 rw-p 00029000 b3:02 17753      /opt/vc/lib/libEGL.so
ab68e000-ab6a3000 r-xp 00000000 b3:02 17754      /opt/vc/lib/libGLESv2.so
ab6a3000-ab6aa000 ---p 00015000 b3:02 17754      /opt/vc/lib/libGLESv2.so
ab6aa000-ab6ab000 rw-p 00014000 b3:02 17754      /opt/vc/lib/libGLESv2.so
ab6b7000-ab6b9000 r-xp 00000000 00:0e 3016       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libgluegen-rt.so
ab6b9000-ab6c0000 ---p 00002000 00:0e 3016       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libgluegen-rt.so
ab6c0000-ab6c1000 r--p 00001000 00:0e 3016       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libgluegen-rt.so
ab6c1000-ab6c2000 rw-p 00002000 00:0e 3016       /tmp/jogamp_0000/file_cache/jln6590254239563017084/jln4681963181729727161/libgluegen-rt.so
ab6c2000-ab6c5000 ---p 00000000 00:00 0
ab6c5000-ab842000 rw-p 00000000 00:00 0          [stack:1675]
ab842000-ab845000 ---p 00000000 00:00 0
ab845000-ab852000 rw-p 00000000 00:00 0          [stack:1660]
ab852000-ab88b000 r-xp 00000000 b3:02 10112      /lib/arm-linux-gnueabihf/libpcre.so.3.13.1
ab88b000-ab892000 ---p 00039000 b3:02 10112      /lib/arm-linux-gnueabihf/libpcre.so.3.13.1
ab892000-ab893000 rw-p 00038000 b3:02 10112      /lib/arm-linux-gnueabihf/libpcre.so.3.13.1
ab893000-ab89f000 r-xp 00000000 b3:02 21037      /usr/lib/arm-linux-gnueabihf/libffi.so.5.0.10
ab89f000-ab8a6000 ---p 0000c000 b3:02 21037      /usr/lib/arm-linux-gnueabihf/libffi.so.5.0.10
ab8a6000-ab8a7000 rw-p 0000b000 b3:02 21037      /usr/lib/arm-linux-gnueabihf/libffi.so.5.0.10
ab8a7000-ab8a8000 r-xp 00000000 b3:02 21074      /usr/lib/arm-linux-gnueabihf/libgthread-2.0.so.0.3200.3
ab8a8000-ab8af000 ---p 00001000 b3:02 21074      /usr/lib/arm-linux-gnueabihf/libgthread-2.0.so.0.3200.3
ab8af000-ab8b0000 r--p 00000000 b3:02 21074      /usr/lib/arm-linux-gnueabihf/libgthread-2.0.so.0.3200.3
ab8b0000-ab8b1000 rw-p 00001000 b3:02 21074      /usr/lib/arm-linux-gnueabihf/libgthread-2.0.so.0.3200.3
ab8b1000-ab8c1000 r-xp 00000000 b3:02 3862       /lib/arm-linux-gnueabihf/libresolv-2.13.so
ab8c1000-ab8c2000 r--p 00010000 b3:02 3862       /lib/arm-linux-gnueabihf/libresolv-2.13.so
ab8c2000-ab8c3000 rw-p 00011000 b3:02 3862       /lib/arm-linux-gnueabihf/libresolv-2.13.so
ab8c3000-ab8c5000 rw-p 00000000 00:00 0
ab8c5000-ab8df000 r-xp 00000000 b3:02 2251       /lib/arm-linux-gnueabihf/libselinux.so.1
ab8df000-ab8e6000 ---p 0001a000 b3:02 2251       /lib/arm-linux-gnueabihf/libselinux.so.1
ab8e6000-ab8e7000 r--p 00019000 b3:02 2251       /lib/arm-linux-gnueabihf/libselinux.so.1
ab8e7000-ab8e8000 rw-p 0001a000 b3:02 2251       /lib/arm-linux-gnueabihf/libselinux.so.1
ab8e8000-ab8eb000 r-xp 00000000 b3:02 21075      /usr/lib/arm-linux-gnueabihf/libgmodule-2.0.so.0.3200.3
ab8eb000-ab8f2000 ---p 00003000 b3:02 21075      /usr/lib/arm-linux-gnueabihf/libgmodule-2.0.so.0.3200.3
ab8f2000-ab8f3000 r--p 00002000 b3:02 21075      /usr/lib/arm-linux-gnueabihf/libgmodule-2.0.so.0.3200.3
ab8f3000-ab8f4000 rw-p 00003000 b3:02 21075      /usr/lib/arm-linux-gnueabihf/libgmodule-2.0.so.0.3200.3
ab8f4000-ab9cf000 r-xp 00000000 b3:02 21052      /lib/arm-linux-gnueabihf/libglib-2.0.so.0.3200.3
ab9cf000-ab9d6000 ---p 000db000 b3:02 21052      /lib/arm-linux-gnueabihf/libglib-2.0.so.0.3200.3
ab9d6000-ab9d7000 r--p 000da000 b3:02 21052      /lib/arm-linux-gnueabihf/libglib-2.0.so.0.3200.3
ab9d7000-ab9d8000 rw-p 000db000 b3:02 21052      /lib/arm-linux-gnueabihf/libglib-2.0.so.0.3200.3
ab9d8000-aba1e000 r-xp 00000000 b3:02 21076      /usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0.3200.3
aba1e000-aba25000 ---p 00046000 b3:02 21076      /usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0.3200.3
aba25000-aba26000 r--p 00045000 b3:02 21076      /usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0.3200.3
aba26000-aba27000 rw-p 00046000 b3:02 21076      /usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0.3200.3
aba27000-abb3b000 r-xp 00000000 b3:02 21073      /usr/lib/arm-linux-gnueabihf/libgio-2.0.so.0.3200.3
abb3b000-abb42000 ---p 00114000 b3:02 21073      /usr/lib/arm-linux-gnueabihf/libgio-2.0.so.0.3200.3
abb42000-abb44000 r--p 00113000 b3:02 21073      /usr/lib/arm-linux-gnueabihf/libgio-2.0.so.0.3200.3
abb44000-abb45000 rw-p 00115000 b3:02 21073      /usr/lib/arm-linux-gnueabihf/libgio-2.0.so.0.3200.3
abb45000-abb46000 rw-p 00000000 00:00 0
abb49000-abb4a000 r--s 0006f000 b3:02 137093     /home/pi/jogamp/test1_lib/joal-natives-linux-armv6hf.jar
abb4a000-abb4b000 rw-p 00000000 00:00 0
abb4b000-abb4c000 r--s 0001a000 b3:02 137110     /home/pi/jogamp/test1_lib/jogl-all-natives-linux-armv6hf.jar
abb4c000-abb4d000 r--s 00000000 b3:02 137114     /home/pi/jogamp/test1_lib/gluegen-rt-natives-linux-armv6hf.jar
abb4d000-abb4e000 r--p 00000000 00:00 0
abb4e000-abb52000 r--s 0004b000 b3:02 32509      /usr/lib/jvm/java-7-openjdk-common/jre/lib/jsse.jar
abb52000-abb66000 r-xp 00000000 b3:02 82288      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnet.so
abb66000-abb6d000 ---p 00014000 b3:02 82288      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnet.so
abb6d000-abb6e000 r--p 00013000 b3:02 82288      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnet.so
abb6e000-abb6f000 rw-p 00014000 b3:02 82288      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnet.so
abb6f000-abb7d000 r-xp 00000000 b3:02 82291      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnio.so
abb7d000-abb84000 ---p 0000e000 b3:02 82291      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnio.so
abb84000-abb85000 r--p 0000d000 b3:02 82291      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnio.so
abb85000-abb86000 rw-p 0000e000 b3:02 82291      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libnio.so
abb86000-abb8f000 r--s 000bb000 b3:02 32508      /usr/lib/jvm/java-7-openjdk-common/jre/lib/resources.jar
abb8f000-abb9a000 r--s 00071000 b3:02 137098     /home/pi/jogamp/test1_lib/nifty.jar
abb9a000-abbb6000 r--s 00479000 b3:02 137090     /home/pi/jogamp/test1_lib/jogl-all.jar
abbb6000-abbb9000 r--s 0001a000 b3:02 137101     /home/pi/jogamp/test1_lib/xmlpull-xpp3.jar
abbb9000-abbbd000 r--s 0001c000 b3:02 137087     /home/pi/jogamp/test1_lib/jME3-networking.jar
abbbd000-abbd2000 r--s 013eb000 b3:02 137109     /home/pi/jogamp/test1_lib/nifty-examples.jar
abbd2000-abbd5000 r--s 0006c000 b3:02 137094     /home/pi/jogamp/test1_lib/jME3-effects.jar
abbd5000-abbd8000 r--s 00024000 b3:02 137102     /home/pi/jogamp/test1_lib/jME3-terrain.jar
abbd8000-abbda000 r--s 00012000 b3:02 137153     /home/pi/jogamp/test1_lib/eventbus.jar
abbda000-abbdb000 r--s 0000b000 b3:02 137104     /home/pi/jogamp/test1_lib/stack-alloc.jar
abbdb000-abbe4000 r--s 0007a000 b3:02 137156     /home/pi/jogamp/test1_lib/jbullet.jar
abbe4000-abbe9000 r--s 00038000 b3:02 137099     /home/pi/jogamp/test1_lib/gluegen-rt.jar
abbe9000-abbeb000 r--s 0001f000 b3:02 137088     /home/pi/jogamp/test1_lib/jME3-jogl.jar
abbeb000-abbfc000 r--s 00117000 b3:02 137100     /home/pi/jogamp/test1_lib/jME3-core.jar
abbfc000-abbff000 r--s 00026000 b3:02 137095     /home/pi/jogamp/test1_lib/jME3-jbullet.jar
abbff000-abc00000 r--s 00005000 b3:02 137097     /home/pi/jogamp/test1_lib/jME3-niftygui.jar
abc00000-abc05000 r--s 00030000 b3:02 137091     /home/pi/jogamp/test1_lib/jinput.jar
abc05000-abc08000 r--s 0002a000 b3:02 137096     /home/pi/jogamp/test1_lib/varnam.jar
abc08000-abc0a000 r--s 0000e000 b3:02 137082     /home/pi/jogamp/test1_lib/joal.jar
abc0a000-abc0b000 r--s 00002000 b3:02 137089     /home/pi/jogamp/test1_lib/jME3-jogg.jar
abc0b000-abc0d000 r--s 0003c000 b3:02 137106     /home/pi/jogamp/test1_lib/vecmath.jar
abc0d000-abc13000 r--s 00051000 b3:02 137113     /home/pi/jogamp/test1_lib/jME3-blender.jar
abc13000-abc15000 r--s 00005000 b3:02 137105     /home/pi/jogamp/test1_lib/j-ogg-oggd.jar
abc15000-abc17000 r--s 00010000 b3:02 137107     /home/pi/jogamp/test1_lib/nifty-style-black.jar
abc17000-abc19000 r--s 00009000 b3:02 137108     /home/pi/jogamp/test1_lib/j-ogg-vorbisd.jar
abc19000-abc1f000 r--s 028af000 b3:02 137084     /home/pi/jogamp/test1_lib/jME3-testdata.jar
abc1f000-abc2c000 r--s 000d9000 b3:02 137092     /home/pi/jogamp/test1_lib/lwjgl.jar
abc2c000-abc2d000 r--s 00018000 b3:02 137112     /home/pi/jogamp/test1_lib/jME3-lwjgl.jar
abc2d000-abc2f000 r--s 0020e000 b3:02 137083     /home/pi/jogamp/test1_lib/jME3-lwjgl-natives.jar
abc2f000-abc37000 r--s 0003a000 b3:02 137085     /home/pi/jogamp/test1_lib/nifty-default-controls.jar
abc37000-abc38000 r--s 00010000 b3:02 131975     /home/pi/jogamp/test1_lib/jME3-plugins.jar
abc38000-abc3b000 r--s 00036000 b3:02 137103     /home/pi/jogamp/test1_lib/jME3-desktop.jar
abc3b000-abc3c000 ---p 00000000 00:00 0
abc3c000-abcbb000 rw-p 00000000 00:00 0          [stack:1654]
abcbb000-abcbe000 ---p 00000000 00:00 0
abcbe000-abe3b000 rw-p 00000000 00:00 0          [stack:1653]
abe3b000-abe3e000 ---p 00000000 00:00 0
abe3e000-abfbb000 rw-p 00000000 00:00 0          [stack:1652]
abfbb000-ac132000 r--p 00000000 b3:02 18423      /usr/lib/locale/locale-archive
ac132000-ac135000 ---p 00000000 00:00 0
ac135000-ac2b2000 rw-p 00000000 00:00 0          [stack:1651]
ac2b2000-ac2b5000 ---p 00000000 00:00 0
ac2b5000-ac432000 rw-p 00000000 00:00 0          [stack:1650]
ac432000-ac433000 ---p 00000000 00:00 0
ac433000-ac51e000 rw-p 00000000 00:00 0          [stack:1649]
ac51e000-ac6ca000 r--s 01c93000 b3:02 82263      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/rt.jar
ac6ca000-ac6cf000 rw-p 00000000 00:00 0
ac6cf000-ac6eb000 rw-p 00000000 00:00 0
ac6eb000-ac6ed000 rw-p 00000000 00:00 0
ac6ed000-ac700000 rw-p 00000000 00:00 0
ac700000-ac701000 rw-p 00000000 00:00 0
ac701000-ac70a000 rw-p 00000000 00:00 0
ac70a000-ac70c000 rw-p 00000000 00:00 0
ac70c000-ac70d000 ---p 00000000 00:00 0
ac70d000-ac71f000 rw-p 00000000 00:00 0
ac71f000-ac724000 rw-p 00000000 00:00 0
ac724000-ac73f000 rw-p 00000000 00:00 0
ac73f000-ac900000 rw-p 00000000 00:00 0
ac900000-adbe0000 rw-p 00000000 00:00 0
adbe0000-adf40000 rw-p 00000000 00:00 0
adf40000-adf80000 ---p 00000000 00:00 0
adf80000-b0540000 rw-p 00000000 00:00 0
b0540000-b0dc0000 rw-p 00000000 00:00 0
b0dc0000-b4540000 rw-p 00000000 00:00 0
b4540000-b4541000 r--s 0001f000 b3:02 137086     /home/pi/jogamp/test1.jar
b4541000-b4542000 r--s 00002000 b3:02 32525      /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/dnsns.jar
b4542000-b4545000 r--s 0000f000 b3:02 32677      /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/pulse-java.jar
b4545000-b4549000 r--s 0003b000 b3:02 32657      /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/sunpkcs11.jar
b4549000-b454c000 r--s 00087000 b3:02 32533      /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/localedata.jar
b454c000-b454d000 rw-p 00000000 00:00 0
b454d000-b45cc000 rw-p 00000000 00:00 0
b45cc000-b45f4000 rwxp 00000000 00:00 0
b45f4000-b65cc000 rw-p 00000000 00:00 0
b65cc000-b65d3000 r-xp 00000000 b3:02 82296      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libzip.so
b65d3000-b65da000 ---p 00007000 b3:02 82296      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libzip.so
b65da000-b65db000 r--p 00006000 b3:02 82296      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libzip.so
b65db000-b65dc000 rw-p 00007000 b3:02 82296      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libzip.so
b65dc000-b65e6000 r-xp 00000000 b3:02 3876       /lib/arm-linux-gnueabihf/libnss_files-2.13.so
b65e6000-b65ed000 ---p 0000a000 b3:02 3876       /lib/arm-linux-gnueabihf/libnss_files-2.13.so
b65ed000-b65ee000 r--p 00009000 b3:02 3876       /lib/arm-linux-gnueabihf/libnss_files-2.13.so
b65ee000-b65ef000 rw-p 0000a000 b3:02 3876       /lib/arm-linux-gnueabihf/libnss_files-2.13.so
b65ef000-b65f8000 r-xp 00000000 b3:02 3866       /lib/arm-linux-gnueabihf/libnss_nis-2.13.so
b65f8000-b65ff000 ---p 00009000 b3:02 3866       /lib/arm-linux-gnueabihf/libnss_nis-2.13.so
b65ff000-b6600000 r--p 00008000 b3:02 3866       /lib/arm-linux-gnueabihf/libnss_nis-2.13.so
b6600000-b6601000 rw-p 00009000 b3:02 3866       /lib/arm-linux-gnueabihf/libnss_nis-2.13.so
b6601000-b6612000 r-xp 00000000 b3:02 3870       /lib/arm-linux-gnueabihf/libnsl-2.13.so
b6612000-b6619000 ---p 00011000 b3:02 3870       /lib/arm-linux-gnueabihf/libnsl-2.13.so
b6619000-b661a000 r--p 00010000 b3:02 3870       /lib/arm-linux-gnueabihf/libnsl-2.13.so
b661a000-b661b000 rw-p 00011000 b3:02 3870       /lib/arm-linux-gnueabihf/libnsl-2.13.so
b661b000-b661d000 rw-p 00000000 00:00 0
b661d000-b6623000 r-xp 00000000 b3:02 3861       /lib/arm-linux-gnueabihf/libnss_compat-2.13.so
b6623000-b662a000 ---p 00006000 b3:02 3861       /lib/arm-linux-gnueabihf/libnss_compat-2.13.so
b662a000-b662b000 r--p 00005000 b3:02 3861       /lib/arm-linux-gnueabihf/libnss_compat-2.13.so
b662b000-b662c000 rw-p 00006000 b3:02 3861       /lib/arm-linux-gnueabihf/libnss_compat-2.13.so
b662c000-b664f000 r-xp 00000000 b3:02 82303      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libjava.so
b664f000-b6657000 ---p 00023000 b3:02 82303      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libjava.so
b6657000-b6658000 r--p 00023000 b3:02 82303      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libjava.so
b6658000-b6659000 rw-p 00024000 b3:02 82303      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libjava.so
b6659000-b6664000 r-xp 00000000 b3:02 82302      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libverify.so
b6664000-b666c000 ---p 0000b000 b3:02 82302      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libverify.so
b666c000-b666d000 r--p 0000b000 b3:02 82302      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libverify.so
b666d000-b666e000 rw-p 0000c000 b3:02 82302      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/libverify.so
b666e000-b6674000 r-xp 00000000 b3:02 3858       /lib/arm-linux-gnueabihf/librt-2.13.so
b6674000-b667b000 ---p 00006000 b3:02 3858       /lib/arm-linux-gnueabihf/librt-2.13.so
b667b000-b667c000 r--p 00005000 b3:02 3858       /lib/arm-linux-gnueabihf/librt-2.13.so
b667c000-b667d000 rw-p 00006000 b3:02 3858       /lib/arm-linux-gnueabihf/librt-2.13.so
b667d000-b6681000 ---p 00000000 00:00 0
b6681000-b67fd000 rw-p 00000000 00:00 0          [stack:1648]
b67fd000-b6865000 r-xp 00000000 b3:02 3864       /lib/arm-linux-gnueabihf/libm-2.13.so
b6865000-b686c000 ---p 00068000 b3:02 3864       /lib/arm-linux-gnueabihf/libm-2.13.so
b686c000-b686d000 r--p 00067000 b3:02 3864       /lib/arm-linux-gnueabihf/libm-2.13.so
b686d000-b686e000 rw-p 00068000 b3:02 3864       /lib/arm-linux-gnueabihf/libm-2.13.so
b686e000-b6928000 r-xp 00000000 b3:02 10302      /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.17
b6928000-b692f000 ---p 000ba000 b3:02 10302      /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.17
b692f000-b6933000 r--p 000b9000 b3:02 10302      /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.17
b6933000-b6935000 rw-p 000bd000 b3:02 10302      /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.17
b6935000-b693b000 rw-p 00000000 00:00 0
b693b000-b6d21000 r-xp 00000000 b3:02 82279      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/server/libjvm.so
b6d21000-b6d29000 ---p 003e6000 b3:02 82279      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/server/libjvm.so
b6d29000-b6d36000 r--p 003e6000 b3:02 82279      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/server/libjvm.so
b6d36000-b6d47000 rw-p 003f3000 b3:02 82279      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/server/libjvm.so
b6d47000-b6da2000 rw-p 00000000 00:00 0
b6da2000-b6dc2000 r-xp 00000000 b3:02 1171       /lib/arm-linux-gnueabihf/libgcc_s.so.1
b6dc2000-b6dc9000 ---p 00020000 b3:02 1171       /lib/arm-linux-gnueabihf/libgcc_s.so.1
b6dc9000-b6dca000 rw-p 0001f000 b3:02 1171       /lib/arm-linux-gnueabihf/libgcc_s.so.1
b6dca000-b6eea000 r-xp 00000000 b3:02 3868       /lib/arm-linux-gnueabihf/libc-2.13.so
b6eea000-b6eec000 r--p 00120000 b3:02 3868       /lib/arm-linux-gnueabihf/libc-2.13.so
b6eec000-b6eed000 rw-p 00122000 b3:02 3868       /lib/arm-linux-gnueabihf/libc-2.13.so
b6eed000-b6ef0000 rw-p 00000000 00:00 0
b6ef0000-b6ef2000 r-xp 00000000 b3:02 3869       /lib/arm-linux-gnueabihf/libdl-2.13.so
b6ef2000-b6ef9000 ---p 00002000 b3:02 3869       /lib/arm-linux-gnueabihf/libdl-2.13.so
b6ef9000-b6efa000 r--p 00001000 b3:02 3869       /lib/arm-linux-gnueabihf/libdl-2.13.so
b6efa000-b6efb000 rw-p 00002000 b3:02 3869       /lib/arm-linux-gnueabihf/libdl-2.13.so
b6efb000-b6f0f000 r-xp 00000000 b3:02 4620       /lib/arm-linux-gnueabihf/libz.so.1.2.7
b6f0f000-b6f17000 ---p 00014000 b3:02 4620       /lib/arm-linux-gnueabihf/libz.so.1.2.7
b6f17000-b6f18000 r--p 00014000 b3:02 4620       /lib/arm-linux-gnueabihf/libz.so.1.2.7
b6f18000-b6f19000 rw-p 00015000 b3:02 4620       /lib/arm-linux-gnueabihf/libz.so.1.2.7
b6f19000-b6f25000 r-xp 00000000 b3:02 82301      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/jli/libjli.so
b6f25000-b6f2c000 ---p 0000c000 b3:02 82301      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/jli/libjli.so
b6f2c000-b6f2d000 r--p 0000b000 b3:02 82301      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/jli/libjli.so
b6f2d000-b6f2e000 rw-p 0000c000 b3:02 82301      /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/jli/libjli.so
b6f2e000-b6f42000 r-xp 00000000 b3:02 3879       /lib/arm-linux-gnueabihf/libpthread-2.13.so
b6f42000-b6f49000 ---p 00014000 b3:02 3879       /lib/arm-linux-gnueabihf/libpthread-2.13.so
b6f49000-b6f4a000 r--p 00013000 b3:02 3879       /lib/arm-linux-gnueabihf/libpthread-2.13.so
b6f4a000-b6f4b000 rw-p 00014000 b3:02 3879       /lib/arm-linux-gnueabihf/libpthread-2.13.so
b6f4b000-b6f4d000 rw-p 00000000 00:00 0
b6f4d000-b6f51000 r--s 00031000 b3:02 32526      /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/sunjce_provider.jar
b6f51000-b6f59000 rw-s 00000000 00:0e 2897       /tmp/hsperfdata_root/1647
b6f59000-b6f5a000 r-xp 00000000 b3:02 30213      /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so
b6f5a000-b6f61000 ---p 00001000 b3:02 30213      /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so
b6f61000-b6f62000 rw-p 00000000 b3:02 30213      /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so
b6f62000-b6f7f000 r-xp 00000000 b3:02 3880       /lib/arm-linux-gnueabihf/ld-2.13.so
b6f7f000-b6f80000 r--s 00012000 b3:02 32678      /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/zipfs.jar
b6f80000-b6f81000 r--s 00007000 b3:02 81481      /usr/share/java/java-atk-wrapper.jar
b6f81000-b6f82000 rw-p 00000000 00:00 0
b6f82000-b6f83000 r--p 00000000 00:00 0
b6f83000-b6f87000 rw-p 00000000 00:00 0
b6f87000-b6f88000 r--p 0001d000 b3:02 3880       /lib/arm-linux-gnueabihf/ld-2.13.so
b6f88000-b6f89000 rw-p 0001e000 b3:02 3880       /lib/arm-linux-gnueabihf/ld-2.13.so
be82c000-be84d000 rw-p 00000000 00:00 0          [stack]
ffff0000-ffff1000 r-xp 00000000 00:00 0          [vectors]

VM Arguments:
jvm_args: -Djava.library.path=.:joal.openal.lib=system
java_command: test1.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USERNAME=root
SHELL=/bin/bash

Signal Handlers:
SIGSEGV: [libjvm.so+0x396718], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x396718], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x2cfbf0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x2cfbf0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x2cfbf0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x2cfbf0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x2cfe48], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x2d0aa8], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x2d0aa8], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x2d0aa8], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x2d0aa8], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


---------------  S Y S T E M  ---------------

OS:wheezy/sid

uname:Linux 3.6.11+ #368 PREEMPT Sun Feb 3 18:35:57 GMT 2013 armv6l
libc:glibc 2.13 NPTL 2.13
rlimit: STACK 8192k, CORE 0k, NPROC 839, NOFILE 4096, AS infinity
load average:0.56 0.14 0.09

/proc/meminfo:
MemTotal:         123956 kB
MemFree:           22428 kB
Buffers:           10656 kB
Cached:            46248 kB
SwapCached:            0 kB
Active:            56100 kB
Inactive:          33424 kB
Active(anon):      32684 kB
Inactive(anon):     2004 kB
Active(file):      23416 kB
Inactive(file):    31420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:        102396 kB
SwapFree:         102396 kB
Dirty:               112 kB
Writeback:             0 kB
AnonPages:         32656 kB
Mapped:            13720 kB
Shmem:              2044 kB
Slab:               4716 kB
SReclaimable:       1496 kB
SUnreclaim:         3220 kB
KernelStack:        1160 kB
PageTables:          796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      164372 kB
Committed_AS:     161240 kB
VmallocTotal:     892928 kB
VmallocUsed:         884 kB
VmallocChunk:     678252 kB


CPU:total 1

/proc/cpuinfo:
Processor : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 464.48
Features : swp half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7

Hardware : BCM2708
Revision : 0003
Serial : 000000001d5b1a89


Memory: 4k page, physical 123956k(22428k free), swap 102396k(102396k free)

vm_info: OpenJDK Zero VM (22.0-b10) for linux-arm-vfp JRE (1.7.0_07-b30), built on Sep 25 2012 16:44:21 by "root" with gcc 4.6.3

time: Mon Mar  4 02:59:42 2013
elapsed time: 20 seconds
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Xerxes Rånby
You need to pass one -D for each system properties that you want to set, its wrong -D usage to put several properties into one line.
change:
java -Djava.library.path=.:joal.openal.lib=system -jar test1.jar
to:
java -Djava.library.path=. -Djoal.openal.lib=system -jar test1.jar

Please note that JOGL itself do not require you to set the java.library.path at all.

The crash was caused by loading the armv7 openal on your armv6 machine, and because of the incorrect -D usage java did not set the -Djoal.openal.lib=system propertie.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

gouessej
Administrator
krishnak sets the Java library path because he uses his own native library for GPIO.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
In reply to this post by Xerxes Rånby
I apologise for wasting your time in debugging false show stoppers from me. I have that java command in a shell script and it had been like that for ages. This error has started only now.

I think a older set of native libraries seem to have resided in the other library path which I am using for my JNI code. This mostly is the reason why this error didn't occur earlier inspite of me using a wrong -D usage all along.

I thank you both for patiently putting up with me :).
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
In reply to this post by gouessej
With the new JMonkey source code, I still get those errors 2 devices not closed error.  When quitting the app, the app never quits completly it hangs with those errors.  Pi hanging is bit of a hit and miss - it hangs 80% of the time, when it hangs, if I kill the app and  re run the app with out rebooting,  the video doesn't appear. I have to reboot and restart the app to get the video.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

gouessej
Administrator
I can't fix this error, it comes from OpenAL itself, but maybe Xerxes will find a solution.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
This post was updated on .
In reply to this post by Xerxes Rånby
With reference to the Keyboard inputs on the PI  and JMonkey- when I press the keys I do get a log message on the console about the key pressed. But it doesn't seem to get transferred to the default JMonkey actions. i.e I have flycam On but the ASDW keys do not move the camera. The console though gets all the key events . This is true with and with out X. Any thoughts.

Edit: If I was unclear, if I run the code on a PC using JOGL renderer it picks up the ASDW keys and moves the camera which doesn't happen on the Pi
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Xerxes Rånby
krishnak wrote
With reference to the Keyboard inputs on the PI  and JMonkey- when I press the keys I do get a log message on the console about the key pressed. But it doesn't seem to get transferred to the default JMonkey actions. i.e I have flycam On but the ASDW keys do not move the camera. The console though gets all the key events . This is true with and with out X. Any thoughts.

Edit: If I was unclear, if I run the code on a PC using JOGL renderer it picks up the ASDW keys and moves the camera which doesn't happen on the Pi
Its a mid air collision of code changes.
In the latest JOGL test branch we are reducing the number of generated keyboard events to make keyboard/mouse input less CPU hungry.
https://jogamp.org/bugzilla/show_bug.cgi?id=688
I believe the X11 backend and JMonkey is fixed to only use the keyboard RELEASE event while I have to patch the LinuxEventDeviceTracker that reads keyboard input from console to populate the required information into the RELEASE events so that this bug is fixed for the Rasberry Pi as well.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Xerxes Rånby
In reply to this post by krishnak
krishnak wrote
ASDW keys do not move the camera. The console though gets all the key events . This is true with and with out X. Any thoughts.

Edit: If I was unclear, if I run the code on a PC using JOGL renderer it picks up the ASDW keys and moves the camera which doesn't happen on the Pi
Please double check that your Linux distribution allows your user to read the /dev/input/event* files
This is how the LinuxEventDeviceTracker operate, JOGL read keyboard input directly from these files on the Rasberry Pi and is supposed to work regardless if X11/console login is in use or not.

To my knowledge Rasbian do allow all users to read from these files.
run the following command to see the current premissions in use by your linux distribution:
ls -la /dev/input/event*
You may force these files to be readable by all users if they happen to be non-readable.
sudo chmod a+r /dev/input/event*

You can manually test the JOGL LinuxEventDeviceTracker by running:
cd jogamp-all-platforms
java -cp jar/gluegen-rt.jar:jar/jogl-all.jar jogamp/newt/driver/linux/LinuxEventDeviceTracker

You are expected to see the following output when pressing the ESC key:
[time 1362478317:4949] type 4 / code 4 = value 458793
[time 1362478317:4956] type 1 / code 1 = value 0
[time 1362478317:4958] type 0 / code 0 = value 0
[time 1362478318:-4291] type 4 / code 4 = value 458793
[time 1362478318:-4286] type 1 / code 1 = value 1
[time 1362478318:-4284] type 0 / code 0 = value 0

The Linux /dev/input/event* files includes informatino for all keyboard presses, mouse movements, scroll wheels powerbuttons etc.. the LinuxEventDeviceTracker uses this information to generate the NEWT Keyboard events on the Raspberry PI.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
I am running my Java/JMonkey code as sudo - as it needs to access the GPIO ports.

On the PI - if I run your RAWGLESDemo.java - it picks up the Mouse/Keyboard inputs. I am able to rotate the wheels with the mouse.

This problem I have reported is very particular to JMonkey.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

gouessej
Administrator
JMonkeyEngine 3 only uses events generated by NEWT. If no release events are produced, NewtKeyInput won't work correctly.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

krishnak
I didn't understand what you refer as release event. The console displays ButtonPress and ButtonRelease events from Newt
1 ... 567891011 ... 13