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 270004 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-06 18:18 UTC by vijen
Modified: 2017-03-06 18:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228294


Attachments
stacktrace (820 bytes, text/plain)
2017-03-06 18:18 UTC, vijen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vijen 2017-03-06 18:18:50 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Linux

User Comments:
vijen: After IO exception error . Netbeans server output log crashed.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.EventQueue.invokeLater(EventQueue.java:1266)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:120)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:93)
   at org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:89)
   at org.openide.util.Mutex.readAccess(Mutex.java:260)
   at org.netbeans.modules.glassfish.common.LogViewMgr.selectIO(LogViewMgr.java:363)
Comment 1 vijen 2017-03-06 18:18:52 UTC
Created attachment 163784 [details]
stacktrace