You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message should say "not a local pid", or "is a remote pid", or something else that explains why it's not possible to check whether it's alive. "not a pid" is untrue and is inconsistent with the return value from is_pid/1.
Affected versions
Tested with OTP 27.0
The text was updated successfully, but these errors were encountered:
Describe the bug
is_process_alive/1
can raise the error "not a pid" for a value for whichis_pid/1
returnstrue
.This happens when the pid is not local.
To Reproduce
and
Expected behavior
The error message should say "not a local pid", or "is a remote pid", or something else that explains why it's not possible to check whether it's alive. "not a pid" is untrue and is inconsistent with the return value from
is_pid/1
.Affected versions
Tested with OTP 27.0
The text was updated successfully, but these errors were encountered: