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 270567 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-04 21:22 UTC by brucewee
Modified: 2017-05-04 21:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229055


Attachments
stacktrace (936 bytes, text/plain)
2017-05-04 21:22 UTC, brucewee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brucewee 2017-05-04 21:22:33 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b27
OS: Mac OS X

User Comments:
brucewee: not sure?




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:300)
   at java.lang.StringCoding.encode(StringCoding.java:344)
   at java.lang.String.getBytes(String.java:906)
   at sun.awt.datatransfer.DataTransferer.translateTransferableString(DataTransferer.java:972)
   at sun.awt.datatransfer.DataTransferer.translateTransferable(DataTransferer.java:1132)
   at sun.lwawt.macosx.CClipboard.setContentsNative(CClipboard.java:79)
Comment 1 brucewee 2017-05-04 21:22:36 UTC
Created attachment 164254 [details]
stacktrace