Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Number of attachments :
Description
The following is logged frequently, possibly for every completed thread.
E/System (23188): Uncaught exception thrown by finalizer E/System (23188): java.lang.NullPointerException E/System (23188): at org.jruby.runtime.ThreadContext.finalize(ThreadContext.java:165) E/System (23188): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:182) E/System (23188): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:168) E/System (23188): at java.lang.Thread.run(Thread.java:856)
Added patch with fix.
All tests run OK.
Please review.