This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: registration error (rc -84)


Hi Frank,

I run stap-report and the only thing that seems out of place to me is
the Build ID diff between the kernel and debug-kernel.

== (eu-readelf -n /boot/vmlinuz-3.10.0-514.26.2.el7.x86_64 || readelf
-n /boot/vmlinuz-3.10.0-514.26.2.el7.x86_64) | grep Build ==
    Build ID: 62b54b1aac6eeaa4cd469439011f8a97558400e0
== (eu-readelf -n
/usr/lib/debug/lib/modules/3.10.0-514.26.2.el7.x86_64/vmlinux ||
readelf -n /usr/lib/debug/lib/modules/3.10.0-514.26.2.el7.x86_64/vmlinux)
| grep Build ==
    Build ID: 9812ec6054800f5f9ee0e65ad9c780c8273200c3

On Wed, Oct 18, 2017 at 12:27 AM, Frank Ch. Eigler <fche@redhat.com> wrote:
> David Smith <dsmith@redhat.com> writes:
>
>> Interesting. This certainly should work. Do your kernel, kernel-devel,
>> and kernel-debuginfo RPMs versions match *exactly*? Show us the output
>> of the following:
>>
>> # rpm -qa | fgrep kernel | sort
>
> See also   # stap-report
>
> But still, if there were a mismatch, so stap had to pull in symbols from
> kallsyms rather than debuginfo e.g., stap's buildid-enforcement should
> preclude an actual misaddress type of problem.
>
> - FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]