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/15743] New: dyninst "utrace" probes (with a path) seem to be broken


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

            Bug ID: 15743
           Summary: dyninst "utrace" probes (with a path) seem to be
                    broken
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dyninst
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com

On rawhide (3.11.0-0.rc0.git7.1.fc20.x86_64), the following works:

=====
# stap --dyninst -e 'probe process.begin { printf("begin\n") }' -c "echo hi"
begin
hi
====

However, this fails:

====
# stap --dyninst -e 'probe process("echo").begin { printf("begin\n") }' -c
"echo hi"--SERIOUS-- #100: ../../dyninstAPI/src/BPatch_module.C[513]:  Module
stap_1a8b5b33112cf2e384608705faa351a8_951.so: unable to find function
enter_dyninst_uprobe_regs
--SERIOUS-- #100: ../../dyninstAPI/src/BPatch_module.C[513]:  Module
stap_1a8b5b33112cf2e384608705faa351a8_951.so: unable to find function
enter_dyninst_uprobe
hi
====

(these failures were pointed out by systemtap.base/utrace_p5.exp)

The '--SERIOUS--' error message are coming from dyninst itself I believe.

-- 
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]