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 271786 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-11 00:23 UTC by jonathanct
Modified: 2017-11-11 00:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203190


Attachments
stacktrace (435 bytes, text/plain)
2017-11-11 00:23 UTC, jonathanct
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonathanct 2017-11-11 00:23:18 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 25.151-b12, OpenJDK Runtime Environment, 1.8.0_151-b12
OS: Linux

User Comments:
jonathanct: netbeans stucked when switching from branches and a big file opened on the screen

GUEST: Compiled LLVM outside NetBeans while NetBeans project containing LLVM source was open

GUEST: dsfsd




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Long.valueOf(Long.java:840)
   at sun.awt.X11.XToolkit.windowToXWindow(XToolkit.java:369)
   at sun.awt.X11.XBaseWindow.dispatchToWindow(XBaseWindow.java:1083)
   at sun.awt.X11.XToolkit.dispatchEvent(XToolkit.java:502)
   at sun.awt.X11.XToolkit.run(XToolkit.java:616)
   at sun.awt.X11.XToolkit.run(XToolkit.java:532)
Comment 1 jonathanct 2017-11-11 00:23:20 UTC
Created attachment 165429 [details]
stacktrace