Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.1, JRuby 1.6.5, JRuby 1.6.7
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: Application Error, Core Classes/Modules
-
Labels:
-
Environment:CentOS 5.5
-
Testcase included:yes
-
Number of attachments :
Description
When running an application with threads and Java throws an out of memory error the application continues instead of aborting. The Thread that ran out of memory "dies", a back trace is displayed, but the application continues running other threads.
A work-around is to catch the exception then exit (re-raise also fails).
FYI, jruby 1.7.0 dev (2012-03-17 693da51) also has this issue.