ryerrabelli / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

Reproducible crash when #403

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Evey time I stop an jME 3 SimpleApplication with ESC (even one with an empty 
simpleInitApp() method), I get the following error message:

Sep 14, 2011 11:08:15 AM com.jme3.renderer.lwjgl.LwjglRenderer cleanup
Information: Deleting objects and invalidating state
Sep 14, 2011 11:08:15 AM com.jme3.input.lwjgl.LwjglMouseInput destroy
Information: Mouse destroyed.
Sep 14, 2011 11:08:15 AM com.jme3.input.lwjgl.LwjglKeyInput destroy
Information: Keyboard destroyed.
Sep 14, 2011 11:08:15 AM com.jme3.system.lwjgl.LwjglAbstractDisplay 
deinitInThread
Information: Display destroyed.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000003a7fa3af88, pid=26118, tid=140501231937312
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b17 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [libX11.so.6+0x3af88]  XQueryExtension+0x28
#
# 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/denis/src/my/game2/hs_err_pid26118.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

I am using jME under Linux x64 (Fedora 15) with the propietary AMD Catalyst 
driver.

Original issue reported on code.google.com by denis.a....@gmail.com on 14 Sep 2011 at 9:15

GoogleCodeExporter commented 8 years ago

Original comment by normen667 on 14 Sep 2011 at 10:13