Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.2
-
Fix Version/s: JRuby 0.9.8
-
Component/s: None
-
Labels:None
-
Environment:JRuby 9.2
Java 6
-
Number of attachments :
Description
Here's a script that demonstrates the error:
at_exit do
unless $!
puts %q{Shouldn't there be an exception}
end
end
begin
raise 'Error stuff'
rescue
raise
end
Here's a patch I have that seems to fix this bug. It also incorporates my fix for bug
JRUBY-372(http://jira.codehaus.org/browse/JRUBY-372).JRUBY-372(http://jira.codehaus.org/browse/JRUBY-372).