This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]