[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-03-08 Thread Yi Fan Yu
https://bugs.kde.org/show_bug.cgi?id=432870 --- Comment #10 from Yi Fan Yu --- tested on qemuarm64 and qemux86-64 with glibc2.33 thanks. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-03-08 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=432870 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-03-08 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=432870 Mark Wielaard changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-03-07 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=432870 --- Comment #7 from Philippe Waroquiers --- Created attachment 136473 --> https://bugs.kde.org/attachment.cgi?id=136473=edit fix nlcontrolc.vgtest blocking on arm64 or newer glibc Attach patch should fix the blockage. Tested on debian 10/amd64 and

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-02-27 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=432870 Mark Wielaard changed: What|Removed |Added CC||philippe.waroquiers@skynet.

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-02-20 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=432870 --- Comment #5 from Mark Wielaard --- *** Bug 427931 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-02-17 Thread Yi Fan Yu
https://bugs.kde.org/show_bug.cgi?id=432870 --- Comment #4 from Yi Fan Yu --- here are my findings i summarized to the yocto bugboard. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14223 ## what changed in this patch to cause it to fail? timeout argument the user passes no longer makes

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-02-17 Thread Yi Fan Yu
https://bugs.kde.org/show_bug.cgi?id=432870 --- Comment #3 from Yi Fan Yu --- Here is a working call to sleepers *without* the select update patch in 2.33 it used to directly passes timeout to the underlying syscall. With 2.33, it doesn't anymore ```

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-02-17 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=432870 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org --- Comment #2 from Mark

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-02-16 Thread Yi Fan Yu
https://bugs.kde.org/show_bug.cgi?id=432870 --- Comment #1 from Yi Fan Yu --- this commit for glibc (present in 2.33 but not 2.32) is causing this test to fail when i rebuilt glibc with a patch to revert this commit, the test passes. ``` commit 2433d39b69743f100f972e7886f91a2e21795ef0 Author: