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

Summary: Memory leaks in C/C++ when editiong files
Product: cnd Reporter: _ rsmogura <rsmogura>
Component: EditorAssignee: issues@cnd <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.