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 270926 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-21 17:52 UTC by darrenoh
Modified: 2017-06-21 17:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229519


Attachments
stacktrace (1.43 KB, text/plain)
2017-06-21 17:52 UTC, darrenoh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description darrenoh 2017-06-21 17:52:42 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
darrenoh: Doing a large Git checkout from terminal while project was open in NetBeans.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.File.getParentFile(File.java:501)
   at org.netbeans.modules.versioning.util.Utils.isAncestorOrEqual(Utils.java:242)
   at org.netbeans.modules.git.Git.getKnownParent(Git.java:382)
   at org.netbeans.modules.git.Git.getTopmostManagedAncestor(Git.java:309)
   at org.netbeans.modules.git.Git.access$000(Git.java:80)
   at org.netbeans.modules.git.Git$1.getTopmostManagedAncestor(Git.java:129)
Comment 1 darrenoh 2017-06-21 17:52:44 UTC
Created attachment 164591 [details]
stacktrace