jruby should output more full of a stack trace in 1.9 mode
----------------------------------------------------------

                 Key: JRUBY-5086
                 URL: http://jira.codehaus.org/browse/JRUBY-5086
             Project: JRuby
          Issue Type: Bug
         Environment: jruby 1.5.1 (ruby 1.9.2dev trunk 24787) (2010-06-06 
f3a3480) (Java HotSpot(TM) Client VM 1.6.0_18) [x86-java]
            Reporter: Roger Pack
            Assignee: Thomas E Enebo


this code:

def go n
 raise 'bad' if n == 0
 go n - 1
end

go 300

with MRI 1.8.6 (and jruby 1.8/1.9) outputs

bad.rb:2:in `go': bad (RuntimeError)
        from bad.rb:3:in `go'
        from bad.rb:6

however with MRI 1.9 it outputs the full call stack, which jruby currently 
fails to do.
Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to