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 60422 - Periodic NPE when modifying profiling from monitoring to memory with threads profiling enabled
Summary: Periodic NPE when modifying profiling from monitoring to memory with threads ...
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 10:03 UTC by iformanek
Modified: 2007-02-12 22:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description iformanek 2005-06-23 10:03:24 UTC
Reported by Jon Christiansen on RC1:

steps:
1. profile app using Monitoring with Threads enabled
2. modify profiling to Memory with Threads enabled (sutom config must be 
created for that)

Those NPEs start coming up:

[catch] at org.netbeans.modules.profiler.ProfilingMonitor$UpdateThread$1.run
(ProfilingMonitor.java:119)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 iformanek 2005-06-23 10:04:18 UTC
present in M7 RC1
Comment 2 iformanek 2005-06-23 10:41:32 UTC
Fixed post M7 RC1
Comment 3 ehucka 2006-10-09 12:09:22 UTC
Verification of old issues.
Comment 4 Alexander Kouznetsov 2007-02-12 22:07:31 UTC
Closing old issues.