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 translator/14021] New: --sysroot=/ not a no-op


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

             Bug #: 14021
           Summary: --sysroot=/ not a no-op
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


With --sysroot=/, one does not get the same behavior as with no --sysroot set
at all.  This is counterintuitive.

% stap -p4 --sysroot=/ -e 'probe kernel.function("sys_open") {
print_backtrace() } '
-> kernel/module debuginfo not found, even though it's around.

With and without sysroot, code starts diverging at dwflpp::setup_dwfl_kernel.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]