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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: vijen
Component: -- Other --Assignee: Antonin Nebuzelsky <anebuzelsky>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228294
Attachments: stacktrace

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