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 205538 - [71cat] OutOfMemoryError: unable to create new native thread
Summary: [71cat] OutOfMemoryError: unable to create new native thread
Status: RESOLVED DUPLICATE of bug 205437
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-24 19:15 UTC by Michel Graciano
Modified: 2011-11-24 19:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183166


Attachments
stacktrace (497 bytes, text/plain)
2011-11-24 19:15 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2011-11-24 19:15:37 UTC
This issue was reported manually by hmichel.
It already has 1 duplicates 


Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Linux

User Comments:
hmichel: Trying to reproduce #205437




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:691)
   at java.util.Timer.<init>(Timer.java:160)
   at org.netbeans.core.ui.sampler.Sampler.run(Sampler.java:146)
   at org.netbeans.core.TimableEventQueue.run(TimableEventQueue.java:230)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
Comment 1 Michel Graciano 2011-11-24 19:15:39 UTC
Created attachment 113515 [details]
stacktrace
Comment 2 Michel Graciano 2011-11-24 19:17:42 UTC
Sorry, I was trying to isolate the report for issue 205437 and created this by mistake.

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