diff options
author | Patrik Nyblom <[email protected]> | 2012-09-03 10:51:35 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-09-03 10:51:35 +0200 |
commit | 819e1a234056aab9da7511786115be9eba5acd16 (patch) | |
tree | e7a54dce460ba5f00bc4f954f9a52ab71457d7be /erts | |
parent | c65376791b72e7166d965352639ca4920fdd8a5f (diff) | |
parent | 5fa59323caf6ed5ba871d4f1a36a5b16be13693b (diff) | |
download | otp-819e1a234056aab9da7511786115be9eba5acd16.tar.gz otp-819e1a234056aab9da7511786115be9eba5acd16.tar.bz2 otp-819e1a234056aab9da7511786115be9eba5acd16.zip |
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 36e9b1fe24..221960253b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,30 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.9.1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + On Linux systems using heart (erl -heart) and a + HEAR_BEAT_TIMEOUT less than default, heart could fire + even though Erlang was running fine after approx 298 to + 497 days (depending on kernel config). This was due to + the behaviour of the times(2) system call. Usage of + times(2) is now replaced with clock_gettime(2) and the + CLOCK_MONOTONIC clock, resulting in a more stable + solution. The Erlang VM itself has used clock_gettime(2) + on linux since before R12B, so this only affects the + heart program.</p> + <p> + Own Id: OTP-10111 Aux Id: seq12075 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.9.1.1</title> <section><title>Fixed Bugs and Malfunctions</title> |