Page MenuHomeFreeBSD

rtld: fix display of the mapbase for the traced objects
ClosedPublic

Authored by kib on Aug 14 2022, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 4:04 AM
Unknown Object (File)
Tue, Sep 16, 9:15 PM
Unknown Object (File)
Sep 11 2025, 11:36 PM
Unknown Object (File)
Sep 11 2025, 1:17 PM
Unknown Object (File)
Sep 9 2025, 3:43 PM
Unknown Object (File)
Aug 19 2025, 9:31 PM
Unknown Object (File)
Aug 12 2025, 9:55 PM
Unknown Object (File)
Jul 6 2025, 7:13 PM
Subscribers

Details

Summary
Commit 24d0c9c1f565bab6e introduced the following regression:
% ldd /bin/ls
~/work/DEV/src
/bin/ls:
        libutil.so.9 => /lib/libutil.so.9 (0x1021000)
        libncursesw.so.9 => /lib/libncursesw.so.9 (0x1021000)
        libc.so.7 => /lib/libc.so.7 (0x1021000)
Note that the base address is the same for all displayed libraries.

Fix it by passing correct object to trace_print_obj().

Fixes:  24d0c9c1f565bab6e

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable