I have a jni lib that crashes on a certain point. What I get is a hs_err_pid file with
[error occurred during error reporting (printing native stack), id 0xb]
content and a core file of this error creation. Therefore I would like to stop jvm from capturing these signals and just let the process dump core normally instead. Platform Debian/Linux, Java(TM) SE Runtime Environment (build 1.6.0_16-b01).