Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Process output view

Hi
I've got most everything working again for a simple testcase after 
updating my proxy with all of the attribute changes. The one thing that is 
not working is sending stdout output to the process output view. I'm using 
the process identifier id generated by my proxy and sending stdout data 
using the PROC_STDOUT_ATTR to the PROXY_EV_RT_PROCESS_CHANGE event. I can 
see the events showing up in the console log for my base Eclipse session, 
as expected, but nothing shows up in the process output view. I am using 
the process id matching the id number for task 0. I tried tracing thru the 
event handling code as one of these events was processed and ended up 
getting lost . I also tried compiling the ORTE proxy and got compile 
errors due to ATTRIB_PROCESS_ID, RTEV_PATTR and ATTRIB_PROCESS_NODE_NAME 
being undefined, so can't compare to ORTE. I've updated my code to the 
latest HEAD branch code this afternoon.

This isn't a big deal. I'm just wondering if I might be doing something 
wrong or if there's problems elsewhere.

Thanks
Dave


Back to the top