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 252216

Summary: OutOfMemoryError: Java heap space
Product: contrib Reporter: wshackle <wshackle>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217084
Attachments: stacktrace

Description wshackle 2015-05-03 13:06:43 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
wshackle: trying to edit a scala file




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.zip.ZipCoder.toString(ZipCoder.java:49)
   at java.util.zip.ZipFile.getZipEntry(ZipFile.java:567)
   at java.util.zip.ZipFile.access$900(ZipFile.java:61)
   at java.util.zip.ZipFile$ZipEntryIterator.next(ZipFile.java:525)
   at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:500)
   at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:481)
Comment 1 wshackle 2015-05-03 13:06:45 UTC
Created attachment 153502 [details]
stacktrace
Comment 2 Tomas Hurka 2015-05-06 09:00:09 UTC
This looks like problem in scala integration.
Comment 3 Tomas Hurka 2015-05-06 09:06:16 UTC
There are 15 "Scala Presentation Compiler []" threads.