[PATCH] Stack trace lost when re-raising an exception
-----------------------------------------------------

                 Key: JRUBY-3181
                 URL: http://jira.codehaus.org/browse/JRUBY-3181
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
            Reporter: Peter Brant
            Priority: Critical
             Fix For: JRuby 1.1.6
         Attachments: stack_trace_stomp.patch

This is the same bug as in JRUBY-2945, but the root cause is quite a bit 
simpler than theorized there (although I definitely concur with Raphael that it 
makes debugging challenging!).

When an exception is caught and raised again, the back trace is overwritten 
with a new back trace from the point of the raise.

Patch and test case attached.



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