[Bug 2491] Segmentation fault when launching Minecraft
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Jul 3 06:08:38 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2491
Stanislav Baiduzhyi <baiduzhyi.devel at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baiduzhyi.devel at gmail.com
--- Comment #1 from Stanislav Baiduzhyi <baiduzhyi.devel at gmail.com> ---
Googling for the crash line suggests that is a crash in ConcMarkSweep GC. Your
arguments to java include following:
-XX:+UseConcMarkSweepGC, -XX:+CMSIncrementalMode, -XX:-UseAdaptiveSizePolicy
Try to find where it gets from, either config files or launch scripts, and try
replacing it either with G1 or with PS Scavenge. Please see this article for
more details:
http://www.fasterj.com/articles/oraclecollectors1.shtml
PS: on another note, at the end of this log you can see the message "An error
report file with more information is saved as:". Usually that is the most
important file, so filing crash reports please attach that one as well.
--
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/20150703/b0479ec7/attachment.html>
More information about the distro-pkg-dev
mailing list