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 259159 - OutOfMemoryError: unable to create new native thread
Summary: OutOfMemoryError: unable to create new native thread
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-08 03:42 UTC by mirycia
Modified: 2016-05-23 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223938


Attachments
stacktrace (1.93 KB, text/plain)
2016-05-08 03:42 UTC, mirycia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mirycia 2016-05-08 03:42:55 UTC
Build: NetBeans IDE 7.4 (Build 201311011758)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
mirycia: error




Stacktrace: 
java.lang.OutOfMemoryError: unable to create new native thread
   at java.lang.Thread.start0(Thread.java:0)
   at java.lang.Thread.start(Thread.java:714)
   at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:950)
   at java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1587)
   at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:334)
   at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:549)
Comment 1 mirycia 2016-05-08 03:42:58 UTC
Created attachment 159573 [details]
stacktrace
Comment 2 Tomas Hurka 2016-05-23 13:39:48 UTC
Please try NetBeans 8.1. If you are still able to reproduce this problem,
please provide steps how to reproduce it and attach new messages.log file.
Thanks.