From ebfa7fdded9d28db7c3e0d623a5627379b9bacef Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 2 Mar 2008 18:03:24 +0000 Subject: [PATCH] More error message uniformization. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7533 --- exp-drd/tests/hg03_inherit.stderr.exp | 4 ++-- exp-drd/tests/hg04_race.stderr.exp | 4 ++-- exp-drd/tests/tc01_simple_race.stderr.exp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exp-drd/tests/hg03_inherit.stderr.exp b/exp-drd/tests/hg03_inherit.stderr.exp index 48eb19a37..274c6a726 100644 --- a/exp-drd/tests/hg03_inherit.stderr.exp +++ b/exp-drd/tests/hg03_inherit.stderr.exp @@ -5,7 +5,7 @@ Conflicting store by thread 3 at 0x........ size 4 by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: shared (offset 4, size 8) in hg03_inherit, NONE:BSS +Allocation context: unknown Other segment start (thread 1) at 0x........: pthread_join (drd_intercepts.c:?) by 0x........: main (hg03_inherit.c:49) @@ -19,7 +19,7 @@ Conflicting store by thread 3 at 0x........ size 4 by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: shared (offset 4, size 8) in hg03_inherit, NONE:BSS +Allocation context: unknown Other segment start (thread 1) at 0x........: pthread_join (drd_intercepts.c:?) by 0x........: main (hg03_inherit.c:49) diff --git a/exp-drd/tests/hg04_race.stderr.exp b/exp-drd/tests/hg04_race.stderr.exp index 9f41dc864..c713aff4b 100644 --- a/exp-drd/tests/hg04_race.stderr.exp +++ b/exp-drd/tests/hg04_race.stderr.exp @@ -5,7 +5,7 @@ Conflicting load by thread 2 at 0x........ size 4 by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: shared (offset 0, size 4) in hg04_race, NONE:BSS +Allocation context: unknown Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -16,7 +16,7 @@ Conflicting store by thread 2 at 0x........ size 4 by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: shared (offset 0, size 4) in hg04_race, NONE:BSS +Allocation context: unknown Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) diff --git a/exp-drd/tests/tc01_simple_race.stderr.exp b/exp-drd/tests/tc01_simple_race.stderr.exp index a5b9d8855..8a2b91a99 100644 --- a/exp-drd/tests/tc01_simple_race.stderr.exp +++ b/exp-drd/tests/tc01_simple_race.stderr.exp @@ -1,7 +1,7 @@ Conflicting load by thread 1 at 0x........ size 4 at 0x........: main (tc01_simple_race.c:28) -Allocation context: x (offset 0, size 4) in tc01_simple_race, NONE:BSS +Allocation context: unknown Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -9,7 +9,7 @@ Other segment end (thread 2) Conflicting store by thread 1 at 0x........ size 4 at 0x........: main (tc01_simple_race.c:28) -Allocation context: x (offset 0, size 4) in tc01_simple_race, NONE:BSS +Allocation context: unknown Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2)