Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat "aborting" status as alive, as in MRI.
MRI appears to only consider a thread dead when its status is THREAD_KILLED, which is set during the final thread cleanup. In our checking if the native thread is still alive should be enough.