[Bug testsuite/34089] New: list.exp fails on rawhide in case glibc-debuginfo is installed
mcermak at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Apr 22 08:41:22 GMT 2026
https://sourceware.org/bugzilla/show_bug.cgi?id=34089
Bug ID: 34089
Summary: list.exp fails on rawhide in case glibc-debuginfo is
installed
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: testsuite
Assignee: systemtap at sourceware dot org
Reporter: mcermak at redhat dot com
Target Milestone: ---
list.exp does pass reliably on rawhide in case glibc-debuginfo isn't installed:
spawn stap -l process("/lib*/libc.so.*").function("chmod")^M
process("/usr/lib/libc.so.6").function("chmod")^M
process("/usr/lib64/libc.so.6").function("chmod")^M
PASS: function-weak
in case glibc-debuginfo is installed, because instead of the expected "chmod"
expects gets weak alias name "__chmod" and moreover source location coming from
debuginfo:
spawn stap -l process("/lib*/libc.so.*").function("chmod")
process("/usr/lib/libc.so.6").function("__chmod@../sysdeps/unix/sysv/linux/chmod.c:24")
process("/usr/lib64/libc.so.6").function("__chmod@../sysdeps/unix/sysv/linux/chmod.c:24")
Update the expect gate to reflect this.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list