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 240117 - OutOfMemoryError: unable to create new native thread
Summary: OutOfMemoryError: unable to create new native thread
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 13:06 UTC by steveoh444
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182651


Attachments
stacktrace (1010 bytes, text/plain)
2014-01-08 13:06 UTC, steveoh444
Details

Note You need to log in before you can comment on or make changes to this bug.
Description steveoh444 2014-01-08 13:06:57 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 20.45-b01, Java(TM) SE Runtime Environment, 1.6.0_45-b06
OS: Windows 7

User Comments:
steveoh444: JAXB Code gerneration form Relative Path




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:640)
   at java.util.Timer.<init>(Timer.java:137)
   at java.util.Timer.<init>(Timer.java:106)
   at org.netbeans.modules.xml.text.folding.XmlFoldManager.scheduleFoldUpdate(XmlFoldManager.java:166)
   at org.netbeans.modules.xml.text.folding.XmlFoldManager.initFolds(XmlFoldManager.java:136)
Comment 1 steveoh444 2014-01-08 13:06:59 UTC
Created attachment 143707 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:39 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.