Message6440

Author eifert
Recipients MrMeanie, adam.spiers, amak, colinhevans, eifert, fwierzbicki, matt_brinkley, pjenvey, zyasoft
Date 2011-03-16.13:31:21
SpamBayes Score 0.0064023114
Marked as misclassified No
Message-id <1300282282.21.0.306868980347.issue1327@psf.upfronthosting.co.za>
In-reply-to
Content
The introduction of google guava seems to add one more cause for a class loader leak: I'm seeing a daemon thread "org.python.google.common.base.internal.Finalizer" which doesn't exit after releasing the jython interpreter. It keeps the classloader indirectly in the thread's inherited AccessControlContext. Seems to be a known guava issue:
http://code.google.com/p/guava-libraries/issues/detail?id=92
History
Date User Action Args
2011-03-16 13:31:22eifertsetmessageid: <1300282282.21.0.306868980347.issue1327@psf.upfronthosting.co.za>
2011-03-16 13:31:22eifertsetrecipients: + eifert, fwierzbicki, amak, pjenvey, zyasoft, colinhevans, MrMeanie, matt_brinkley, adam.spiers
2011-03-16 13:31:22eifertlinkissue1327 messages
2011-03-16 13:31:22eifertcreate