Comment 17 for bug 2011421

Revision history for this message
Dexuan Cui (decui) wrote :

The segfault no longer repros after I upgraded my glibc:

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

apt update

dpkg -l |grep libc6
ii libc6:amd64 2.35-0ubuntu3.2 amd64 GNU C Library: Shared libraries

apt install libc6

root@ubuntu:~# dpkg -l |grep libc6
ii libc6:amd64 2.35-0ubuntu3.3 amd64 GNU C Library: Shared libraries

update-initramfs -u