JRuby reports wrong position in stack trace
-------------------------------------------

                 Key: JRUBY-1858
                 URL: http://jira.codehaus.org/browse/JRUBY-1858
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1b1
         Environment: Mac OS X 10.4.11, Java 1.5.0_07, JRuby 1.1-SNAPSHOT, MRI 
1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1]
            Reporter: Takanori Ishikawa
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.1b2
         Attachments: backtrace.patch

MRI 1.8.6

{noformat} 
% ruby -e "raise ''"
-e:1: unhandled exception
{noformat} 

JRuby (trunk)

{noformat} 
% jruby -e "raise ''"
-e:1:in `raise': unhandled exception
{noformat} 

The attached patch simply delete a few lines of code that prints current frame 
name.



-- 
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