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 254146 - [newcodemodel] OutOfMemoryError: GC overhead limit exceeded (org.clang.lex.Token)
Summary: [newcodemodel] OutOfMemoryError: GC overhead limit exceeded (org.clang.lex.To...
Status: RESOLVED DUPLICATE of bug 254040
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-05 08:42 UTC by Exceptions Reporter
Modified: 2015-09-03 09:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218970


Attachments
stacktrace (1.25 KB, text/plain)
2015-08-05 08:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-05 08:42:49 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-179-on-20150730)
VM: OpenJDK 64-Bit Server VM, 25.51-b03, OpenJDK Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
GUEST: adsfdfs




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1563)
   at sun.reflect.misc.ReflectUtil.checkPackageAccess(ReflectUtil.java:188)
   at java.awt.datatransfer.DataFlavor.tryToLoadClass(DataFlavor.java:137)
   at java.awt.datatransfer.DataFlavor.initialize(DataFlavor.java:537)
   at java.awt.datatransfer.DataFlavor.<init>(DataFlavor.java:501)
   at java.awt.datatransfer.SystemFlavorMap.convertMimeTypeToDataFlavors(SystemFlavorMap.java:831)
Comment 1 Exceptions Reporter 2015-08-05 08:42:50 UTC
Created attachment 155183 [details]
stacktrace
Comment 2 Tomas Hurka 2015-08-05 08:44:37 UTC
There are 4,262,986 (31.4%) instances of org.clang.lex.Token
Comment 3 Vladimir Voskresensky 2015-08-07 13:08:21 UTC
see https://netbeans.org/bugzilla/show_bug.cgi?id=254040 as well
Comment 4 Alexander Simon 2015-09-03 09:32:32 UTC

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