New submission from STINNER Victor <victor.stin...@haypocalc.com>:

test_faulthandler fails on the FreeBSD 6 buildbot since my commit 
024827a9db64990865d29f9d525694f51197e770:

Issue #12392: fix thread initialization on FreeBSD 6

On FreeBSD6, pthread_kill() doesn't work on the main thread before the creation
of the first thread. Create therefore a dummy thread (no-op) a startup to
initialize the pthread library.

Add also a test for this use case, test written by Charles-François Natali.

----------
components: Library (Lib)
messages: 139595
nosy: haypo
priority: normal
severity: normal
status: open
title: test_faulthandler failures on FreeBSD 6
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12469>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to