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 185304 - NullPointerException at java.lang.management.ThreadInfo.initialize
Summary: NullPointerException at java.lang.management.ThreadInfo.initialize
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 08:18 UTC by dwuysan
Modified: 2010-05-03 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168908


Attachments
stacktrace (520 bytes, text/plain)
2010-04-30 08:18 UTC, dwuysan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dwuysan 2010-04-30 08:18:09 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: BEA JRockit(R), R27.6.3-40_o-112056-1.6.0_11-20090318-2103-linux-x86_64, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux

User Comments:
dwuysan: Clicking on Help > Update




Stacktrace: 
java.lang.NullPointerException
   at java.lang.management.ThreadInfo.initialize(ThreadInfo.java:204)
   at java.lang.management.ThreadInfo.<init>(ThreadInfo.java:177)
   at sun.management.ThreadImpl.getThreadInfo0(ThreadImpl.java:0)
   at sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:145)
   at org.netbeans.modules.profiler.actions.SelfSamplerAction$Controller$1.run(SelfSamplerAction.java:255)
   at java.util.TimerThread.mainLoop(TimerThread.java:512)
Comment 1 dwuysan 2010-04-30 08:18:14 UTC
Created attachment 98316 [details]
stacktrace
Comment 2 Tomas Hurka 2010-05-03 08:12:21 UTC
This looks like JRockit-only issue. It is similar to issue #184609. The issue should be fixed in latest dev. builds.