mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 20:50:56 +00:00
r13876 was a workaround for false ordering introduced by platform-specific (Solaris) code. The conclusion of an off-list discussion was that this has to be solved in the drd tool itself and not by modifying test programs. Hence this revert. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13980
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
|
|
Start of test.
|
|
Conflicting load by thread x at 0x........ size 4
|
|
at 0x........: thread_func_2 (atomic_var.c:?)
|
|
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
|
|
Location 0x........ is 0 bytes inside global var "s_y"
|
|
declared at atomic_var.c:35
|
|
|
|
y = 1
|
|
Test finished.
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|