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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-22 13:36 UTC by renysh
Modified: 2017-02-22 13:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195262


Attachments
stacktrace (3.15 KB, text/plain)
2017-02-22 13:36 UTC, renysh
Details

Note You need to log in before you can comment on or make changes to this bug.
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