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 268567 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-18 07:32 UTC by heriaileen
Modified: 2016-10-18 07:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226808


Attachments
stacktrace (1.64 KB, text/plain)
2016-10-18 07:32 UTC, heriaileen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description heriaileen 2016-10-18 07:32:48 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
heriaileen: when idle status, and open netbean, sudenly stuck




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.git.FileStatusCache.getIndexValues(FileStatusCache.java:710)
   at org.netbeans.modules.git.FileStatusCache.containsFilesIntern(FileStatusCache.java:666)
   at org.netbeans.modules.git.FileStatusCache.containsFilesIntern(FileStatusCache.java:667)
   at org.netbeans.modules.git.FileStatusCache.containsFilesIntern(FileStatusCache.java:667)
   at org.netbeans.modules.git.FileStatusCache.containsFiles(FileStatusCache.java:315)
   at org.netbeans.modules.git.FileStatusCache.containsFiles(FileStatusCache.java:299)
Comment 1 heriaileen 2016-10-18 07:32:51 UTC
Created attachment 162534 [details]
stacktrace