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 96043 - Memory leaks when opening/closing schema
Summary: Memory leaks when opening/closing schema
Status: VERIFIED DUPLICATE of bug 98405
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 15:07 UTC by Mikhail Matveev
Modified: 2007-03-23 18:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Matveev 2007-02-20 15:07:27 UTC
1. Open some large schema (for example, OTA_TravelItinerary in
TravelreservationService project).
2. Close this schema.
Repeat this several times.

Result: each iteration increases memory size claimed by IDE; garbage collection
slows this process, but not eliminates growth.
Comment 1 Mikhail Matveev 2007-02-20 16:19:04 UTC
After waiting for a several minutes, garbage collector call reduces memory usage
close to original size. 
In my opinion, not a stopper for beta.
Comment 2 Alexei Mokeev 2007-02-21 07:57:33 UTC
Filed after Bug Cut-off date and is not STOPPER for Beta.
If you disagree then please rise priority to P1 and remove waiver keyword.
Comment 3 Samaresh Panda 2007-02-28 18:02:12 UTC
Sounds like this is related to http://www.netbeans.org/issues/show_bug.cgi?id=94236.

Will be fixed for FCS.
Comment 4 Alexei Mokeev 2007-03-06 11:49:17 UTC
Removed EP551_WAIVER_APPROVED
Comment 5 Samaresh Panda 2007-03-21 23:56:33 UTC

*** This issue has been marked as a duplicate of 98405 ***
Comment 6 Mikhail Matveev 2007-03-23 18:15:08 UTC
Seems strange for to me to mark an issue as duplicate of one that was posted
later. Anyway, they're really similar.