[Bug 2289] Internal Error (safepoint.cpp:321)

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Jun 5 23:00:22 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2289

--- Comment #12 from Andrew Haley <aph at redhat.com> ---

> I started reading how to parse that error and realized this issue is
> internal to the JRE.  ParallelGCFailedAllocation is throwing it to
> safepoint, so this is the underlying cause.  So it seems there's 2 issues
> here:
> 
> 1) The underlying ParallelGCFailedAllocation.  Would welcome any
> steps/debugging to try and trace how this is being reached to try and
> resolve it.

It happens when an object cannot be allocated because a garbage collection
cycle is needed.  It's perfectly normal: a failed allocation triggers a GC.

> 2) Safepoint not being reached.  Part of me thinks this is just a victim of
> the other issue, parallel garbage collection failing.

No.  The problem is that, for some reason, the internal consistency check on
the polling page status failed.  I have seen this happen, but it indicates
really serious breakage somewhere.

-- 
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/20150605/0b36b442/attachment.html>


More information about the distro-pkg-dev mailing list