fix: handling 'undefined' from erlang:process_info/2 0.8.2
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 22 Sep 2015 22:08:02 +0000 (18:08 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 22 Sep 2015 22:08:02 +0000 (18:08 -0400)
Process could die between the time we get its PID from erlang:processes() and
when we start calling erlang:process_info/2 on it; or even somewhere between
the process_info calls.

The choice is between returning partial info (that we were able to collect
before process died) and just skipping the process. For now, I'm choosing to
skip the process (throwing away any partial info collected).


No differences found
This page took 0.028369 seconds and 4 git commands to generate.