mlibc
mlibc copied to clipboard
__mlibc_do_cancel() called in a loop.
With PR #298 there was a bug where __mlibc_do_cancel() was called in a loop. This was fixed by setting tcbExitingBit, to prevent looping on pthread_exit(), but the exact mechanism by which the bug manifested was never fully investigated. If it can be reproduced again, should be investigated.