aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/observer_lib.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2014-02-26 14:36:55 +0100
committerSiri Hansen <[email protected]>2014-03-25 11:34:35 +0100
commitf6bb3dc325e686375b1dee283bd91c3068b682a1 (patch)
treedb32da53a73fbf4a3222aa1493efdb82c8b16898 /lib/observer/src/observer_lib.erl
parentc5dc6babf962b22aaffd04bd8c1fff761973f0c0 (diff)
downloadotp-f6bb3dc325e686375b1dee283bd91c3068b682a1.tar.gz
otp-f6bb3dc325e686375b1dee283bd91c3068b682a1.tar.bz2
otp-f6bb3dc325e686375b1dee283bd91c3068b682a1.zip
Change spawn/1 + monitor/2 to spawn_monitor/1 to avoid deadlock
crashdump_viewer:progress_pmap did sometimes hang since is spawned a process, then monitored it and waited for a specific DOWN message. When the process' work was very fast, it would exit before the call to monitor and the DOWN message would contain reason 'noproc' instead of the expected {pmap_done,Result}. By doing spawn_monitor/1 instead, the monitor is always set before the process exits so the deadlock is avoided.
Diffstat (limited to 'lib/observer/src/observer_lib.erl')
0 files changed, 0 insertions, 0 deletions