Message9424

Author doublep
Recipients doublep
Date 2015-01-19.10:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421664627.18.0.55472280013.issue2258@psf.upfronthosting.co.za>
In-reply-to
Content
I had a bug in Java code that resulted in a stack overflow. However, this code was called from Jython, so the only message I received was "maximum recursion depth exceeded", with all further information silently removed. To understand what was going on, I had to catch StackOverflowError in Java code and print it.

Request: Jython should print the stacktrace in StackOverflowError, at least when it comes from Java code.
History
Date User Action Args
2015-01-19 10:50:27doublepsetrecipients: + doublep
2015-01-19 10:50:27doublepsetmessageid: <1421664627.18.0.55472280013.issue2258@psf.upfronthosting.co.za>
2015-01-19 10:50:26doubleplinkissue2258 messages
2015-01-19 10:50:26doublepcreate