[Bug 1398] Current Minecraft (v 1.5.1) under current CentOS 6 and current OpenJDK crashes with backtrace
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Jul 9 01:25:09 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1398
Xerxes Rånby <xerxes at zafena.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerxes at zafena.se
--- Comment #2 from Xerxes Rånby <xerxes at zafena.se> ---
I suggest reporting this bug CentOS since they provide your OpenGL driver.
The stack backtrack indicate that the crash happened early inside the
initialization code for your OpenGL driver.
Java -> Minecraft -> LWJGL -> CentOS (the provider of your OpenGL driver) ->
crash
When you report this bug to CentOS include the following information:
1: your opengl driver version and vendor (mesa, fglrx, nvidia etc)
You can get this information by running and include all output from the glxinfo
tool.
glxinfo
If glxinfo also crash then you have a broken OpenGL driver setup on your
system, its quite common that people run into these kind of crashes if they
have both free software Mesa OpenGL drivers and proprietary OpenGL drivers,
like fglrx, installed on the same system.
2: the stack trace, indicating a crash in libxcb-glx.so
xcb_glx_query_server_string_string_length
Stack: [0x00007ff072b0d000,0x00007ff072c0e000], sp=0x00007ff072c0c4d8, free
space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libxcb-glx.so.0+0xa240] xcb_glx_query_server_string_string_length+0x0
[error occurred during error reporting (printing native stack), id 0xb]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j
org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(JILjava/nio/ByteBuffer;Lorg/lwjgl/opengl/PixelFormat;)V+0
j
org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(Lorg/lwjgl/opengl/PixelFormat;)V+24
j
org.lwjgl.opengl.LinuxDisplay.createPeerInfo(Lorg/lwjgl/opengl/PixelFormat;)Lorg/lwjgl/opengl/PeerInfo;+6
j
org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+55
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+9
j net.minecraft.client.Minecraft.a()V+177
j avv.a()V+94
j net.minecraft.client.Minecraft.run()V+6
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130709/c2e7acbc/attachment.html
More information about the distro-pkg-dev
mailing list