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

Summary: IllegalArgumentException: committed = 2143391744 should be < max = 2143158272
Product: ide Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 190523
Attachments: stacktrace

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 ***