Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix edge case where rescued Exceptions may be nil #311

Merged
merged 1 commit into from
Sep 26, 2012

Commits on Sep 26, 2012

  1. Fix edge case where rescued Exceptions may be nil

    If an inner rescue block causes a Java proxy or package to be looked
    up then an outer rescue block was receiving a nil Exception object,
    only when running in interpretered, non-IR mode. Running the test with
    "-X+C" or "-X-CIR" did not reproduce the behavior.
    
    This behavior was introduced by the commits 20632af and 7c3f642,
    which were cleaning up a hack around the way $! got set. The mentioned
    hack was covering up this bug.
    bbrowning committed Sep 26, 2012
    Configuration menu
    Copy the full SHA
    df7874f View commit details
    Browse the repository at this point in the history