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 270685 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-19 11:28 UTC by guilletheler
Modified: 2017-05-19 11:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208160


Attachments
stacktrace (440 bytes, text/plain)
2017-05-19 11:28 UTC, guilletheler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description guilletheler 2017-05-19 11:28:36 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
GUEST: I switched svn branches while a couple of files were open.

GUEST: developing javascript application

GUEST: stalled and crashed during parsing

guilletheler: Open IDE

GUEST: Just trying to reopen a project that crashed a minute ago. Must have got ahead of it and was trying to do too many things at once.

GUEST: File -- > New




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.TreeMap.put(TreeMap.java:540)
   at sun.awt.X11.XToolkit.schedule(XToolkit.java:1911)
   at sun.awt.X11.XClipboard$CheckChangeTimerTask.run(XClipboard.java:193)
   at sun.awt.X11.XToolkit.callTimeoutTasks(XToolkit.java:1967)
   at sun.awt.X11.XToolkit.run(XToolkit.java:561)
   at sun.awt.X11.XToolkit.run(XToolkit.java:532)
Comment 1 guilletheler 2017-05-19 11:28:39 UTC
Created attachment 164354 [details]
stacktrace