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 216773 - NullPointerException at java.lang.String.<init>
Summary: NullPointerException at java.lang.String.<init>
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL: http://bugs.sun.com/bugdatabase/view_...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 08:31 UTC by Jiri Skrivanek
Modified: 2014-06-26 01:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188597


Attachments
stacktrace (624 bytes, text/plain)
2012-08-13 08:31 UTC, Jiri Skrivanek
Details
stacktrace (624 bytes, text/plain)
2012-09-03 12:31 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-08-13 08:31:19 UTC
Build: NetBeans IDE Dev (Build EaselCSS-480-on-20120813)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b22
OS: Windows 7

User Comments:
jskrivanek: Run html file in embedded browser.




Stacktrace: 
java.lang.NullPointerException
   at java.lang.String.<init>(String.java:168)
   at java.lang.String.valueOf(String.java:2868)
   at java.lang.Thread.getName(Thread.java:1148)
   at java.lang.management.ThreadInfo.initialize(ThreadInfo.java:223)
   at java.lang.management.ThreadInfo.<init>(ThreadInfo.java:195)
   at sun.management.ThreadImpl.dumpThreads0(ThreadImpl.java:0)
Comment 1 Jiri Skrivanek 2012-08-13 08:31:20 UTC
Created attachment 123025 [details]
stacktrace
Comment 2 Tomas Hurka 2012-08-17 13:29:23 UTC
It looks like JDK bug. Are you able to reproduce it? Always?
Comment 3 Jiri Skrivanek 2012-08-17 14:50:45 UTC
No, it happened just once.
Comment 4 Jiri Skrivanek 2012-09-03 12:31:59 UTC
Created attachment 123823 [details]
stacktrace

I run HTML5 application.
Comment 5 Exceptions Reporter 2012-11-04 09:56:08 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=188597
Comment 6 Tomas Hurka 2012-11-22 10:32:27 UTC
JDK issue. It looks like there are similar reports: 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6508261
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6576701
but they are fixed in JDK 7, so this must be something a little bit different, since all report are from JDK 7.
Comment 7 BiubiuC 2014-06-26 01:28:39 UTC
(In reply to Jiri Skrivanek from comment #3)
> No, it happened just once.

I run my codes many times,this bug always happened