On Tue, Mar 07, 2006 at 11:12:35PM +0100, Remy Maucherat wrote: > >I'm currently tracking an OutOfMemory problem. We've got a web app which > >gets OutOfMemory after some heavy use. I installed Mustang 1.6b62 on the > >machines and had them dump heap on OOM. Then I looked into the heap dump > >using jhat. > > > >I noticed that there are several objects hanging around with a strange > >reference: > > > >Java Local Reference (from > >[EMAIL PROTECTED]) : > >--> some.of.our.classes > > > >According to jhat, no other objects are referencing these objects (only > >Finalizer). > > > >Has anybody a clue what might cause this? After all, they don't seem to > >get garbage collected. > > Personally, I don't know these new tools, so I don't know how to > interpret what they say. For example, maybe there's a whole reference > chain between the two.
This is supposed to show the reference chain. If I include weak references in the display, a lot of Finalizer stuff is shown but this one stays. Thanks, Tino. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]