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 271395 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
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-08-29 10:16 UTC by seba23571
Modified: 2018-05-07 22:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230168


Attachments
stacktrace (2.59 KB, text/plain)
2017-08-29 10:16 UTC, seba23571
Details

Note You need to log in before you can comment on or make changes to this bug.
Description seba23571 2017-08-29 10:16:22 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 7

User Comments:
seba23571: OutOfMemoryError: Java heap space




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   at java.lang.StringBuilder.<init>(StringBuilder.java:89)
   at org.openide.filesystems.DefaultAttributes.load(DefaultAttributes.java:662)
   at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:651)
   at org.openide.filesystems.DefaultAttributes.attributes(DefaultAttributes.java:459)
   at org.openide.filesystems.AbstractFileObject.getAttributes(AbstractFileObject.java:382)
Comment 1 seba23571 2017-08-29 10:16:24 UTC
Created attachment 165044 [details]
stacktrace