[Python-bugs-list] Re: test_fork1 hangs with 1.6a2 on Linux (PR#296)

oli@rz-online.net oli@rz-online.net
Thu, 13 Apr 2000 17:35:41 -0400 (EDT)


Hi,

I just checked the following to things. I patched the threading to work with
GNU pth and get the same results. When I run the test script with Python 1.5.2
on the same machine, that means same glibc and so on, it works fine. I
compared the threading code of Python 1.5.2 and 1.6.a2 and it doesn't seem to
differ at all. Same for the posixcode as far it is relevant for the test.

I am a little bit irritated by this.

Best regards,

    Oliver

On Thu, Apr 13, 2000 at 03:55:34PM -0400, Fred@python.org wrote:
> Oliver,
>   We're aware of it, but haven't figured out the exact problem yet.  If you can
> provide additional information on the observed behavior, that would be good.  I
> get three different behaviors on a Mandrake 7.1 SMP machine: works, segfaults,
> and blocks.  I'm suspecting a pthread implementation problem, but haven't had
> enough time to really dig into it sufficiently to be sure.
> 
> 
>   -Fred