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 156159 - OutOfMemory in inaccuracy tests
Summary: OutOfMemory in inaccuracy tests
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: nnnnnk
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2008-12-30 12:31 UTC by soldatov
Modified: 2009-02-19 20:30 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 soldatov 2008-12-30 12:31:56 UTC
Today inaccuracy tests fails on 2 projects (Boost and MySQL) with OutOfMemoryException
Comment 1 Quality Engineering 2008-12-31 05:28:16 UTC
Integrated into 'main-golden', will be available in build *200812310201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/fae6cbeb737d
User: Nick N. Krasilnikov <nnnnnk@netbeans.org>
Log: fixed IZ#156159: OutOfMemory in inaccuracy tests
Comment 2 soldatov 2009-01-09 12:39:58 UTC
MySQL (and Boost I think also) fails with OutOfMemoryException.
HeapDump:
-bash-3.00$ find /net/vvv-qa/export/inaccuracy_results/dynamo/ -name '*.hprof'
/net/vvv-qa/export/inaccuracy_results/dynamo/090106_010138/work/sys/ide/var/log/heapdump.hprof
/net/vvv-qa/export/inaccuracy_results/dynamo/090107_010134/work/sys/ide/var/log/heapdump.hprof
/net/vvv-qa/export/inaccuracy_results/dynamo/090109_010051/work/sys/ide/var/log/heapdump.hprof
Comment 3 soldatov 2009-01-09 13:01:27 UTC
On 'dynamo' I replaced 'netbeans -J-Xmx1224m' command on '-J-Xmx2448m'
Comment 4 Quality Engineering 2009-01-12 05:01:24 UTC
Integrated into 'main-golden', will be available in build *200901120201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/005155c2f316
User: Nick N. Krasilnikov <nnnnnk@netbeans.org>
Log: fixed 2 IZ#156159: OutOfMemory in inaccuracy tests
Comment 5 Quality Engineering 2009-01-16 07:31:11 UTC
Integrated into 'main-golden', will be available in build *200901160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5174bfe89366
User: Nick N. Krasilnikov <nnnnnk@netbeans.org>
Log: fixed IZ#156159: OutOfMemory in inaccuracy tests
Comment 6 nnnnnk 2009-01-16 11:41:23 UTC
fixed