]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Limited the number of callers printed in stackframes to two for the hg03_inherit...
authorBart Van Assche <bvanassche@acm.org>
Tue, 21 Jul 2009 15:35:55 +0000 (15:35 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 21 Jul 2009 15:35:55 +0000 (15:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10508

drd/tests/hg03_inherit.stderr.exp
drd/tests/hg03_inherit.vgtest

index 73458d3269fccb07428cdc01160938df8374e2cc..6bc33b4be46ade5fd5e9c99179be973e051b0176 100644 (file)
@@ -3,16 +3,12 @@ Thread 3:
 Conflicting store by thread 3 at 0x........ size 4
    at 0x........: t2 (hg03_inherit.c:28)
    by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
-   by 0x........: (within libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside shared[1],
 declared at hg03_inherit.c:11, in frame #? of thread 3
 
 Conflicting store by thread 3 at 0x........ size 4
    at 0x........: t2 (hg03_inherit.c:29)
    by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
-   by 0x........: (within libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside shared[1],
 declared at hg03_inherit.c:11, in frame #? of thread 3
 
index b7209c91ea5d7fdc67f85fba8f991d9656de8afd..a72edf418ae0ebc932e5b2c5149e72bdb743c9b9 100644 (file)
@@ -1,3 +1,3 @@
 prereq: ./supported_libpthread
-vgopts: --show-confl-seg=no --var-info=yes --auto-run-dsymutil=yes
+vgopts: --show-confl-seg=no --var-info=yes --auto-run-dsymutil=yes --num-callers=2
 prog: ../../helgrind/tests/hg03_inherit