diff options
author | Björn Gustavsson <[email protected]> | 2015-04-22 13:04:30 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-04-22 14:11:44 +0200 |
commit | 47e7f00fe52ceb675c94a4800c297ce98d6bee30 (patch) | |
tree | 603f83634f2b1f04c4c249ea536796372c968cb6 /lib/stdlib/doc/src/math.xml | |
parent | 5201e1852b034a6566828e1ba267c2afaa017933 (diff) | |
download | otp-47e7f00fe52ceb675c94a4800c297ce98d6bee30.tar.gz otp-47e7f00fe52ceb675c94a4800c297ce98d6bee30.tar.bz2 otp-47e7f00fe52ceb675c94a4800c297ce98d6bee30.zip |
supervisor: Correct restart handling
fbaa0bec replaced the use of now/0 with erlang:monotonic_time/1 but at
the same time introduced a bug in inPeriod/3 so that it would always
return 'true' (the subtraction Time - Now would always result in
a non-positive number that would always be less than Period).
The symptoms of the bug is that when a child has been restarted the
maximum number of times allowed, the supervisor will terminate,
regardless of how much time that elapses between the restarts.
There was no test case that detected this problem. Add the missing
test case to ensure that this bug stays killed.
Reported-by: Rafał Studnicki
Diffstat (limited to 'lib/stdlib/doc/src/math.xml')
0 files changed, 0 insertions, 0 deletions