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)
Sat, Sep 28, 10:34 PM
Unknown Object (File)
Thu, Sep 26, 11:49 PM
Unknown Object (File)
Tue, Sep 24, 5:17 PM
Unknown Object (File)
Tue, Sep 24, 9:00 AM
Unknown Object (File)
Sat, Sep 21, 7:40 PM
Unknown Object (File)
Sat, Sep 21, 8:13 AM
Unknown Object (File)
Fri, Sep 20, 3:08 PM
Unknown Object (File)
Wed, Sep 18, 8:30 AM
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