Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

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

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Oct 29, 2009, 7:53 AM

Post #1 of 4 (98 views)
Permalink
[issue4970] test_os causes delayed failure on x86 gentoo buildbot: Unknown signal 32

Antoine Pitrou <pitrou[at]free.fr> added the comment:

Prelude has had the same problem with signal 32:
https://dev.prelude-ids.com/issues/show/133
According to their research, it is due to the linuxthreads
implementation of the pthread API.

To know which threads implementation your glibc is using, you can run
"getconf GNU_LIBPTHREAD_VERSION" (on a modern system, it should print
something like "NPTL 2.9").

(of course, the question is, since the signal is used by linuxthreads,
why doesn't it get caught instead of killing the process?)

----------
nosy: +pitrou

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue4970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Oct 29, 2009, 8:34 AM

Post #2 of 4 (87 views)
Permalink
[issue4970] test_os causes delayed failure on x86 gentoo buildbot: Unknown signal 32 [In reply to]

Antoine Pitrou <pitrou[at]free.fr> added the comment:

Sridhar, Neal, I would advocate disabling (commenting out)
test_closerange in Lib/test/test_os.py and see what happens.

That's the one really dirty test in test_os, it might close a file
handle linuxthreads is relying on.

----------

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue4970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Oct 29, 2009, 8:47 AM

Post #3 of 4 (86 views)
Permalink
[issue4970] test_os causes delayed failure on x86 gentoo buildbot: Unknown signal 32 [In reply to]

Antoine Pitrou <pitrou[at]free.fr> added the comment:

Forget the last comment, test_closerange is fine...

----------

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue4970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Oct 30, 2009, 12:45 PM

Post #4 of 4 (74 views)
Permalink
[issue4970] test_os causes delayed failure on x86 gentoo buildbot: Unknown signal 32 [In reply to]

Changes by R. David Murray <rdmurray[at]bitdance.com>:


----------
keywords: +buildbot

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue4970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.