[issue4970] test_os causes delayed failure on x86 gentoo buildbot: Unknown signal 32

Charles-Francois Natali report at bugs.python.org
Tue Apr 13 14:03:29 CEST 2010


Charles-Francois Natali <neologix at free.fr> added the comment:

Signal 32 is the first real-time signal, and is indeed used by linuxthreads, so it's very likely a linuxthreads bug, since this signal shouldn't leak to application.
Since linuxthreads is no longer maintained, I'm afraid we can't do much about this, except check for the threading library used and say "linuxthreads is obsolete and has known issues - please upgrade your system for reliable threading support".

----------
nosy: +neologix

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4970>
_______________________________________


More information about the Python-bugs-list mailing list