https://bugzilla.kernel.org/show_bug.cgi?id=215769 --- Comment #2 from Alejandro Colomar (man-pages) (alx.manpages@xxxxxxxxx) --- On 3/30/22 02:48, Alejandro Colomar (man-pages) wrote: > $ uname -a > Linux ADY-debian-11 5.16.0-5-amd64 #1 SMP PREEMPT Debian 5.16.14-1 > (2022-03-15) x86_64 GNU/Linux > $ /lib/x86_64-linux-gnu/libc.so.6 | head -n1 > GNU C Library (Debian GLIBC 2.33-7) release release version 2.33. On (almost?) any system, you should be able to run the following program to get the libc version: $ which ld | xargs ldd | sed -n '/libc\b/s/.* \(\/[^ ]* \).*/\1/p' | xargs sh -c | head -n1 GNU C Library (Debian GLIBC 2.33-7) release release version 2.33. [...] > If you can confirm the bug with this program, please send your system > details (most importantly, kernel and libc versions). > -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.