[issue12316] test_signal: test_sigwait_thread failure on FreeBSD 6.4 buildbot

STINNER Victor report at bugs.python.org
Sat Jun 11 00:36:06 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> In a multi-threaded program, we're only allowed to call async-safe
> functions between fork() and exec() in the child process

Oh, I don't know that. The test should be modified to create a new clean Python process using subprocess to run the test.

----------
title: 
Now:
  test_signal: test_sigwait_thread failure on FreeBSD 6.4 buildbot
Was:
  test_signal: test_sigwait_thread
  failure on FreeBSD 6.4 buildbot

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


More information about the Python-bugs-list mailing list