]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
read_and_free_race test: Reduced number of stack frames to three.
authorBart Van Assche <bvanassche@acm.org>
Sat, 12 Mar 2011 16:28:29 +0000 (16:28 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 12 Mar 2011 16:28:29 +0000 (16:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11638

drd/tests/read_and_free_race.stderr.exp
drd/tests/read_and_free_race.vgtest

index 6cc15996743025a82af636a8d4aa18e21e4581fc..83b1f0116dfcdc61402c675674816593fa79f4f4 100644 (file)
@@ -5,7 +5,6 @@ Conflicting store by thread 2 at 0x........ size 10
    at 0x........: free (vg_replace_malloc.c:...)
    by 0x........: thread_func (free_is_write.c:?)
    by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
-   by 0x........: (within libpthread-?.?.so)
 Address 0x........ is at offset 0 from 0x......... Allocation context:
    at 0x........: malloc (vg_replace_malloc.c:...)
    by 0x........: main (free_is_write.c:?)
index b927edd380b6c1eca5e5bbd1cd520eea4944b4e5..eac2d097b0d749aabfca21eb3133589dfe128ddd 100644 (file)
@@ -1,2 +1,2 @@
 prog: ../../helgrind/tests/free_is_write
-vgopts: --free-is-write=yes --show-confl-seg=no
+vgopts: --free-is-write=yes --num-callers=3 --show-confl-seg=no