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 205369 - [71cat] OutOfMemoryError: Java heap space
Summary: [71cat] OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 196669
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-11-21 16:40 UTC by Selpi
Modified: 2012-04-20 11:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183054


Attachments
stacktrace (2.42 KB, text/plain)
2011-11-21 16:40 UTC, Selpi
Details
stacktrace (2.42 KB, text/plain)
2011-12-07 15:51 UTC, Selpi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Selpi 2011-11-21 16:40:09 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: OpenJDK Client VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
Selpi: Step 5 of HTML Pallete PHP Sanity test suite http://wiki.netbeans.org/TS_70_PHP_Sanity#Test_suite:_HTML_Palette

Tried to DnD a big html table with a size of 3000x2000 cells to a PHP Web Page body.

After about 10 sec got OOM exception




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:2367)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415)
   at java.lang.StringBuilder.append(StringBuilder.java:132)
   at org.netbeans.modules.html.palette.items.TABLE.createBody(TABLE.java:111)
Comment 1 Selpi 2011-11-21 16:40:12 UTC
Created attachment 113376 [details]
stacktrace
Comment 2 Selpi 2011-12-07 15:51:59 UTC
Created attachment 113927 [details]
stacktrace

Still an issue #196669

Adding a big table (2000x2000) from a pallete causes exception.
Comment 3 Marek Fukala 2012-04-20 11:31:45 UTC

*** This bug has been marked as a duplicate of bug 196669 ***