Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 288240] New: [tcf][agent] Process context created with wrong process name

https://bugs.eclipse.org/bugs/show_bug.cgi?id=288240
Product/Component: Target Management / TCF

           Summary: [tcf][agent] Process context created with wrong
                    process name
    Classification: DSDP
           Product: Target Management
           Version: 3.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: uwe.stieber@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


--- Comment #0 from Uwe Stieber <uwe.stieber@xxxxxxxxxxxxx> 2009-09-01 08:17:44 EDT ---
On launching the process "/tmp/queryProperties.sh" via TCF on the target, I get
back a process context having "/usr/sbin/tcf-agent" as name. I would expect
that the name is "/tmp/queryProperties.sh" and the tcf-agent is the name of the
parent context.

...
14:14:05.265: C:  0>Streams#subscribe [Processes] 
14:14:05.375: R:  0> [null] 
14:14:05.515: C:  1>Processes#start [null, /tmp/queryProperties.sh, null, [],
false] 
14:14:05.640: E:  ->Streams#created [Processes, VS8] 
14:14:05.703: E:  ->Streams#created [Processes, VS9] 
14:14:05.703: R:  1> [null, {Name=/usr/sbin/tcf-agent, StdOutID=VS9,
CanTerminate=true, ID=P21256, StdInID=VS8}] 
14:14:05.734: E:  ->Processes#exited [P21256, 0] 
14:14:05.859: C:  2>Streams#unsubscribe [Processes] 
14:14:05.968: R:  2> [null] 
...

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top