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 134966 - Entering large values for HTML component may throw OutOfMemoryException
Summary: Entering large values for HTML component may throw OutOfMemoryException
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-13 14:46 UTC by Mikhail Matveev
Modified: 2014-10-06 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Matveev 2008-05-13 14:46:54 UTC
1. Create new PHP web page.
2. DnD HTML table to the editor.
3. Type 1000 for rows and 1000 for columns in Insert Table dialog.
4. Press OK.
Result: after minutes of not responding, java.lang.OutOfMemoryError: Java heap space comes.

It's definitely not a typical case, but, in my opinion, performance should be increased, and OutOfMemory error should be
handled more carefully.
Comment 1 Tomasz Slota 2008-05-30 15:32:18 UTC
This issue is not PHP specific. reassigning to HTML
Comment 2 Marek Fukala 2008-09-25 17:26:41 UTC
Hmm, I think the only reasonable solution is to restrict the input field valiues in the panels. Its a low priority issue
IMO.