================================================= ./valgrind-new/gdbserver_tests/mcbreak.stderrB.diff ================================================= --- mcbreak.stderrB.exp 2012-11-08 03:56:00.048033063 +0100 +++ mcbreak.stderrB.out 2012-11-08 03:57:23.128041371 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + vgdb-error value changed from 999999 to 0 n_errs_found 1 n_errs_shown 1 (vgdb-error 0) vgdb-error value changed from 0 to 0 ================================================= ./valgrind-new/gdbserver_tests/mcclean_after_fork.stderrB.diff ================================================= --- mcclean_after_fork.stderrB.exp 2012-11-08 03:56:00.048033063 +0100 +++ mcclean_after_fork.stderrB.out 2012-11-08 03:57:24.818041540 +0100 @@ -1,4 +1,10 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + monitor command request to kill this process Remote connection closed ================================================= ./valgrind-new/gdbserver_tests/mcleak.stderrB.diff ================================================= --- mcleak.stderrB.exp 2012-11-08 03:56:00.048033063 +0100 +++ mcleak.stderrB.out 2012-11-08 03:57:45.458043604 +0100 @@ -1,5 +1,9 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + 10 bytes in 1 blocks are still reachable in loss record ... of ... at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: f (leak-delta.c:14) ================================================= ./valgrind-new/gdbserver_tests/mcmain_pic.stderrB.diff ================================================= --- mcmain_pic.stderrB.exp 2012-11-08 03:56:00.048033063 +0100 +++ mcmain_pic.stderrB.out 2012-11-08 03:57:46.998043758 +0100 @@ -1,2 +1,8 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + ================================================= ./valgrind-new/gdbserver_tests/mcvabits.stderrB.diff ================================================= --- mcvabits.stderrB.exp 2012-11-08 03:56:00.048033063 +0100 +++ mcvabits.stderrB.out 2012-11-08 03:57:51.888044247 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + Address 0x........ len 10 addressable Address 0x........ is 0 bytes inside data symbol "undefined" Address 0x........ len 10 defined ================================================= ./valgrind-new/gdbserver_tests/mssnapshot.stderrB.diff ================================================= --- mssnapshot.stderrB.exp 2012-11-08 03:56:00.048033063 +0100 +++ mssnapshot.stderrB.out 2012-11-08 03:57:54.898044548 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + general valgrind monitor commands: help [debug] : monitor command help. With debug: + debugging commands v.wait [] : sleep (default 0) then continue ================================================= ./valgrind-new/helgrind/tests/tc18_semabuse.stderr.diff ================================================= --- tc18_semabuse.stderr.exp 2012-11-08 03:55:59.788033037 +0100 +++ tc18_semabuse.stderr.out 2012-11-08 04:03:18.698073308 +0100 @@ -21,7 +21,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:37) ================================================= ./valgrind-new/helgrind/tests/tc18_semabuse.stderr.diff-linux-mips32 ================================================= --- tc18_semabuse.stderr.exp-linux-mips32 2012-11-08 03:55:59.788033037 +0100 +++ tc18_semabuse.stderr.out 2012-11-08 04:03:18.698073308 +0100 @@ -18,5 +18,13 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:34) +---------------------------------------------------------------- -ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc18_semabuse.c:37) + + +ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) ================================================= ./valgrind-new/helgrind/tests/tc20_verifywrap.stderr.diff ================================================= --- tc20_verifywrap.stderr.exp 2012-11-08 03:55:59.788033037 +0100 +++ tc20_verifywrap.stderr.out 2012-11-08 04:03:24.178073668 +0100 @@ -218,7 +218,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:245) ================================================= ./valgrind-new/helgrind/tests/tc20_verifywrap.stderr.diff-mips32 ================================================= --- tc20_verifywrap.stderr.exp-mips32 2012-11-08 03:55:59.788033037 +0100 +++ tc20_verifywrap.stderr.out 2012-11-08 04:03:24.178073668 +0100 @@ -35,7 +35,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_join failed - with error code 45 (EDEADLK: Resource deadlock would occur) + with error code 35 (EDEADLK: Resource deadlock would occur) at 0x........: pthread_join_WRK (hg_intercepts.c:...) by 0x........: pthread_join (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:83) @@ -46,7 +46,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_mutex_init failed - with error code 122 (EOPNOTSUPP: Operation not supported on transport endpoint) + with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint) at 0x........: pthread_mutex_init (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:92) @@ -215,6 +215,14 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:242) +---------------------------------------------------------------- + +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc20_verifywrap.c:245) + FIXME: can't figure out how to verify wrap of sem_post @@ -227,4 +235,4 @@ ... -ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 23 errors from 23 contexts (suppressed: 0 from 0) ================================================= ./valgrind-new/helgrind/tests/tc20_verifywrap.stderr.diff-s390x ================================================= --- tc20_verifywrap.stderr.exp-s390x 2012-11-08 03:55:59.798033038 +0100 +++ tc20_verifywrap.stderr.out 2012-11-08 04:03:24.178073668 +0100 @@ -215,6 +215,14 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:242) +---------------------------------------------------------------- + +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc20_verifywrap.c:245) + FIXME: can't figure out how to verify wrap of sem_post @@ -227,4 +235,4 @@ ... -ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 23 errors from 23 contexts (suppressed: 0 from 0) ================================================= ./valgrind-old/cachegrind/tests/chdir.stderr.diff ================================================= --- chdir.stderr.exp 2012-11-08 03:45:07.937967852 +0100 +++ chdir.stderr.out 2012-11-08 03:49:38.867994945 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. I refs: I1 misses: ================================================= ./valgrind-old/cachegrind/tests/clreq.stderr.diff ================================================= --- clreq.stderr.exp 2012-11-08 03:45:07.937967852 +0100 +++ clreq.stderr.out 2012-11-08 03:49:39.147994973 +0100 @@ -0,0 +1 @@ +warning: L4 cache found, using its data for the LL simulation. ================================================= ./valgrind-old/cachegrind/tests/dlclose.stderr.diff ================================================= --- dlclose.stderr.exp 2012-11-08 03:45:07.937967852 +0100 +++ dlclose.stderr.out 2012-11-08 03:49:39.497995008 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. I refs: I1 misses: ================================================= ./valgrind-old/cachegrind/tests/notpower2.stderr.diff ================================================= --- notpower2.stderr.exp 2012-11-08 03:45:07.937967852 +0100 +++ notpower2.stderr.out 2012-11-08 03:49:39.767995035 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. I refs: I1 misses: ================================================= ./valgrind-old/cachegrind/tests/wrap5.stderr.diff ================================================= --- wrap5.stderr.exp 2012-11-08 03:45:07.937967852 +0100 +++ wrap5.stderr.out 2012-11-08 03:49:40.097995068 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. I refs: I1 misses: ================================================= ./valgrind-old/callgrind/tests/notpower2-hwpref.stderr.diff ================================================= --- notpower2-hwpref.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ notpower2-hwpref.stderr.out 2012-11-08 03:49:40.627995121 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Collected : ================================================= ./valgrind-old/callgrind/tests/notpower2-use.stderr.diff ================================================= --- notpower2-use.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ notpower2-use.stderr.out 2012-11-08 03:49:40.917995150 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Collected : ================================================= ./valgrind-old/callgrind/tests/notpower2-wb.stderr.diff ================================================= --- notpower2-wb.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ notpower2-wb.stderr.out 2012-11-08 03:49:41.197995178 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw Collected : ================================================= ./valgrind-old/callgrind/tests/notpower2.stderr.diff ================================================= --- notpower2.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ notpower2.stderr.out 2012-11-08 03:49:41.487995207 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Collected : ================================================= ./valgrind-old/callgrind/tests/simwork-both.stderr.diff ================================================= --- simwork-both.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ simwork-both.stderr.out 2012-11-08 03:49:42.447995303 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Bc Bcm Bi Bim Collected : ================================================= ./valgrind-old/callgrind/tests/simwork-cache.stderr.diff ================================================= --- simwork-cache.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ simwork-cache.stderr.out 2012-11-08 03:49:43.707995429 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Collected : ================================================= ./valgrind-old/callgrind/tests/simwork1.stderr.diff ================================================= --- simwork1.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ simwork1.stderr.out 2012-11-08 03:49:44.647995523 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Collected : ================================================= ./valgrind-old/callgrind/tests/simwork2.stderr.diff ================================================= --- simwork2.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ simwork2.stderr.out 2012-11-08 03:49:45.597995618 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw Collected : ================================================= ./valgrind-old/callgrind/tests/simwork3.stderr.diff ================================================= --- simwork3.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ simwork3.stderr.out 2012-11-08 03:49:46.717995730 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Collected : ================================================= ./valgrind-old/callgrind/tests/threads-use.stderr.diff ================================================= --- threads-use.stderr.exp 2012-11-08 03:45:06.557967714 +0100 +++ threads-use.stderr.out 2012-11-08 03:49:50.107996069 +0100 @@ -1,4 +1,5 @@ +warning: L4 cache found, using its data for the LL simulation. Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Ge sysCount sysTime Collected : ================================================= ./valgrind-old/gdbserver_tests/mcbreak.stderrB.diff ================================================= --- mcbreak.stderrB.exp 2012-11-08 03:45:06.687967727 +0100 +++ mcbreak.stderrB.out 2012-11-08 03:46:31.687976227 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + vgdb-error value changed from 999999 to 0 n_errs_found 1 n_errs_shown 1 (vgdb-error 0) vgdb-error value changed from 0 to 0 ================================================= ./valgrind-old/gdbserver_tests/mcclean_after_fork.stderrB.diff ================================================= --- mcclean_after_fork.stderrB.exp 2012-11-08 03:45:06.687967727 +0100 +++ mcclean_after_fork.stderrB.out 2012-11-08 03:46:33.387976397 +0100 @@ -1,4 +1,10 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + monitor command request to kill this process Remote connection closed ================================================= ./valgrind-old/gdbserver_tests/mcleak.stderrB.diff ================================================= --- mcleak.stderrB.exp 2012-11-08 03:45:06.677967726 +0100 +++ mcleak.stderrB.out 2012-11-08 03:46:54.127978471 +0100 @@ -1,5 +1,9 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + 10 bytes in 1 blocks are still reachable in loss record ... of ... at 0x........: malloc (vg_replace_malloc.c:...) by 0x........: f (leak-delta.c:14) ================================================= ./valgrind-old/gdbserver_tests/mcmain_pic.stderrB.diff ================================================= --- mcmain_pic.stderrB.exp 2012-11-08 03:45:06.687967727 +0100 +++ mcmain_pic.stderrB.out 2012-11-08 03:46:55.667978625 +0100 @@ -1,2 +1,8 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + ================================================= ./valgrind-old/gdbserver_tests/mcvabits.stderrB.diff ================================================= --- mcvabits.stderrB.exp 2012-11-08 03:45:06.687967727 +0100 +++ mcvabits.stderrB.out 2012-11-08 03:47:00.597979118 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + Address 0x........ len 10 addressable Address 0x........ is 0 bytes inside data symbol "undefined" Address 0x........ len 10 defined ================================================= ./valgrind-old/gdbserver_tests/mssnapshot.stderrB.diff ================================================= --- mssnapshot.stderrB.exp 2012-11-08 03:45:06.687967727 +0100 +++ mssnapshot.stderrB.out 2012-11-08 03:47:03.717979430 +0100 @@ -1,5 +1,11 @@ relaying data between gdb and process .... + + vgdb-error value changed from 0 to 999999 + + + + general valgrind monitor commands: help [debug] : monitor command help. With debug: + debugging commands v.wait [] : sleep (default 0) then continue ================================================= ./valgrind-old/helgrind/tests/tc18_semabuse.stderr.diff ================================================= --- tc18_semabuse.stderr.exp 2012-11-08 03:45:06.457967704 +0100 +++ tc18_semabuse.stderr.out 2012-11-08 03:52:27.308011789 +0100 @@ -21,7 +21,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:37) ================================================= ./valgrind-old/helgrind/tests/tc18_semabuse.stderr.diff-linux-mips32 ================================================= --- tc18_semabuse.stderr.exp-linux-mips32 2012-11-08 03:45:06.457967704 +0100 +++ tc18_semabuse.stderr.out 2012-11-08 03:52:27.308011789 +0100 @@ -18,5 +18,13 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc18_semabuse.c:34) +---------------------------------------------------------------- -ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc18_semabuse.c:37) + + +ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) ================================================= ./valgrind-old/helgrind/tests/tc20_verifywrap.stderr.diff ================================================= --- tc20_verifywrap.stderr.exp 2012-11-08 03:45:06.457967704 +0100 +++ tc20_verifywrap.stderr.out 2012-11-08 03:52:32.778012336 +0100 @@ -218,7 +218,7 @@ ---------------------------------------------------------------- Thread #x's call to sem_post failed - with error code 22 (EINVAL: Invalid argument) + with error code 38 (ENOSYS: Function not implemented) at 0x........: sem_post_WRK (hg_intercepts.c:...) by 0x........: sem_post (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:245) ================================================= ./valgrind-old/helgrind/tests/tc20_verifywrap.stderr.diff-mips32 ================================================= --- tc20_verifywrap.stderr.exp-mips32 2012-11-08 03:45:06.457967704 +0100 +++ tc20_verifywrap.stderr.out 2012-11-08 03:52:32.778012336 +0100 @@ -35,7 +35,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_join failed - with error code 45 (EDEADLK: Resource deadlock would occur) + with error code 35 (EDEADLK: Resource deadlock would occur) at 0x........: pthread_join_WRK (hg_intercepts.c:...) by 0x........: pthread_join (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:83) @@ -46,7 +46,7 @@ ---------------------------------------------------------------- Thread #x's call to pthread_mutex_init failed - with error code 122 (EOPNOTSUPP: Operation not supported on transport endpoint) + with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint) at 0x........: pthread_mutex_init (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:92) @@ -215,6 +215,14 @@ by 0x........: sem_wait (hg_intercepts.c:...) by 0x........: main (tc20_verifywrap.c:242) +---------------------------------------------------------------- + +Thread #x's call to sem_post failed + with error code 38 (ENOSYS: Function not implemented) + at 0x........: sem_post_WRK (hg_intercepts.c:...) + by 0x........: sem_post (hg_intercepts.c:...) + by 0x........: main (tc20_verifywrap.c:245) + FIXME: can't figure out how to verify wrap of sem_post @@ -227,4 +235,4 @@ ... -ERROR SUMMARY: 22 errors from 22 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 23 errors from 23 contexts (suppressed: 0 from 0)