From ab1eb2cb7473013e1458630372ee1fde2e4f66e9 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Thu, 29 Dec 2022 20:59:25 +0100 Subject: [PATCH] Update modified hg04 reference for DRD. --- 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) -- 2.47.2