More error message uniformization.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7533
This commit is contained in:
Bart Van Assche
2008-03-02 18:03:24 +00:00
parent c9606c6b8d
commit ebfa7fdded
3 changed files with 6 additions and 6 deletions

View 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)

View 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)

View 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)