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 187760 - Dtrace providers doesn't work if localhost is accessed via ssh
Summary: Dtrace providers doesn't work if localhost is accessed via ssh
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 23:44 UTC by Andrew Krasny
Modified: 2011-07-26 13:37 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 Andrew Krasny 2010-06-17 23:44:40 UTC
To reproduce:

- start NB
- create profiling demo
- select dtarce provider in project's properties
- set development host to localhost:22
- on a memory indicator push 'fix' button (if applicable) to grant required privileges
- start application

=> no data for memory, no stacks, nothing that should come from dtrace
Comment 1 Andrew Krasny 2010-06-17 23:46:19 UTC
The problem is that while uploading dtrace-script to a 'remote' host, it is just placed to the same location and is, actually, became empty.
so no dtrace script after that and no dtrace data is coming.
Comment 2 Maria Tishkova 2010-12-14 13:25:09 UTC
please evaluate
Comment 3 Andrew Krasny 2011-04-28 14:39:17 UTC
changeset: http://hg.netbeans.org/cnd-main/rev/b0fa15493c70
Comment 4 Quality Engineering 2011-04-29 04:41:44 UTC
Integrated into 'main-golden', will be available in build *201104290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b0fa15493c70
User: Andrew Krasny <akrasny@netbeans.org>
Log: fix for bug #187760 - Dtrace providers doesn't work if localhost is accessed via ssh