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 271697 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-25 12:06 UTC by maurovisk
Modified: 2017-10-25 12:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230690


Attachments
stacktrace (1.33 KB, text/plain)
2017-10-25 12:06 UTC, maurovisk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maurovisk 2017-10-25 12:06:14 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
maurovisk: OutOfMemoryError: Java heap space




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.StringBuilder.toString(StringBuilder.java:407)
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1563)
   at java.lang.Class.checkPackageAccess(Class.java:2372)
   at java.lang.Class.checkMemberAccess(Class.java:2351)
Comment 1 maurovisk 2017-10-25 12:06:17 UTC
Created attachment 165349 [details]
stacktrace