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 237606 - Copy big files, clipboard cannot hold that many data. OutOfMemoryError: Java heap space
Summary: Copy big files, clipboard cannot hold that many data. OutOfMemoryError: Java ...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 09:30 UTC by FehimKoylu
Modified: 2014-01-18 04:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204874


Attachments
stacktrace (2.26 KB, text/plain)
2013-10-24 09:30 UTC, FehimKoylu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FehimKoylu 2013-10-24 09:30:21 UTC
This bug was originally marked as duplicate of bug 221469, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 RC1 (Build 201309162201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
FehimKoylu: .




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:149)
   at java.lang.StringCoding.decode(StringCoding.java:193)
   at java.lang.String.<init>(String.java:416)
   at sun.awt.datatransfer.DataTransferer.translateBytesOrStreamToString(DataTransferer.java:1111)
   at sun.awt.datatransfer.DataTransferer.translateBytesOrStream(DataTransferer.java:1650)
   at sun.awt.windows.WDataTransferer.translateBytesOrStream(WDataTransferer.java:256)
Comment 1 FehimKoylu 2013-10-24 09:30:23 UTC
Created attachment 141508 [details]
stacktrace
Comment 2 Milutin Kristofic 2014-01-15 16:36:24 UTC
http://hg.netbeans.org/jet-main/rev/d9d3f8aaa203
Comment 3 Quality Engineering 2014-01-18 04:50:49 UTC
Integrated into 'main-silver', will be available in build *201401180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d9d3f8aaa203
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #237606 - Copy big files, clipboard cannot hold that many data. OutOfMemoryError: Java heap space