[Bug 209599] SIGSEGV in regression test suite on java/openjdk8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 20 08:51:56 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209599
--- Comment #12 from Andrew Smith <iamasmith.home at gmail.com> ---
Reported as a bug that didn't effect Solaris or Windows but did effect Linux at
the time. (Bug ID referenced in the unit test code)
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6934977
The useful bit is right at the end.
"
EVALUATION
The issue here is that the load method is touching each page in a native method
rather rather than using the Unsafe API. This means the sig handler doesn't
know to unwind the stack."
Noting also that I ran this unit test under FreeBSD OpenJDK7 independently and
it also produces a SIGSEGV.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list