This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 63911 - Memory leak of collab sessions when doing login-logout-...
Summary: Memory leak of collab sessions when doing login-logout-...
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-09-08 15:42 UTC by Antonin Nebuzelsky
Modified: 2005-09-15 11:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
OptimizeIt screenshot (80.65 KB, image/png)
2005-09-08 15:42 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-09-08 15:42:21 UTC
When you login-logout-login-logout-... to a collab session, there are various
objects left on heap. Main culprit may be IMCollabSession instance. See the
attached OptimizeIt screenshot for the reference path of IMCollabSession instance.
Comment 1 Antonin Nebuzelsky 2005-09-08 15:42:44 UTC
Created attachment 24636 [details]
OptimizeIt screenshot
Comment 2 Petr Nejedly 2005-09-15 09:56:51 UTC
Mostly fixed by fixing issue 63910. The only remaining problem (beyond 64357) is
a dangling reference from collab explorer's manager (last explored node)
Comment 3 Petr Nejedly 2005-09-15 11:17:15 UTC
Fixed the last part:

collab/ui/src/org/netbeans/modules/collab/ui/CollabExplorerPanel.java,v1.3
Will be fixed in version 1.0.4 of the  collab-UI module on autoupdate.