================================================= ./valgrind-old/drd/tests/threaded-fork.stderr.diff ================================================= --- threaded-fork.stderr.exp 2012-10-17 03:45:40.941021040 +0200 +++ threaded-fork.stderr.out 2012-10-17 03:57:03.071078969 +0200 @@ -1,6 +1,30 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) +valgrind: m_scheduler/scheduler.c:1058 (handle_syscall): Assertion '_qq_tst->sched_jmpbuf_valid' failed. + at 0x........: report_and_quit (m_libcassert.c:?) + by 0x........: vgPlain_assert_fail (m_libcassert.c:?) + by 0x........: handle_syscall (scheduler.c:?) + +sched status: + running_tid=1 + +Thread 1: status = VgTs_Runnable + at 0x........: fork (in /...libc...) + by 0x........: main (threaded-fork.c:28) + + +Note: see also the FAQ in the source distribution. +It contains workarounds to several common problems. +In particular, if Valgrind aborted or crashed after +identifying problems in your program, there's a good chance +that fixing those problems will prevent Valgrind aborting or +crashing, especially if it happened in m_mallocfree.c. + +If that doesn't help, please report this bug to: www.valgrind.org + +In the bug report, send all the above text, the valgrind +version, and what OS and version you are using. Thanks. + PASS ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ================================================= ./valgrind-old/helgrind/tests/tc18_semabuse.stderr.diff ================================================= --- tc18_semabuse.stderr.exp 2012-10-17 03:45:09.921018191 +0200 +++ tc18_semabuse.stderr.out 2012-10-17 03:53:40.381060032 +0200 @@ -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-10-17 03:45:09.911018190 +0200 +++ tc18_semabuse.stderr.out 2012-10-17 03:53:40.381060032 +0200 @@ -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-10-17 03:45:09.911018190 +0200 +++ tc20_verifywrap.stderr.out 2012-10-17 03:53:46.491060591 +0200 @@ -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-10-17 03:45:09.921018191 +0200 +++ tc20_verifywrap.stderr.out 2012-10-17 03:53:46.491060591 +0200 @@ -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-old/none/tests/async-sigs.stderr.diff ================================================= --- async-sigs.stderr.exp 2012-10-17 03:45:36.001020601 +0200 +++ async-sigs.stderr.out 2012-10-17 03:51:36.501050512 +0200 @@ -1,8 +1,30 @@ -testing: blocking=0 caught=11 fatal=7... PASSED -testing: blocking=0 caught=11 fatal=1... PASSED -testing: blocking=0 caught=10 fatal=7... PASSED -testing: blocking=0 caught=10 fatal=1... PASSED -testing: blocking=1 caught=11 fatal=7... PASSED -testing: blocking=1 caught=11 fatal=1... PASSED -testing: blocking=1 caught=10 fatal=7... PASSED -testing: blocking=1 caught=10 fatal=1... PASSED +testing: blocking=0 caught=11 fatal=7... +valgrind: m_syswrap/syswrap-main.c:1633 (vgPlain_client_syscall): Assertion 'VG_(is_running_thread)(tid)' failed. + at 0x........: report_and_quit (m_libcassert.c:235) + by 0x........: vgPlain_assert_fail (m_libcassert.c:309) + by 0x........: vgPlain_client_syscall (syswrap-main.c:1633) + by 0x........: handle_syscall (scheduler.c:1058) + +sched status: + running_tid=1 + +Thread 1: status = VgTs_WaitSys + at 0x........: waitpid (in /...libc...) + by 0x........: do_kill (async-sigs.c:53) + by 0x........: test (async-sigs.c:103) + by 0x........: main (async-sigs.c:129) + + +Note: see also the FAQ in the source distribution. +It contains workarounds to several common problems. +In particular, if Valgrind aborted or crashed after +identifying problems in your program, there's a good chance +that fixing those problems will prevent Valgrind aborting or +crashing, especially if it happened in m_mallocfree.c. + +If that doesn't help, please report this bug to: www.valgrind.org + +In the bug report, send all the above text, the valgrind +version, and what OS and version you are using. Thanks. + +kill 44850 failed status=exit 1 ================================================= ./valgrind-old/none/tests/async-sigs.stderr.diff-mips32 ================================================= --- async-sigs.stderr.exp-mips32 2012-10-17 03:45:36.001020601 +0200 +++ async-sigs.stderr.out 2012-10-17 03:51:36.501050512 +0200 @@ -1,8 +1,30 @@ -testing: blocking=0 caught=11 fatal=10... PASSED -testing: blocking=0 caught=11 fatal=1... PASSED -testing: blocking=0 caught=16 fatal=10... PASSED -testing: blocking=0 caught=16 fatal=1... PASSED -testing: blocking=1 caught=11 fatal=10... PASSED -testing: blocking=1 caught=11 fatal=1... PASSED -testing: blocking=1 caught=16 fatal=10... PASSED -testing: blocking=1 caught=16 fatal=1... PASSED +testing: blocking=0 caught=11 fatal=7... +valgrind: m_syswrap/syswrap-main.c:1633 (vgPlain_client_syscall): Assertion 'VG_(is_running_thread)(tid)' failed. + at 0x........: report_and_quit (m_libcassert.c:235) + by 0x........: vgPlain_assert_fail (m_libcassert.c:309) + by 0x........: vgPlain_client_syscall (syswrap-main.c:1633) + by 0x........: handle_syscall (scheduler.c:1058) + +sched status: + running_tid=1 + +Thread 1: status = VgTs_WaitSys + at 0x........: waitpid (in /...libc...) + by 0x........: do_kill (async-sigs.c:53) + by 0x........: test (async-sigs.c:103) + by 0x........: main (async-sigs.c:129) + + +Note: see also the FAQ in the source distribution. +It contains workarounds to several common problems. +In particular, if Valgrind aborted or crashed after +identifying problems in your program, there's a good chance +that fixing those problems will prevent Valgrind aborting or +crashing, especially if it happened in m_mallocfree.c. + +If that doesn't help, please report this bug to: www.valgrind.org + +In the bug report, send all the above text, the valgrind +version, and what OS and version you are using. Thanks. + +kill 44850 failed status=exit 1 ================================================= ./valgrind-old/none/tests/pth_atfork1.stderr.diff ================================================= --- pth_atfork1.stderr.exp 2012-10-17 03:45:35.981020599 +0200 +++ pth_atfork1.stderr.out 2012-10-17 03:51:54.691051846 +0200 @@ -1,3 +1,31 @@ +valgrind: m_scheduler/scheduler.c:1058 (handle_syscall): Assertion '_qq_tst->sched_jmpbuf_valid' failed. + at 0x........: report_and_quit (m_libcassert.c:235) + by 0x........: vgPlain_assert_fail (m_libcassert.c:309) + by 0x........: handle_syscall (scheduler.c:1058) + +sched status: + running_tid=2 + +Thread 2: status = VgTs_Runnable + at 0x........: fork (in /...libc...) + by 0x........: thread (pth_atfork1.c:101) + by 0x........: start_thread (in /lib64/libpthread-2.14.1.so) + by 0x........: ??? (in /...libc...) + + +Note: see also the FAQ in the source distribution. +It contains workarounds to several common problems. +In particular, if Valgrind aborted or crashed after +identifying problems in your program, there's a good chance +that fixing those problems will prevent Valgrind aborting or +crashing, especially if it happened in m_mallocfree.c. + +If that doesn't help, please report this bug to: www.valgrind.org + +In the bug report, send all the above text, the valgrind +version, and what OS and version you are using. Thanks. + +./pth_atfork1: pthread_join res != 0 ================================================= ./valgrind-old/none/tests/pth_atfork1.stdout.diff ================================================= --- pth_atfork1.stdout.exp 2012-10-17 03:45:35.991020600 +0200 +++ pth_atfork1.stdout.out 2012-10-17 03:51:54.481051831 +0200 @@ -1 +0,0 @@ -all ok