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 145494 - java.lang.OutOfMemoryError: Java heap space
Summary: java.lang.OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
: 145535 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-28 22:26 UTC by Tomas Mysik
Modified: 2008-09-12 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
dump (42.31 KB, text/plain)
2008-08-28 22:27 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2008-08-28 22:26:30 UTC
java.lang.OutOfMemoryError: Java heap space
Comment 1 Tomas Mysik 2008-08-28 22:27:01 UTC
Created attachment 68580 [details]
dump
Comment 2 Tomas Mysik 2008-08-28 22:29:51 UTC
Product Version: NetBeans IDE Dev (Build 080827)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: Linux version 2.6.26-gentoo-r1 running on i386; UTF-8; cs_CZ (nb)
Comment 3 Petr Pisl 2008-08-29 00:10:47 UTC
Hmm, this is regression from my last changes in sanitization. I have more changes on my disk and it doesn't happen to me
now. The problem is on the line 368, where are more quotes, then needed.
Comment 4 Petr Pisl 2008-08-29 11:45:03 UTC
*** Issue 145535 has been marked as a duplicate of this issue. ***
Comment 5 Petr Pisl 2008-08-29 11:46:58 UTC
Now the fix is pushed to the trunk.
Comment 6 Quality Engineering 2008-08-30 05:36:14 UTC
Integrated into 'main-golden', available in build *200808300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/f63eeab2ec62
User: Petr Pisl <ppisl@netbeans.org>
Log: #145494 . Improve sanitization of code. This is needed for other fixes.