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 253159 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-24 12:32 UTC by terje7601
Modified: 2015-06-24 13:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144580


Attachments
stacktrace (1.65 KB, text/plain)
2015-06-24 12:32 UTC, terje7601
Details
IDE log (782.91 KB, application/octet-stream)
2015-06-24 12:43 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2015-06-24 12:32:36 UTC
Build: NetBeans IDE Dev (Build 201506230001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
GUEST: I work with db derby

CREATE TABLE APP.DRUH (
    ID INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY CONSTRAINT DRUH_ID_PK PRIMARY KEY,
    DRUH VARCHAR(32) NOT NULL,
    POPIS VARCHAR(10240)
) ;

CREATE UNIQUE INDEX DRUH_DRUH_IDX ON APP.DRUH (DRUH) ;

terje7601: I wasn't doing anything special, just working on a Maven Java Web project

GUEST: PHP XDebug process on a Magento App

GUEST: Passing a "SELECT *" query on a table with 3 rows, after just starting NetBEans

GUEST: Trying to view data from database services using jdbc::mysql connector. Id doesnt display the error but throw this instead java heap error.

GUEST: I was executing an SQL command, the output says that the command executed successfully but it does'nt display the view panel where there are the results.

GUEST: Further to 255773 and 255794
I can confirm the problem is limited to running queries with "Execute Command"
The same queries run fine from java programs

GUEST: SQL query hangs




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:201)
   at com.sun.org.apache.xerces.internal.xni.XMLString.toString(XMLString.java:188)
   at com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser.characters(AbstractDOMParser.java:1228)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:463)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
Comment 1 terje7601 2015-06-24 12:32:39 UTC
Created attachment 154374 [details]
stacktrace
Comment 2 terje7601 2015-06-24 12:43:18 UTC
Created attachment 154375 [details]
IDE log
Comment 3 terje7601 2015-06-24 13:05:21 UTC
I also uploaded a heap dump at http://deadlock.netbeans.org/job/upload/680/