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 267965 - 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: 2016-09-11 02:46 UTC by dsciacca
Modified: 2016-09-11 02:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226176


Attachments
stacktrace (1.01 KB, text/plain)
2016-09-11 02:46 UTC, dsciacca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dsciacca 2016-09-11 02:46:08 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
dsciacca: I was trying to create a few new text files inside one of my project folders for testing input, the first opened and was created just fine but upon trying to do that again (pretty much immediately after creating the first) NetBeans froze and then force quit itself




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.regex.Pattern.matcher(Pattern.java:1093)
   at org.netbeans.modules.masterfs.GlobalVisibilityQueryImpl.isVisible(GlobalVisibilityQueryImpl.java:124)
   at org.netbeans.modules.masterfs.GlobalVisibilityQueryImpl.isVisible(GlobalVisibilityQueryImpl.java:108)
   at org.netbeans.api.queries.VisibilityQuery.isVisible(VisibilityQuery.java:104)
   at org.netbeans.spi.java.project.support.ui.PackageViewChildren$NoFoldersDataFilter.acceptFileObject(PackageViewChildren.java:1306)
   at org.openide.loaders.FolderChildren$1R.getPositionedFolderChildrenPairs(FolderChildren.java:227)
Comment 1 dsciacca 2016-09-11 02:46:10 UTC
Created attachment 161994 [details]
stacktrace