Hacker News new | ask | show | jobs
by saltysugar 4094 days ago
> Given that segfaults almost never happen in the JVM (I've never seen one)

I've seen 5 segfaults over the last week in our system. Unfortunately we don't enable core dump in our system (yet) so we haven't really had a good sense of what might cause the system. We've been seeing about 30 SIGSEV's over the last three months, but we haven't been able to root cause it yet.

1 comments

How many jvm:s are you running and what version?