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 134687 - Netbeans hang on project building
Summary: Netbeans hang on project building
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-07 16:52 UTC by avp
Modified: 2008-05-21 16:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB and system logs (24.68 KB, application/octet-stream)
2008-05-07 17:24 UTC, avp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description avp 2008-05-07 16:52:45 UTC
When I run build from  NB building my project after few seconds IDE freez (CPU -100%) and then I must restart my PC.
When I run build from console - all is ok.

NB 6.1
OpenSuse 10.3 x64
JDK 6u6
2 GB RAM, Core2 Duo
compiler - gcc 4_2_1 +Icecream
Comment 1 avp 2008-05-07 17:22:08 UTC
This acquire when I set for make multithread compiling "make -j10 " (-j20)
when I set -j2 - all is ok.
Comment 2 avp 2008-05-07 17:24:53 UTC
Created attachment 61141 [details]
NB and system logs
Comment 3 Thomas Preisler 2008-05-07 17:25:50 UTC
Please provide a stacktrace. And I don't think it is a P1 because of the workaround and the rather unusual use case.
Comment 4 Thomas Preisler 2008-05-07 17:32:13 UTC
The log contains many "Out of memory" messages. Not sure what we can do.
Comment 5 avp 2008-05-07 18:52:28 UTC
do you think in system with 2 GB situation when acquire message "out of memory" is ok? Besides "out of memory" messages
is for java process.
Comment 6 Thomas Preisler 2008-05-07 19:21:11 UTC
I think you are sort of running out of system resources. Try running with -J-Xmx1000m and see if this makes a difference.
Comment 7 Thomas Preisler 2008-05-07 19:24:03 UTC
I meant you should start the NetBeans with -J-Xmx1000m. It will allocate more memory to the IDE.
Comment 8 Thomas Preisler 2008-05-07 19:35:01 UTC
Downgrading to P2. Most likely a resource issue.
Comment 9 avp 2008-05-12 12:10:39 UTC
I try add to netbeans.conf "-J-Xmx1000m" but this don't help.
Comment 10 avp 2008-05-16 09:48:10 UTC
After I reinstall system and set for OS ext3 filesystem (before was reiserfs) issue don't repeat
Comment 11 Thomas Preisler 2008-05-19 21:26:30 UTC
Not what all this means but do you think we have a bug? And what are the exact steps to reproduce?
Comment 12 avp 2008-05-20 13:27:02 UTC
I think problem was becose Icecream get many messages in output window and with issue #135380 NB hang and get out of
system resource.
Comment 13 Thomas Preisler 2008-05-21 16:52:18 UTC
Can you verify this? And then close this IZ?
Comment 14 avp 2008-05-21 16:57:06 UTC
verified in 20080515