Was working for ever last night trying to find my memory leak on my
personal project. Answering some stackoverflow question, I figured out
what my problem was. It ends up I was accidentally passing in
ResettableEventBus into my ActivityManager.

ResettableEventBus was holding onto every single Handler that was ever
created, causing all my Activity to stay in memory (almost all).

http://code.google.com/p/google-web-toolkit/issues/detail?id=5700

Link to the bug I created a while back. Was so cautious about it and
still did it. This bug keeps coming back to haunt me. Nobody else have
this problem? Maybe I can redesign my code to work around it.

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

Reply via email to