]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/helgrind/tests/free_is_write.stderr.exp
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / helgrind / tests / free_is_write.stderr.exp
1
2 Start.
3 Thread #x was created
4    ...
5    by 0x........: pthread_create@* (hg_intercepts.c:...)
6    by 0x........: main (free_is_write.c:32)
7
8 Thread #x is the program's root thread
9
10 Possible data race during write of size 1 at 0x........ by thread #x
11    at 0x........: free (vg_replace_malloc.c:...)
12    by 0x........: thread_func (free_is_write.c:15)
13    by 0x........: mythread_wrapper (hg_intercepts.c:...)
14    ...
15  This conflicts with a previous read of size 1 by thread #x
16    at 0x........: main (free_is_write.c:36)
17
18 Done.
19
20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)