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 231456

Summary: NullPointerException at org.netbeans.lib.profiler.ProfilerClient.sendSimpleCmdToServer
Product: profiler Reporter: markiewb
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199177
Attachments: stacktrace

Description markiewb 2013-06-18 14:59:05 UTC
Build: NetBeans IDE Dev (Build 201305262300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
markiewb: Detach from profiling




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.ProfilerClient.sendSimpleCmdToServer(ProfilerClient.java:2025)
   at org.netbeans.lib.profiler.ProfilerClient.prepareDetachFromTargetJVM(ProfilerClient.java:802)
   at org.netbeans.lib.profiler.TargetAppRunner.prepareDetachFromTargetJVM(TargetAppRunner.java:316)
   at org.netbeans.modules.profiler.NetBeansProfiler.detachFromApp(NetBeansProfiler.java:1030)
   at org.netbeans.modules.profiler.actions.StopAction$2.run(StopAction.java:130)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 markiewb 2013-06-18 14:59:07 UTC
Created attachment 135980 [details]
stacktrace
Comment 2 Tomas Hurka 2013-06-19 07:50:49 UTC
Can you please provide steps how to reproduce it? Thanks.