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 256212 - OutOfMemoryError: unable to create new native thread
Summary: OutOfMemoryError: unable to create new native thread
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-27 18:10 UTC by StageCoachDriver
Modified: 2015-10-29 11:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220804


Attachments
stacktrace (3.47 KB, text/plain)
2015-10-27 18:10 UTC, StageCoachDriver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description StageCoachDriver 2015-10-27 18:10:09 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
StageCoachDriver: Running Windows 10
32 bit JVM




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:0)
   at org.openide.util.RequestProcessor$Processor.get(RequestProcessor.java:1906)
   at org.openide.util.RequestProcessor.enqueue(RequestProcessor.java:610)
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1493)
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1464)
Comment 1 StageCoachDriver 2015-10-27 18:10:10 UTC
Created attachment 157007 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-10-29 11:23:28 UTC
There may be some bug in NetBeans or in a plugin, or some other application may use a lot of native threads.

Can you still reproduce the bug? If so, could you please take a thread dump [1], or NetBeans profiler snapshot [2]?

Thank you.

[1] http://wiki.netbeans.org/GenerateThreadDump#Console_on_Windows
[2] http://wiki.netbeans.org/GenerateThreadDump#Profile_Me_Now