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 187330 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 189681
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-06-08 13:11 UTC by troodon
Modified: 2010-09-25 21:47 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168815


Attachments
stacktrace (3.17 KB, text/plain)
2010-06-08 13:11 UTC, troodon
Details
message.log (37.06 KB, application/octet-stream)
2010-06-10 13:58 UTC, troodon
Details
stacktrace (2.47 KB, text/plain)
2010-08-26 14:42 UTC, Oleg Khokhlov
Details
stacktrace (2.06 KB, text/plain)
2010-08-27 13:54 UTC, Oleg Khokhlov
Details
stacktrace (2.06 KB, text/plain)
2010-09-01 14:27 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description troodon 2010-06-08 13:11:54 UTC
Build: NetBeans IDE Dev (Build 2010-06-08_09-03-36 )
VM: OpenJDK 64-Bit Server VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
GUEST: file editiing

GUEST: Stopping a C++ program

GUEST: It is not working, it is freezing and not functioing.

GUEST: i was doing a select to a database table




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:878)
   at java.lang.StringBuilder.substring(StringBuilder.java:72)
   at java.lang.AbstractStringBuilder.subSequence(AbstractStringBuilder.java:854)
   at java.lang.StringBuilder.subSequence(StringBuilder.java:72)
   at org.netbeans.lib.lexer.token.DefaultToken.toString(DefaultToken.java:199)
   at org.netbeans.modules.html.editor.gsf.embedding.CssHtmlTranslator.extractCssFromHTML(CssHtmlTranslator.java:200)
Comment 1 troodon 2010-06-08 13:11:58 UTC
Created attachment 99897 [details]
stacktrace
Comment 2 troodon 2010-06-10 13:58:44 UTC
Created attachment 99982 [details]
message.log
Comment 3 Vitezslav Stejskal 2010-06-11 10:37:12 UTC
It looks like a mixture of OOMEs from all sorts of places.
Comment 4 Filip Zamboj 2010-08-25 14:36:52 UTC
this is almost always reproducible with 6.10M1 or dev build in php project. I have no idea who is taking care about tis issue now but I can send project where i reproduce by mail.
Comment 5 Miloslav Metelka 2010-08-25 17:12:51 UTC
It could possibly be a dup of issue #189681 but we should probably wait until it becomes apparent that the fix eliminates this problem too.
Comment 6 Oleg Khokhlov 2010-08-26 14:42:25 UTC
Created attachment 101701 [details]
stacktrace

too large file choosen for Tools->Diff
Comment 7 Oleg Khokhlov 2010-08-27 13:54:28 UTC
Created attachment 101719 [details]
stacktrace

Maven project, 'Add Dependencies' dialog on Dependencies folder,
entered 'a' in search field.
Comment 8 Oleg Khokhlov 2010-09-01 14:27:48 UTC
Created attachment 101805 [details]
stacktrace

search in 'Add dependancy' dialog, maven project
Comment 9 David Strupl 2010-09-25 21:47:14 UTC
The last known instance was hopefully duplicate of 189681. The previous random OOMEs duplicated to this report will be closed by this as well.

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