diff options
author | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
commit | d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 (patch) | |
tree | 82f694611cd02d0f4cc1f8ab28d234de5ecf5ac0 /lib/kernel/doc/src/notes.xml | |
parent | 6b9369ea8357b8365cea461f3a73e9f9a0d1b56f (diff) | |
download | otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.gz otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.bz2 otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.zip |
Prepare releaseOTP_R15B03
Diffstat (limited to 'lib/kernel/doc/src/notes.xml')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 8e911a406b..78bc533464 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,44 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 2.15.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Ensure 'erl_crash.dump' when asked for it. This will + change erl_crash.dump behaviour.</p> + <p> + * Not setting ERL_CRASH_DUMP_SECONDS will now terminate + beam immediately on a crash without writing a crash dump + file.</p> + <p> + * Setting ERL_CRASH_DUMP_SECONDS to 0 will also terminate + beam immediately on a crash without writing a crash dump + file, i.e. same as not setting ERL_CRASH_DUMP_SECONDS + environment variable.</p> + <p> + * Setting ERL_CRASH_DUMP_SECONDS to a negative value will + let the beam wait indefinitely on the crash dump file + being written.</p> + <p> + * Setting ERL_CRASH_DUMP_SECONDS to a positive value will + let the beam wait that many seconds on the crash dump + file being written.</p> + <p> + A positive value will set an alarm/timeout for restart + both in beam and in heart if heart is running.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-10422 Aux Id: kunagi-250 [161] </p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 2.15.2</title> <section><title>Fixed Bugs and Malfunctions</title> |