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

mcermak at redhat dot com sourceware-bugzilla@sourceware.org
Wed May 3 09:01:29 GMT 2023


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

--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
The reproducer is even simpler:

[root@rawh ~]# uname -r; rpm -q systemtap
6.4.0-0.rc0.20230428git33afd4b76393.7.fc39.x86_64
systemtap-4.9-1.fc39.x86_64
[root@rawh ~]# 
[root@rawh ~]# stap -vp4 -e 'probe begin { exit() }'
Pass 1: parsed user script and 484 library scripts using
124832virt/101128res/11136shr/89524data kb, in 190usr/40sys/223real ms.
Pass 2: analyzed script: 1 probe, 1 function, 0 embeds, 0 globals using
126284virt/103048res/11520shr/90976data kb, in 0usr/0sys/8real ms.
Pass 3: translated to C into
"/tmp/stapLy8yoU/stap_6881d4c66122cefc1b5d5c230a431144_1182_src.c" using
126284virt/103432res/11904shr/90976data kb, in 0usr/0sys/0real ms.
In file included from /usr/local/share/systemtap/runtime/linux/runtime.h:288,
                 from /usr/local/share/systemtap/runtime/runtime.h:26,
                 from
/tmp/stapLy8yoU/stap_6881d4c66122cefc1b5d5c230a431144_1182_src.c:21:
/usr/local/share/systemtap/runtime/sym.c:1159:5: error: conflicting types for
‘kallsyms_on_each_symbol’;

[ ... stuff deleted ... ]

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


More information about the Systemtap mailing list