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 215253 - IllegalArgumentException: committed = 2143391744 should be < max = 2143158272
Summary: IllegalArgumentException: committed = 2143391744 should be < max = 2143158272
Status: RESOLVED DUPLICATE of bug 194733
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-08 19:23 UTC by Exceptions Reporter
Modified: 2012-07-11 07:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190523


Attachments
stacktrace (2.97 KB, text/plain)
2012-07-08 19:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-07-08 19:23:38 UTC
This bug was originally marked as duplicate of bug 194733, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: committed = 2143391744 should be < max = 2143158272
   at java.lang.management.MemoryUsage.<init>(MemoryUsage.java:145)
   at sun.management.MemoryImpl.getMemoryUsage0(MemoryImpl.java:0)
   at sun.management.MemoryImpl.getHeapMemoryUsage(MemoryImpl.java:61)
   at org.netbeans.modules.parsing.lucene.support.LowMemoryWatcher.isLowMemory(LowMemoryWatcher.java:73)
   at org.netbeans.modules.java.source.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:139)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:200)
Comment 1 Exceptions Reporter 2012-07-08 19:23:42 UTC
Created attachment 121806 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-07-11 07:05:12 UTC

*** This bug has been marked as a duplicate of bug 194733 ***