mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
More error message uniformization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7533
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user