RaiseException#printStrackTrace doesn't deal well with nil messages
-------------------------------------------------------------------

                 Key: JRUBY-3257
                 URL: http://jira.codehaus.org/browse/JRUBY-3257
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.6
            Reporter: Jan Berkel
            Assignee: Thomas E Enebo


RaiseException, line 189: if message happens to be nil, 
message.convertToString() on nil will fail with an error. needs to check if 
message is nil before trying to print message, or make conversion routine more 
robust (it tries to call to_str on nil, which fails)



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