Message11510

Author jeff.allen
Recipients Ivan, jeff.allen, zyasoft
Date 2017-07-30.08:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501402780.15.0.602114282905.issue2609@psf.upfronthosting.co.za>
In-reply-to
Content
I've now seen this exception raised in the "parse" and "json" cases on my Linux system. They are rare for me. No program I have is guaranteed to raise one.

I tentatively observe:

1. They are more likely to occur early in execution (if they occur at all).
2. Often I get no actual concurrency (only 1 or 2 more threads than daemons in jvisualvm).
3. Attempting to catch the exception (almost) stops it happening :(

I prefer the parse example as it ought to be possible to preserve the crime scene.

I have a version of the program that (really) runs 100 threads, parsing 2000 foo/bar elements, and drops into pdb if it raises. I'm repeatedly launching it in a Bash while loop. No luck yet.
History
Date User Action Args
2017-07-30 08:19:40jeff.allensetmessageid: <1501402780.15.0.602114282905.issue2609@psf.upfronthosting.co.za>
2017-07-30 08:19:40jeff.allensetrecipients: + jeff.allen, zyasoft, Ivan
2017-07-30 08:19:40jeff.allenlinkissue2609 messages
2017-07-30 08:19:38jeff.allencreate