]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
More error message uniformization.
authorBart Van Assche <bvanassche@acm.org>
Sun, 2 Mar 2008 18:03:24 +0000 (18:03 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 2 Mar 2008 18:03:24 +0000 (18:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7533

exp-drd/tests/hg03_inherit.stderr.exp
exp-drd/tests/hg04_race.stderr.exp
exp-drd/tests/tc01_simple_race.stderr.exp

index 48eb19a371d9aa33f503bfaa7c13923d5944ec69..274c6a726e120c956fbf9012ecb2870eab857b21 100644 (file)
@@ -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)
index 9f41dc86424e0aed23d048a666142804c0082af7..c713aff4b90431db0d688f8ed2650d23df3f0776 100644 (file)
@@ -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)
index a5b9d885587aca702a6389bfc8f01636ae3e744e..8a2b91a99bcf22c79c69f537bd7dadb507922c77 100644 (file)
@@ -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)