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 257191 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-17 12:19 UTC by mcmatak
Modified: 2015-12-17 12:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216180


Attachments
stacktrace (2.51 KB, text/plain)
2015-12-17 12:19 UTC, mcmatak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mcmatak 2015-12-17 12:19:18 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
mcmatak: searching

GUEST: occurred during php debugging




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.openide.filesystems.MultiFileSystem.findResource(MultiFileSystem.java:378)
   at org.openide.filesystems.MultiFileSystem.findResourceOn(MultiFileSystem.java:469)
   at org.openide.filesystems.MultiFileObject.update(MultiFileObject.java:208)
   at org.openide.filesystems.MultiFileObject.<init>(MultiFileObject.java:136)
   at org.openide.filesystems.MultiFileObject.createFile(MultiFileObject.java:560)
   at org.openide.filesystems.AbstractFolder.getChild(AbstractFolder.java:370)
Comment 1 mcmatak 2015-12-17 12:19:20 UTC
Created attachment 157822 [details]
stacktrace