From: Bart Van Assche Date: Sun, 2 Mar 2008 18:03:24 +0000 (+0000) Subject: More error message uniformization. X-Git-Tag: svn/VALGRIND_3_4_0~985 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebfa7fdded9d28db7c3e0d623a5627379b9bacef;p=thirdparty%2Fvalgrind.git More error message uniformization. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7533 --- diff --git a/exp-drd/tests/hg03_inherit.stderr.exp b/exp-drd/tests/hg03_inherit.stderr.exp index 48eb19a371..274c6a726e 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 9f41dc8642..c713aff4b9 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 a5b9d88558..8a2b91a99b 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)