[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#983457: libc6-i386: /lib32/libpthread-2.31.so with debug symbols is installed instead of a stripped version



control: notfound -1 2.31-13+deb11u3
control: notfound -1 2.33-7
control: close -1

On 2022-04-06 11:18, Mathieu Malaterre wrote:
> Control: found -1 2.33-7
> 
> Here is what I see from my sid schroot (amd64) today:
> 
> % file /lib32/libpthread-2.33.so /lib/x86_64-linux-gnu/libpthread-2.33.so
> /lib32/libpthread-2.33.so:                ELF 32-bit LSB shared
> object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter
> /lib/ld-linux.so.2,
> BuildID[sha1]=219fd74148d97cff079eb2f985248736a99b97e4, for GNU/Linux
> 3.2.0, not stripped
> /lib/x86_64-linux-gnu/libpthread-2.33.so: ELF 64-bit LSB shared
> object, x86-64, version 1 (SYSV), dynamically linked, interpreter
> /lib64/ld-linux-x86-64.so.2,
> BuildID[sha1]=18adf73bf752fe671bdf5c046f15dda9c293834d, for GNU/Linux
> 3.2.0, not stripped

Nope the bug has really been fixed. What happens there is that we don't
remove the non-dynamic symbol table so that GDB can still work on
multithreaded programs, but the debug symbols are not present. You can
check that yourself by running strip --strip-debug on (a copy of) those
files and check that they are unchanged.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net


Reply to: