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 197795 - Memory leaks in C/C++ when editiong files
Summary: Memory leaks in C/C++ when editiong files
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-15 15:46 UTC by _ rsmogura
Modified: 2011-04-20 06:57 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 _ rsmogura 2011-04-15 15:46:10 UTC
I have increasing memory usage during work on C/C++ projects (I work on imported PostgreSQL sources), sometimes usage is so big, that I even can't close IDE, as heap is full. It's hard to say what element actually causes this, but PG is only one project I have opened (I only feel it's something about parsing).

I use 7.0 rc2.
Comment 1 Vladimir Voskresensky 2011-04-15 17:04:11 UTC
could you, please, provide memory dump:
${jdk_path}/bin/jmap -dump:file=/var/tmp/memdump JAVA_PID

or if you are on 64-bit java and above doesn't work:
${jdk_path}/bin/jmap -J-d64 -dump:file=/var/tmp/memdump JAVA_PID

Thanks.
Comment 2 Alexander Simon 2011-04-20 06:57:21 UTC
Please provide:
- IDE log.
- URL where we can download sources of PostgreSQL.
- information how you create project.
- memory dump very appreciated.