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 49241 - Memory leak (~6kB) - open Set Default Server dialog open
Summary: Memory leak (~6kB) - open Set Default Server dialog open
Status: CLOSED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 49230
  Show dependency tree
 
Reported: 2004-09-18 18:33 UTC by Marian Mirilovic
Modified: 2006-03-24 10:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
deltas (current memory size - minimal memory size) = leak (5.55 KB, text/plain)
2004-09-18 18:33 UTC, Marian Mirilovic
Details
List of leaked instances after 3 invocations of Set Default Server (76.12 KB, image/png)
2004-09-23 16:17 UTC, Antonin Nebuzelsky
Details
ServerNode instance reference graph, the leak goes through InstanceTargetXNode (90.02 KB, image/png)
2004-09-23 16:18 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-09-18 18:33:05 UTC
[nb_beta2](200409091800), [jdk1.5.0](rc)

Used memory size rises during open  Set Default
Server dialog
~6 kB per open  (see attached results xml file )

Steps to reproduce:
-------------
1. Open Runtime view and select Server Registry node
2. Push from popup menu Set Default Server ...
EXPECTED RESULT: Set Default Server dialog is
opened within 1000ms.
--------------

Test case :
http://www.netbeans.org/source/browse/performance/test/qa-functional/src/gui/window/SetDefaultServerDialog.java

For more details see issue 49230.
Comment 1 Marian Mirilovic 2004-09-18 18:33:55 UTC
Created attachment 17724 [details]
deltas (current memory size - minimal memory size) = leak
Comment 2 Antonin Nebuzelsky 2004-09-23 16:16:41 UTC
Yes, this is a leak. Attaching OptimizeIt screenshots.
Comment 3 Antonin Nebuzelsky 2004-09-23 16:17:28 UTC
Created attachment 17843 [details]
List of leaked instances after 3 invocations of Set Default Server
Comment 4 Antonin Nebuzelsky 2004-09-23 16:18:35 UTC
Created attachment 17844 [details]
ServerNode instance reference graph, the leak goes through InstanceTargetXNode
Comment 5 Antonin Nebuzelsky 2004-09-23 16:19:23 UTC
Reassigning to J2EE.
Comment 6 Antonin Nebuzelsky 2004-09-23 16:22:39 UTC
Downgrading to P3. This kind of leak does not deserve P2 I think.
Comment 7 Pavel Buzek 2005-03-10 19:03:42 UTC
set default server dialog has been removed
Comment 8 Marian Mirilovic 2005-04-12 10:47:05 UTC
verified