Comment 21 for bug 1918035

Revision history for this message
Simon Chopin (schopin) wrote :

This has actually been fixed in 2.31-0ubuntu9.9, but the fix is to switch away from the old filename-based pattern to the build-id system, which means you won't be able to find using `dpkg -L libc6-dbg | grep /ld-2.31`. You can find the build ID using eu-readelf:

$ eu-readelf -n /lib/x86_64-linux-gnu/ld-2.31.so | grep 'Build ID'
    Build ID: 4587364908de169dec62ffa538170118c1c3a078
$ dpkg -L libc6-dbg | grep 87364908de169dec62ffa538170118c1c3a078 # strip the first 2 chars as they're in the dir name
/usr/lib/debug/.build-id/45/87364908de169dec62ffa538170118c1c3a078.debug

Marking as Fix Released.