[Bug runtime/30415] conflicting types for ‘kallsyms_on_each_symbol’

wcohen at redhat dot com sourceware-bugzilla@sourceware.org
Wed May 31 13:59:08 GMT 2023


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

--- Comment #12 from William Cohen <wcohen at redhat dot com> ---
Hi, I have been trying out the patch.  It definitely improves the situation on
rawhide.  However, I noticed when running the various examples testcases on
RHEL8 x86_64 there were additional failures:

 sudo make installcheck RUNTESTFLAGS="--debug systemtap.examples/check.exp"

Without the patch:


                === systemtap Summary ===

# of expected passes            408
# of unexpected failures        8
# of untested testcases         12

With the latest proposed patch:


                === systemtap Summary ===

# of expected passes            317
# of unexpected failures        99
# of untested testcases         12


Looking through the systemtap.log of the patched build see that not finding the
module_kallsyms_on_each_symbol:

PASS: systemtap.examples/general/also_ran build
meta taglines 'test_installcheck: stap also_ran.stp -T 1' tag
'test_installcheck' value 'stap also_ran.stp -T 1'
attempting command stap also_ran.stp -T 1
OUT WARNING: "module_kallsyms_on_each_symbol"
[/tmp/stapXYrv8r/stap_cdac50d140cbc59757fc1b2df270d7f7_71121.ko] undefined!
ERROR: Couldn't insert module
'/tmp/stapXYrv8r/stap_cdac50d140cbc59757fc1b2df270d7f7_71121.ko': Unknown
symbol in module
WARNING: /home/wcohen/systemtap_write/install/bin/staprun exited with status: 1
Pass 5: run failed.  [man error::pass5]
child process exited abnormally
RC 1
FAIL: systemtap.examples/general/also_ran run

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list