[Bug dyninst/15595] New: Dyninst ignores -o

swagiaal at redhat dot com sourceware-bugzilla@sourceware.org
Thu Jun 6 18:21:00 GMT 2013


http://sourceware.org/bugzilla/show_bug.cgi?id=15595

            Bug ID: 15595
           Summary: Dyninst ignores -o
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dyninst
          Assignee: systemtap at sourceware dot org
          Reporter: swagiaal at redhat dot com

It seems like dyninst does not take the -o option into consideration:

$ stap -o stap.out --runtime=dyninst -e 'probe begin{log("began")}' -c
'./a.out' && cat stap.out
began
cat: stap.out: No such file or directory

where as:

$ stap -o stap.out -e 'probe begin{log("began")}' -c './a.out' && cat stap.out
began

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list