# HG changeset patch # User Oleksandr Gavenko # Date 1393362169 -7200 # Node ID efc5ec11da76c7245c2a9eb88a67fab634b753c4 # Parent 66f3e4af98a8da79b419621550f1d02d0337da31 Java process and SIGQUIT. diff -r 66f3e4af98a8 -r efc5ec11da76 signal.rst --- a/signal.rst Sat Feb 08 17:47:11 2014 +0200 +++ b/signal.rst Tue Feb 25 23:02:49 2014 +0200 @@ -48,6 +48,8 @@ By default, this causes the process to terminate and produce a memory core dump. +Java dump thread traces to stdout. + ** SIGILL 4. Illegal instruction. Type: exception, can not be handled.