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 180030 - NetBeans starts consuming memory on failed code suggestion and can't be closed
Summary: NetBeans starts consuming memory on failed code suggestion and can't be closed
Status: RESOLVED DUPLICATE of bug 178133
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-30 16:22 UTC by frantisek_troster
Modified: 2010-02-01 02:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log files (36.14 KB, application/x-zip-compressed)
2010-01-30 16:23 UTC, frantisek_troster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description frantisek_troster 2010-01-30 16:22:38 UTC
Hi,

first of all sorry if this is a duplication, but I tried to google this issue for almost 2 days and couldn't find anything. I'm using Netbeans 6.8 for a Symfony project which means there are thousands of source files. When netbeans fails to auto complete (shows Please wait... or Scanning in progress...) and I finish the text instead of the auto completer. Netbeans starts consuming memory but user interface responds to my actions. But auto completer stops working and if I try to close the application it just hangs and I have to kill the process. I tried adding following line to netbeans.conf without any affect:

netbeans_default_options="-J-client -J-Xverify:none -J-Xmx1024m -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true"

I get this problem almost any hour so I can simulate the problem at any time if needed. Please let me know if you need more logs or memory dumps etc. Thank you for your help

Frantisek Troster
Comment 1 frantisek_troster 2010-01-30 16:23:09 UTC
Created attachment 93675 [details]
Log files
Comment 2 Tomas Mysik 2010-02-01 01:58:39 UTC
I changed the summary from "Eclipse" to "NetBeans" - am I right? ;)

Seems to me to be a duplicate of bug #178133 (reopen if not) - would it be possible to follow the steps written there (a histogram or better, a heap dump) and provide the data for verification? That would be very helpful.

Thanks a lot for your cooperation.

*** This bug has been marked as a duplicate of bug 178133 ***
Comment 3 frantisek_troster 2010-02-01 02:32:32 UTC
(In reply to comment #2)
> I changed the summary from "Eclipse" to "NetBeans" - am I right? ;)
> 
> Seems to me to be a duplicate of bug #178133 (reopen if not) - would it be
> possible to follow the steps written there (a histogram or better, a heap dump)
> and provide the data for verification? That would be very helpful.
> 
> Thanks a lot for your cooperation.
> 
> *** This bug has been marked as a duplicate of bug 178133 ***

Hi, sorry NetBeans was correct summary. I just started moving from Eclipse so it's still in my head :-). I will try if disabling hints would help and if not create heap dump.

Thank you