Message11401
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. |
|
Date |
User |
Action |
Args |
2017-05-23 23:17:03 | stefan.richthofer | set | messageid: <1495581423.9.0.541451898262.issue2536@psf.upfronthosting.co.za> |
2017-05-23 23:17:03 | stefan.richthofer | set | recipients:
+ stefan.richthofer, zyasoft, jeff.allen, jamesmudd |
2017-05-23 23:17:03 | stefan.richthofer | link | issue2536 messages |
2017-05-23 23:17:03 | stefan.richthofer | create | |
|