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 243941 - Too many highlightitem instances
Summary: Too many highlightitem instances
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-19 15:40 UTC by mydevelopers
Modified: 2014-04-25 10:35 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 mydevelopers 2014-04-19 15:40:04 UTC
Please see the logs/ heapdump at www.mydevelopersgames.com/RSC1397521428587.zip

We have been having this problem with our users for some time now. We cannot replicate the problem and not all users are having it however we have seen similar heapdumps before. We have tried to limit the number of highlights returned by the semantic analyzer plugin but the bug does not seemed to be resolved.

Please let us know how to fix this problem.

Thanks!
Comment 1 Tomas Hurka 2014-04-25 10:35:59 UTC
Which version of NetBeans platform do you use?

AquaTabbedPaneContrastUI#1 instance is holding 200MB with 7317 elements in htmlViews field. This looks similar to issue #230493. This memory leak can obscure problem with highlightitem instances. Since memory leak in AquaTabbedPaneContrastUI#1 is Mac OS X only issue, are you able to reproduce the problem with highlight item instances on Windows or Linux?