[Bug stdio/32869] FAIL: stdio-common/tst-setvbuf2 (hppa, x86-64, aarch64, maybe more)

ykhrustalev at sourceware dot org sourceware-bugzilla@sourceware.org
Tue Jul 8 14:49:42 GMT 2025


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

Yury Khrustalev <ykhrustalev at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ykhrustalev at sourceware dot org

--- Comment #2 from Yury Khrustalev <ykhrustalev at sourceware dot org> ---
The test output includes:

libgcc_s.so.1 must be installed for pthread_cancel to work

And the work-around that works for me on both x86 and aarch64 is to copy
libgcc_s.so.1 into the build folder:

cp $(gcc -print-file-name=libgcc_s.so.1) .

(Use whatever gcc was used to build glibc). After this, this test passes.

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


More information about the Glibc-bugs mailing list