Message11401

Author stefan.richthofer
Recipients jamesmudd, jeff.allen, stefan.richthofer, zyasoft
Date 2017-05-23.23:17:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495581423.9.0.541451898262.issue2536@psf.upfronthosting.co.za>
In-reply-to
Content
Just observed the same deadlock you saw in test_java_intergration.
And that with test_json completely excluded, see https://github.com/Stewori/jython/commit/b3eea96272b8e9dc229c0239b189163f388a7424.

Is there some other endless recursion spot in the test suite? Must be something before test_java_integration. Or something else where a JVM error (likely StackOverflowError or OutOfMemoryError) is caught?
IMO we should avoid catching Errors for a while (i.e. exclude all tests that do so) and observe whether this reliably avoids these deadlocks.
History
Date User Action Args
2017-05-23 23:17:03stefan.richthofersetmessageid: <1495581423.9.0.541451898262.issue2536@psf.upfronthosting.co.za>
2017-05-23 23:17:03stefan.richthofersetrecipients: + stefan.richthofer, zyasoft, jeff.allen, jamesmudd
2017-05-23 23:17:03stefan.richthoferlinkissue2536 messages
2017-05-23 23:17:03stefan.richthofercreate