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 248096 - OOME while parsing PHP and JS
Summary: OOME while parsing PHP and JS
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 09:23 UTC by defagordi
Modified: 2014-10-22 12:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212897


Attachments
stacktrace (1.18 KB, text/plain)
2014-10-22 09:23 UTC, defagordi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description defagordi 2014-10-22 09:23:10 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
defagordi: By javascript file, I thing something with the js parser




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:64)
   at java.lang.StringBuffer.<init>(StringBuffer.java:108)
   at java.net.URLStreamHandler.toExternalForm(URLStreamHandler.java:490)
   at java.net.URL.toExternalForm(URL.java:921)
   at org.netbeans.JarClassLoader$JarSource.getIdentifier(JarClassLoader.java:830)
   at org.netbeans.Archive.getData(Archive.java:190)
Comment 1 defagordi 2014-10-22 09:23:12 UTC
Created attachment 150047 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-10-22 12:00:23 UTC
At least 240MB of lucene objects on heap. One thread caught in PHP parsing, second in JavaScript one. Passing to PHP.
Comment 3 Tomas Mysik 2014-10-22 12:02:43 UTC
Passing to editor, based on Jarda's evaluation. Thanks.
Comment 4 Ondrej Brejla 2014-10-22 12:14:52 UTC
Reassigning to JS for first evaluation. Thanks.