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 271353

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230111
Attachments: stacktrace

Description Exceptions Reporter 2017-08-23 12:32:22 UTC
This bug was originally marked as duplicate of bug 238990, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: j'essayais de switcher de branche dans git




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toCharArray(String.java:2899)
   at java.util.zip.ZipCoder.getBytes(ZipCoder.java:78)
   at java.util.zip.ZipFile.getEntry(ZipFile.java:310)
   at java.util.jar.JarFile.getEntry(JarFile.java:240)
   at org.netbeans.JarClassLoader$JarSource.resource(JarClassLoader.java:624)
   at org.netbeans.Archive.getData(Archive.java:212)
Comment 1 Exceptions Reporter 2017-08-23 12:32:24 UTC
Created attachment 164994 [details]
stacktrace