Uwe Kubosch created JRUBY-6626: ---------------------------------- Summary: [Ruboto] ThreadContext throws NPE in finalizer Key: JRUBY-6626 URL: https://jira.codehaus.org/browse/JRUBY-6626 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.7 Reporter: Uwe Kubosch Fix For: JRuby 1.7
The following is logged frequently, possibly for every completed thread. {noformat} 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) {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.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