diff options
author | Bruce Yinhe <[email protected]> | 2014-10-22 16:33:39 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-10-22 16:33:39 +0200 |
commit | a57d366febdbf0f41580e5497044a810918fcec6 (patch) | |
tree | 534a4b0aea5b3da497ca7f7601419adc5abb72df /erts/doc/src/erl.xml | |
parent | a18c56992e48de5f0f0cf65662749239fb2d9cf6 (diff) | |
parent | 0aa4dc4f66815aa4b40e8b3b2d8b9a24c180debe (diff) | |
download | otp-a57d366febdbf0f41580e5497044a810918fcec6.tar.gz otp-a57d366febdbf0f41580e5497044a810918fcec6.tar.bz2 otp-a57d366febdbf0f41580e5497044a810918fcec6.zip |
Merge branch 'vinoski/crashdump-sigusr1' into maint
* vinoski/crashdump-sigusr1:
Clarify the use of SIGUSR1 for forcing crash dumps
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index f856b9ab86..e85519185f 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -525,7 +525,8 @@ core dump and no crash dump if an internal error is detected.</p> <p>Calling <c>erlang:halt/1</c> with a string argument will still - produce a crash dump.</p> + produce a crash dump. On Unix systems, sending an emulator process + a SIGUSR1 signal will also force a crash dump.</p> </item> <tag><marker id="+e"><c><![CDATA[+e Number]]></c></marker></tag> <item> |