Java calls have lost the Java part of the trace
-----------------------------------------------

                 Key: JRUBY-5630
                 URL: http://jira.codehaus.org/browse/JRUBY-5630
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
    Affects Versions: JRuby 1.6
            Reporter: Charles Oliver Nutter
            Priority: Critical
             Fix For: JRuby 1.6.1


The backtrace work is cutting off the Java portion of the trace when calling 
into Java libraries. This is obviously bad, since it makes debugging Java calls 
pretty hard.

{noformat}
~/projects/jruby ➔ jruby -rjava -e "java.lang.System.get_property(nil)"
NativeException: java.lang.NullPointerException: key can't be null
  (root) at -e:1
{noformat}

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