Message6525

Author mksenzov
Recipients mksenzov
Date 2011-05-11.18:26:21
SpamBayes Score 0.0001575292
Marked as misclassified No
Message-id <1305138381.45.0.376687533606.issue1747@psf.upfronthosting.co.za>
In-reply-to
Content
I am using jython 2.5.2 (could not find it in the list of versions, so I picked the closest one from the list). After executing my scriipt jython crushed with an exception:

Exception in thread "Jython Shutdown Closer" java.util.ConcurrentModificationException
	at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(Unknown Source)
	at java.util.LinkedHashMap$KeyIterator.next(Unknown Source)
	at org.python.core.PySystemState$PySystemStateCloser$ShutdownCloser.run(PySystemState.java:1385)
History
Date User Action Args
2011-05-11 18:26:21mksenzovsetmessageid: <1305138381.45.0.376687533606.issue1747@psf.upfronthosting.co.za>
2011-05-11 18:26:21mksenzovsetrecipients: + mksenzov
2011-05-11 18:26:21mksenzovlinkissue1747 messages
2011-05-11 18:26:21mksenzovcreate