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


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

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
"git bisect" tells me the following commit is the guilty one:

====
commit 3debb935ae062df047be2563b7b7dcc0bdfd2d83
Author: Josh Stone <jistone@redhat.com>
Date:   Wed May 22 16:14:18 2013 -0700

    stapdyn: separate enter_dyninst_uprobe_regs

    That function calls enter_dyninst_uprobe, which is only defined when
    uprobes are active, so we have a weak binding in place.  By instead
    splitting this into a new file, which is only included when uprobes are
    known to be active, it doesn't need the weak reference.
====

Unfortunately, that weak reference was needed in the case where there are no
uprobe probes.

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