Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2137561 | 6 | Paul Hohensee | P2 | Closed | Fixed | b84 |
Hotspot can crash during error reporting while trying to determine if the top (youngest)
stack frame is a Java or native frame. If the top frame is indeed a native frame and
the frame pointer is not available or contains trash, os::is_first_C_frame can segv
while attempting to dereference it.
This problem was encountered during attempts to reproduce 6340753.
stack frame is a Java or native frame. If the top frame is indeed a native frame and
the frame pointer is not available or contains trash, os::is_first_C_frame can segv
while attempting to dereference it.
This problem was encountered during attempts to reproduce 6340753.
- backported by
-
JDK-2137561 Hotspot crashes with a segv in os::is_first_C_frame()
- Closed
- relates to
-
JDK-6340753 ParallelGC: SIGBUS (0xa) at pc=0xffffffff3010be18 detected by HotSpot VM
- Closed