https://sourceware.org/bugzilla/show_bug.cgi?id=28263
Florian Weimer <fweimer at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from Florian Weimer <fweimer at redhat dot com> --- I believe this was already fixed as: commit 9aee0992d6e6ec4cce2c015d8da4b61022c6f6dd Author: Mark Wielaard <m...@klomp.org> Date: Wed Aug 4 21:01:27 2021 +0200 tests: Allow an extra pthread_kill frame in backtrace tests glibc 2.34 calls pthread_kill from the raise function. Before raise directly called the (tg)kill syscall. So allow pthread_kill to be the first frame in a backtrace where raise is expected. Also change some asserts to fprintf plus abort to make it more clear why the testcase fails. https://sourceware.org/bugzilla/show_bug.cgi?id=28190 Signed-off-by: Mark Wielaard <m...@klomp.org> *** This bug has been marked as a duplicate of bug 28190 *** -- You are receiving this mail because: You are on the CC list for the bug.