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 268349 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 268724
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 08:58 UTC by brettryan
Modified: 2016-11-04 20:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226589


Attachments
stacktrace (1.27 KB, text/plain)
2016-10-05 08:58 UTC, brettryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brettryan 2016-10-05 08:58:34 UTC
Build: NetBeans IDE Dev (Build 201610020002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Mac OS X

User Comments:
brettryan: Using the IDE.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.toArray(ArrayList.java:376)
   at java.util.ArrayList.<init>(ArrayList.java:177)
   at org.netbeans.modules.db.sql.execute.StatementInfo.<init>(StatementInfo.java:75)
   at org.netbeans.modules.db.sql.execute.SQLExecuteHelper$SQLSplitter.addStatement(SQLExecuteHelper.java:631)
   at org.netbeans.modules.db.sql.execute.SQLExecuteHelper$SQLSplitter.parse(SQLExecuteHelper.java:307)
Comment 1 brettryan 2016-10-05 08:58:36 UTC
Created attachment 162345 [details]
stacktrace
Comment 2 matthias42 2016-11-04 20:59:37 UTC

*** This bug has been marked as a duplicate of bug 268724 ***