paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

drd/tests/sigalrm is failing [x86, clang only] #136

Closed paulfloyd closed 2 years ago

paulfloyd commented 4 years ago

I thought that this was the same problem as the signal issue with gdbserver_tests/nlpasssigalrm, issue #122

However the fix for #122 did not correct this one.

Here is the callstack

Process terminating with default action of signal 11 (SIGSEGV) Access not within mapped region at address 0x........ at 0x........: (within libpthread-?.?.so) by 0x........: (within libpthread-?.?.so) by 0x........: ??? (in /usr/home/paulf/freebsd_valgrind/drd/drd-x86-freebsd) by 0x........: sleep (in /...libc...) by 0x........: thread_func (sigalrm.c:?) by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) by 0x........: (within libpthread-?.?.so)

paulfloyd commented 2 years ago

Looks good with https://bugs.kde.org/show_bug.cgi?id=445032