This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, benjamin.peterson, donmez, jnoller
Date 2008-06-12.13:19:48
SpamBayes Score 0.008832115
Marked as misclassified No
Message-id <862894F4-674F-48E2-8C39-89AEE6EF6539@python.org>
In-reply-to <1213275735.78.0.835477385222.issue3088@psf.upfronthosting.co.za>
Content
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Jun 12, 2008, at 9:02 AM, Benjamin Peterson wrote:

> It passes for me on Leopard. Can you post the test running in verbose
> mode so we can see where it hangs?

It never hangs when run standalone, though it crashes about half the  
time.  Running it under gdb doesn't help; it always gives me an  
interrupted syste call in os.waidpid() in forking.py.

The hang occurs during 'make test', and it's always the second run  
that hangs.  Perhaps some lock isn't getting cleaned up properly the  
first time?

- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSFEicXEjvBPtnXfVAQLGNwP/S6f2IrO7c7SET0Gx8FXqdPmot3jcmopx
TFxDA5csh/pVaDQCVW6DiLMXsu2TkQGPPbbo8Bx9iPmV/iIHFqy4nDtETqqjKdRp
BvVtBmvSrP6wmymlKFlFC5qdfbbvguZq/hO60XulQk+WU4F8N7oHQck0tA2JhdDh
lS5SAFAIovA=
=xzs6
-----END PGP SIGNATURE-----
History
Date User Action Args
2008-06-12 13:19:50barrysetspambayes_score: 0.00883211 -> 0.008832115
recipients: + barry, donmez, benjamin.peterson, jnoller
2008-06-12 13:19:49barrylinkissue3088 messages
2008-06-12 13:19:48barrycreate