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 testsuite/18554] New: the list.exp test case has a failure because a kernel function is no longer inlined


https://sourceware.org/bugzilla/show_bug.cgi?id=18554

            Bug ID: 18554
           Summary: the list.exp test case has a failure because a kernel
                    function is no longer inlined
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

On kernel 3.10.0-229.el7.ppc64, the list.exp test case has the following
output:

====
Running ../../src/testsuite/systemtap.base/list.exp ...
... stuff deleted ...
spawn stap -l kernel.function("copy_signal@kernel/fork.c").inline
FAIL: copy_signal-inline
... stuff deleted ...
====

This failure occurs because this kernel doesn't have an inlined version of
copy_signal() - verified by looking at the output of 'eu-readelf -N
--debug-dump=info /usr/lib/debug/lib/modules/3.10.0-229.el7.ppc64/vmlinux'.

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