Comment #80 on issue 288 by [email protected]:
FinalizableReferenceQueue still leaks
http://code.google.com/p/google-guice/issues/detail?id=288
@mcculls,
I try your patch with guava-10.0 but tomcat persist on:
[16] SEVE 18:16:32 WebappClassLoader.checkThreadLocalMapForLeaks: The web
application [/ulysses] created a ThreadLocal with key of type
[com.google.inject.internal.InjectorImpl$1] (value
[com.google.inject.internal.InjectorImpl$1@125ec471]) and a value of type
[java.lang.Object[]] (value [[Ljava.lang.Object;@bb2e023]) but failed to
remove it when the web application was stopped. Threads are going to be
renewed over time to try and avoid a probable memory leak.
[16] SEVE 18:16:32 WebappClassLoader.checkThreadLocalMapForLeaks: The web
application [/ulysses] created a ThreadLocal with key of type
[com.google.inject.internal.InjectorImpl$1] (value
[com.google.inject.internal.InjectorImpl$1@125ec471]) and a value of type
[java.lang.Object[]] (value [[Ljava.lang.Object;@c991fd5]) but failed to
remove it when the web application was stopped. Threads are going to be
renewed over time to try and avoid a probable memory leak.
Any fix/idea?
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.