[Bug runtime/31039] implicit declaration of function ‘stap_task_finder_complete’
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Dec 6 22:36:34 GMT 2023
https://sourceware.org/bugzilla/show_bug.cgi?id=31039
William Cohen <wcohen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wcohen at redhat dot com
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
I see this failing on Fedora rawhide, but things working on Fedora 39. The
function is coming inside the runtime:
$ grep stap_task_finder_complete -r
runtime/linux/task_finder2.c:stap_task_finder_complete(void)
runtime/linux/uprobes-inode.c: if (stap_task_finder_complete())
Looks like there is some #ifdef change tha cause that function in
task_finder2.c to be exclude or to cause the code in uprobes-inode.c with the
stap_task_finder_complete() reference to be compiled.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list