Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.7
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
When you use RubyException.printBacktrace to print out an exception, the first line of the backtrace is omitted. See attached patch. I wondered whether this was deliberate, but I struggle to see why one wouldn't want to see the first line.