[Bug 212150] java/openjdk8 frequent sigsev due to small ThreadStackSize

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 9 19:49:27 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212150

--- Comment #5 from Palle Girgensohn <girgen at FreeBSD.org> ---
Just for reference, the intermittent crashes we saw where due to infinite loops
or recursions. When we bumped the stack size, we got stack traces and could
finally track down the root cause.

The bug in OpenJDK is still there though, and even with the larger stack size,
we still saw occasional seg faults where java should really throw StackOverflow
exception.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-java mailing list