|
From: Paul F. <pa...@so...> - 2022-12-29 20:00:36
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ab1eb2cb7473013e1458630372ee1fde2e4f66e9 commit ab1eb2cb7473013e1458630372ee1fde2e4f66e9 Author: Paul Floyd <pj...@wa...> Date: Thu Dec 29 20:59:25 2022 +0100 Update modified hg04 reference for DRD. Diff: --- drd/tests/hg04_race.stderr.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drd/tests/hg04_race.stderr.exp b/drd/tests/hg04_race.stderr.exp index 5b5969c995..4cc01a213f 100644 --- a/drd/tests/hg04_race.stderr.exp +++ b/drd/tests/hg04_race.stderr.exp @@ -1,8 +1,8 @@ Thread 3: Conflicting load by thread 3 at 0x........ size 4 - at 0x........: th (hg04_race.c:10) - by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + at 0x........: th10 (hg04_race.c:11) + by 0x........: th9 (hg04_race.c:17) Location 0x........ is 0 bytes inside global var "shared" declared at hg04_race.c:6 Other segment start (thread 2) @@ -11,8 +11,8 @@ Other segment end (thread 2) (thread finished, call stack no longer available) Conflicting store by thread 3 at 0x........ size 4 - at 0x........: th (hg04_race.c:10) - by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + at 0x........: th10 (hg04_race.c:11) + by 0x........: th9 (hg04_race.c:17) Location 0x........ is 0 bytes inside global var "shared" declared at hg04_race.c:6 Other segment start (thread 2) |