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 250452 - OutOfMemoryError: unable to create new native thread
Summary: OutOfMemoryError: unable to create new native thread
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Slowness Detector (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@performance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-16 22:45 UTC by tbrunhoff
Modified: 2015-06-25 13:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215454


Attachments
stacktrace (650 bytes, text/plain)
2015-02-16 22:45 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2015-02-16 22:45:55 UTC
Build: NetBeans IDE Dev (Build 201502090001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: -----------------




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:713)
   at java.util.Timer.<init>(Timer.java:160)
   at org.netbeans.modules.sampler.Sampler.start(Sampler.java:181)
   at org.netbeans.core.TimableEventQueue.run(TimableEventQueue.java:227)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1425)
Comment 1 tbrunhoff 2015-02-16 22:45:57 UTC
Created attachment 152014 [details]
stacktrace
Comment 2 Tomas Hurka 2015-06-25 13:24:34 UTC
"OutOfMemoryError: unable to create new native thread" does not create heap dump so there is not enough information to diagnose and fix this issue. Dev. builds contain workaround so that heap dump is created (issue #252183). Closing this issue as wontfix for now.