[Bug 2221] Minecraft 1.8.1 crashes
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Feb 9 09:43:33 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2221
Xerxes Rånby <xerxes at zafena.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |xerxes at zafena.se
Component|Bootstrapping |IcedTea
Version|unspecified |2.5.3
Resolution|--- |INVALID
--- Comment #2 from Xerxes Rånby <xerxes at zafena.se> ---
Reading the crash log reveal that the crash happened inside your OpenGL driver
after MineCraft used LWJGL to call glClear
Stack: [0x00007f0b674db000,0x00007f0b675dc000], sp=0x00007f0b675da550, free
space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [i965_dri.so+0x353ccd]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.GL11.nglClear(IJ)V+0
j org.lwjgl.opengl.GL11.glClear(I)V+15
glClear is a very common OpenGL call, there is nothing in the crash log
explaining why this glClear may cause a crash.
In order to debug this you need to perform:
* an OpenGL call trace, you may use apitrace to collect the order of opengl
calls that generated the crash. https://github.com/apitrace/apitrace
* determine if the replay from apitrace can trigger the bug on any opengl
driver.
-> If yes, it crashes using any opengl driver, then send the bug to Mojang who
has made an error in the Minecraft code.
-> If no, it only crashes using your OpenGL driver, then send the bug to your
linuxdistribution and also file a bugreport with the Mesa 3D project and
include the apitrace replay.
I am closing this bug as invalid for the IcedTea team because the crash is in
code that is outside of the IcedTea project.
--
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/20150209/aa996589/attachment.html>
More information about the distro-pkg-dev
mailing list