This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug libc/25352] dl_naudit wrong offset in struct rtld_global_ro on 32 bit ARMv7


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

--- Comment #3 from Lukasz Majewski <lukma at denx dot de> ---
(gdb) info proc map
process 1136
Mapped address spaces:

        Start Addr   End Addr       Size     Offset objfile
          0x400000   0x408000     0x8000        0x0 /usr/bin/test_n2038
          0x417000   0x418000     0x1000     0x7000 /usr/bin/test_n2038
          0x418000   0x419000     0x1000     0x8000 /usr/bin/test_n2038
        0x76ea8000 0x76eba000    0x12000        0x0
/opt/lib/libpthread-2.30.9000.so
        0x76eba000 0x76ec9000     0xf000    0x12000
/opt/lib/libpthread-2.30.9000.so
        0x76ec9000 0x76eca000     0x1000    0x11000
/opt/lib/libpthread-2.30.9000.so
        0x76eca000 0x76ecb000     0x1000    0x12000
/opt/lib/libpthread-2.30.9000.so
        0x76ecb000 0x76ecd000     0x2000        0x0
        0x76ecd000 0x76fac000    0xdf000        0x0 /opt/lib/libc-2.30.9000.so
        0x76fac000 0x76fbb000     0xf000    0xdf000 /opt/lib/libc-2.30.9000.so
        0x76fbb000 0x76fbd000     0x2000    0xde000 /opt/lib/libc-2.30.9000.so
        0x76fbd000 0x76fbe000     0x1000    0xe0000 /opt/lib/libc-2.30.9000.so
        0x76fbe000 0x76fc1000     0x3000        0x0
        0x76fc1000 0x76fc6000     0x5000        0x0 /opt/lib/librt-2.30.9000.so
        0x76fc6000 0x76fd5000     0xf000     0x5000 /opt/lib/librt-2.30.9000.so
        0x76fd5000 0x76fd6000     0x1000     0x4000 /opt/lib/librt-2.30.9000.so
        0x76fd6000 0x76fd7000     0x1000     0x5000 /opt/lib/librt-2.30.9000.so
        0x76fd7000 0x76fef000    0x18000        0x0 /lib/ld-2.28.so
        0x76ff9000 0x76ffb000     0x2000        0x0
        0x76ffb000 0x76ffc000     0x1000        0x0 [sigpage]
        0x76ffc000 0x76ffd000     0x1000        0x0 [vvar]
        0x76ffd000 0x76ffe000     0x1000        0x0 [vdso]
        0x76ffe000 0x76fff000     0x1000    0x17000 /lib/ld-2.28.so
        0x76fff000 0x77000000     0x1000    0x18000 /lib/ld-2.28.so
        0x7efdf000 0x7f000000    0x21000        0x0 [stack]
        0xffff0000 0xffff1000     0x1000        0x0 [vectors]

Indeed, the ld.so is from 2.28. If the mismatch is not supported, then I will
update ld.so as well.

Thanks for pointing this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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