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 269899

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: renysh
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195262
Attachments: stacktrace

Description renysh 2017-02-22 13:36:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Linux

User Comments:
renysh: siempre este problema




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.lastModified(BaseFileObj.java:227)
   at org.netbeans.modules.parsing.impl.indexing.TimeStamps$RegularImpl.checkAndStoreTimestamp(TimeStamps.java:188)
   at org.netbeans.modules.parsing.impl.indexing.TimeStamps.checkAndStoreTimestamp(TimeStamps.java:93)
Comment 1 renysh 2017-02-22 13:36:45 UTC
Created attachment 163693 [details]
stacktrace