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 270840 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-09 13:34 UTC by wardjk
Modified: 2017-06-09 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222803


Attachments
stacktrace (1.96 KB, text/plain)
2017-06-09 13:34 UTC, wardjk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wardjk 2017-06-09 13:34:32 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: I was editing files, comparing changes with Subversion and uploading new files to serevr.

wardjk: Debugging PHP project, stepping through code.

GUEST: Imported formatting options from https://github.com/bobsta63/netbeans-psr-formatting

GUEST: Happens every time the background project scan takes place.

GUEST: Nothing. The IDE was idle. I shut it down and did not know there was a problem.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append(XMLStringBuffer.java:208)
   at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanData(XMLEntityScanner.java:1378)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanCDATASection(XMLDocumentFragmentScannerImpl.java:1654)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3020)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
Comment 1 wardjk 2017-06-09 13:34:34 UTC
Created attachment 164495 [details]
stacktrace