diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-12-06 15:02:45 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-12-06 15:02:45 +0100 |
commit | 1cbd897c43f0dab1275392a3736e4629c1f80243 (patch) | |
tree | 523c09bf004e1028c6a4f0baa19f24f973b1b7bf /erts/doc/src/notes.xml | |
parent | 214d1aaf4749ae6a7bb0506cf448551a312a9a58 (diff) | |
parent | 05f8e1029d5bfc102558c68264ee91757788885e (diff) | |
download | otp-1cbd897c43f0dab1275392a3736e4629c1f80243.tar.gz otp-1cbd897c43f0dab1275392a3736e4629c1f80243.tar.bz2 otp-1cbd897c43f0dab1275392a3736e4629c1f80243.zip |
Merge tag 'erl_1219' into maintOTP_R15B03-1
erts: Patch 1219
OTP-10602 Create an erl_crash.dump if no heart exists and no ERL_CRASH_DUMP_SECONDS
is set (behaviour changed). Don't create an erl_crash.dump
if heart do exists and no ERL_CRASH_DUMP_SECONDS is set
(behaviour not changed). This changes the behaviour back
to the R15B02 default considering if a beam was running
with no heart.
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 801966c6e7..e996d3e8e3 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,28 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.9.3.1</title> + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + Create an erl_crash.dump if no heart exists and no + ERL_CRASH_DUMP_SECONDS is set (behaviour changed).</p> + <p> + Don't create an erl_crash.dump if heart do exists and no + ERL_CRASH_DUMP_SECONDS is set (behaviour not changed).</p> + <p> + This changes the behaviour back to the R15B02 default + considering if a beam was running with no heart.</p> + <p> + Own Id: OTP-10602</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.9.3</title> <section><title>Fixed Bugs and Malfunctions</title> |