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

Summary: Entering large values for HTML component may throw OutOfMemoryException
Product: web Reporter: Mikhail Matveev <mikhailmatveev>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.