Thread not working correctly under FreeBSD

Frederic Jolliton comp.lang.python at fred.jolliton.com
Thu Oct 23 19:04:18 EDT 2003


Frederic Jolliton <comp.lang.python at fred.jolliton.com> writes:
>> Here is a small Python program that show curious behavior under
>> FreeBSD when using threads:
[...]
>> Bug, feature or misuse of the thread module ?
[...]

Ralf Schmitt <ralf at brainbot.com> writes:
> I'd call it a bug. We had the same problem here at work. I attached a
> short c-module, which solves that problem (at least it did for us).
> When starting a new thread, just call 'fixsignals.fixsignals()' and
> afterwards os.system works as expected (and better do this on freebsd
> only).

> fixsignals.c:
[...]

Thanks you very much for your reply.

-- 
Frédéric Jolliton




More information about the Python-list mailing list