mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
The drd/tests/tc21_pthonce and drd/tests/annotate_barrier tests would fail if start_thread came from libc (as it does in glibc 2.34) instead of from libpthread. Extract start_thread in filter_stderr.in and update the backtraces in annotate_barrier.stderr.exp and in tc21_pthonce.stderr.exp Tested against glibc 2.34, 2.33 and 2.17 on x86_64.
48 lines
2.1 KiB
Plaintext
48 lines
2.1 KiB
Plaintext
|
|
The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in <valgrind/drd.h>
|
|
at 0x........: barrier_init (annotate_barrier.c:?)
|
|
by 0x........: barriers_and_races (annotate_barrier.c:?)
|
|
by 0x........: main (annotate_barrier.c:?)
|
|
|
|
Thread 2:
|
|
The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
|
|
at 0x........: barrier_wait (annotate_barrier.c:?)
|
|
by 0x........: threadfunc (annotate_barrier.c:?)
|
|
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
|
|
|
|
Thread 3:
|
|
The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
|
|
at 0x........: barrier_wait (annotate_barrier.c:?)
|
|
by 0x........: threadfunc (annotate_barrier.c:?)
|
|
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
|
|
|
|
The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
|
|
at 0x........: barrier_wait (annotate_barrier.c:?)
|
|
by 0x........: threadfunc (annotate_barrier.c:?)
|
|
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
|
|
|
|
Thread 2:
|
|
Conflicting store by thread 2 at 0x........ size 4
|
|
at 0x........: threadfunc (annotate_barrier.c:?)
|
|
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
|
|
by 0x........: start_thread
|
|
Address 0x........ is at offset 0 from 0x......... Allocation context:
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: barriers_and_races (annotate_barrier.c:?)
|
|
by 0x........: main (annotate_barrier.c:?)
|
|
|
|
The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
|
|
at 0x........: barrier_wait (annotate_barrier.c:?)
|
|
by 0x........: threadfunc (annotate_barrier.c:?)
|
|
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
|
|
|
|
Thread 1:
|
|
The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in <valgrind/drd.h>
|
|
at 0x........: barrier_destroy (annotate_barrier.c:?)
|
|
by 0x........: barriers_and_races (annotate_barrier.c:?)
|
|
by 0x........: main (annotate_barrier.c:?)
|
|
|
|
Done.
|
|
|
|
ERROR SUMMARY: 11 errors from 7 contexts (suppressed: 0 from 0)
|