Comment #2 on issue 643 by adrianosf: ClassLoader leaks in IndicesCallbackFilter
http://code.google.com/p/google-guice/issues/detail?id=643

Here is it. Import both projects in eclipse.

When it stops waiting for a key, you may open eclipse MAT or something else and see there are three MyClassLoader instances alive.

Note that it shows two problems:
- The one I reported and which my patch fixes
- The Finalizer thread gets created using the user contextClassLoader. However, this problem doesn't show in my original (web) project.

Attachments:
        guice-classloader-leak-test.zip  11.2 KB

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-dev@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to