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 gregory.p.smith
Recipients gregory.p.smith, gvanrossum
Date 2008-01-17.07:06:02
SpamBayes Score 0.002337237
Marked as misclassified No
Message-id <1200553566.88.0.932550048159.issue1856@psf.upfronthosting.co.za>
In-reply-to
Content
Yes i believe it is unrelated to any recent change.

I can reproduce both behaviors on my OS X 10.4 dual core mac using
Python 2.5.1.

Python 2.3 on the mac appears to get stuck in a loop when run stand
alone but gets a memory access fault when run under gdb.

python 2.4.4 seems to hang most of the time.

(all behaviors are possible i expect, i just ran it by hand under
several versions a few times)

The systems i ran it on when reporting the bug was SMP.  As with many
threading bugs it might be easier to reproduce on SMP systems but i
haven't checked.
History
Date User Action Args
2008-01-17 07:06:07gregory.p.smithsetspambayes_score: 0.00233724 -> 0.002337237
recipients: + gregory.p.smith, gvanrossum
2008-01-17 07:06:06gregory.p.smithsetspambayes_score: 0.00233724 -> 0.00233724
messageid: <1200553566.88.0.932550048159.issue1856@psf.upfronthosting.co.za>
2008-01-17 07:06:03gregory.p.smithlinkissue1856 messages
2008-01-17 07:06:02gregory.p.smithcreate