[Bug testsuite/18554] New: the list.exp test case has a failure because a kernel function is no longer inlined
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jun 17 17:59:00 GMT 2015
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.
More information about the Systemtap
mailing list