signal.rst
changeset 1568 efc5ec11da76
parent 391 99698e5d7b63
equal deleted inserted replaced
1567:66f3e4af98a8 1568:efc5ec11da76
    45 
    45 
    46 Signal sent to a process by its controlling terminal when the user requests
    46 Signal sent to a process by its controlling terminal when the user requests
    47 that the process dump core.
    47 that the process dump core.
    48 
    48 
    49 By default, this causes the process to terminate and produce a memory core dump.
    49 By default, this causes the process to terminate and produce a memory core dump.
       
    50 
       
    51 Java dump thread traces to stdout.
    50 
    52 
    51 ** SIGILL 4.
    53 ** SIGILL 4.
    52 
    54 
    53 Illegal instruction. Type: exception, can not be handled.
    55 Illegal instruction. Type: exception, can not be handled.
    54 
    56