threads.xs doesn't check the return value of the thread creation
authorNicholas Clark <nick@ccl4.org>
Thu, 15 Jul 2004 19:09:15 +0000 (19:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 Jul 2004 19:09:15 +0000 (19:09 +0000)
commitd94006e83fb3a18ffb59fd5cb41bc7ab9d73a7f6
treec908d5aec03806a2c5db585637dce0d669b1bd43
parent7ada78df9739acac44e6c9a8f1e08c978571e2a0
threads.xs doesn't check the return value of the thread creation
call. D'oh! This gives SEGVs if the OS fails to create another thread.
Cause of problem located by Nigel Sandever

p4raw-id: //depot/perl@23120
ext/threads/threads.pm
ext/threads/threads.xs