Message11279

Author jamesmudd
Recipients jamesmudd, jeff.allen, stefan.richthofer, zyasoft
Date 2017-03-27.22:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490652882.53.0.983489895455.issue2536@psf.upfronthosting.co.za>
In-reply-to
Content
@Stefan I'm now also convinced this is happening although I still can't figure out exactly where the StackOverflowError is going. With the debugger connected and an exception breakpoint on StackOverflowError, run

james@james-ubuntu:~/git/jython/dist$ java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=1045 -Xss1024k -jar jython.jar Lib/test/test_json.py

I can reliably get test_json to be paused as the exception is thrown, usually in test_endless_recursion which sounds reasonable, and after disconnecting the test runs to completion, so normal execution has resumed somehow...

Unfortunately Eclipse seems to be having serious issues getting the stack and allowing me to step through it, probably due to the state the JVM is in, the debugger just freezes which is strange I wonder if there is some other way...
History
Date User Action Args
2017-03-27 22:14:42jamesmuddsetmessageid: <1490652882.53.0.983489895455.issue2536@psf.upfronthosting.co.za>
2017-03-27 22:14:42jamesmuddsetrecipients: + jamesmudd, zyasoft, jeff.allen, stefan.richthofer
2017-03-27 22:14:42jamesmuddlinkissue2536 messages
2017-03-27 22:14:41jamesmuddcreate