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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: versioncontrol Reporter: darrenoh <darrenoh>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229519
Attachments: stacktrace

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