Message5754

Author zyasoft
Recipients akruis, zyasoft
Date 2010-04-27.22:29:40
SpamBayes Score 0.008604111
Marked as misclassified No
Message-id <1272407381.08.0.28554848199.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r7048

Thanks for the debug output. The infinite loop you observed on a hash bucket is perhaps the classical bug now seen in thread safety problems :)

Fortunately it's also easy to fix.

I'm going to mark this bug closed since the specific bug is basically not possible to recreate with unit tests (at least with our resources) and more importantly it's a well-known problem with a robust solution.
History
Date User Action Args
2010-04-27 22:29:41zyasoftsetmessageid: <1272407381.08.0.28554848199.issue1602@psf.upfronthosting.co.za>
2010-04-27 22:29:41zyasoftsetrecipients: + zyasoft, akruis
2010-04-27 22:29:40zyasoftlinkissue1602 messages
2010-04-27 22:29:40zyasoftcreate