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 214944 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-28 20:14 UTC by zacariascalabria
Modified: 2012-10-09 12:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182535


Attachments
stacktrace (2.36 KB, text/plain)
2012-06-28 20:14 UTC, zacariascalabria
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zacariascalabria 2012-06-28 20:14:37 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Windows Vista

User Comments:
GUEST: how this happens, I have 16G memory in my pc. this is for your info




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.jruby.util.ByteList.grow(ByteList.java:635)
   at org.jruby.util.ByteList.append(ByteList.java:248)
   at org.jvyamlb.ScannerImpl.scanTagUri(ScannerImpl.java:860)
   at org.jvyamlb.ScannerImpl.scanTag(ScannerImpl.java:845)
   at org.jvyamlb.ScannerImpl.fetchTag(ScannerImpl.java:787)
   at org.jvyamlb.ScannerImpl.fetchMoreTokens(ScannerImpl.java:560)
Comment 1 zacariascalabria 2012-06-28 20:14:40 UTC
Created attachment 121519 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-06-29 18:05:04 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=182535
Comment 3 Petr Pisl 2012-07-11 07:42:44 UTC
Assign to Ondra for now.
Comment 4 Ondrej Brejla 2012-07-11 08:03:58 UTC
It's there for a long time...probably a problem in external parser library.
Comment 5 Ondrej Brejla 2012-10-09 12:39:59 UTC
Last report from 7.2beta, probably fixed.