OSDN Git Service

Alexandre Oliva writes:
authorEric Andersen <andersen@codepoet.org>
Fri, 14 May 2004 10:22:10 +0000 (10:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 14 May 2004 10:22:10 +0000 (10:22 -0000)
commit5f2bd77887a3163c5d82fe6abf17662f9c863cbd
tree475c682c1d45a06790bdcc84d21c495c9284ff6a
parentea8e5273424c69938094e0b0e3fdd5790df39393
Alexandre Oliva writes:

A program that requests __pthread_sig_debug to be blocked will
self-deadlock when it requests a thread to be created, because the
debugger (rda or gdb) will never get the signal, so it won't wake up
the pthread manager as expected.

This patch fixes it.
libpthread/linuxthreads/signals.c