|
From: Nicholas N. <n.n...@gm...> - 2009-08-13 16:24:29
|
Nightly build on ocean ( Ubuntu 9.04, x86_64 )
Started at 2009-08-14 02:00:01 EST
Ended at 2009-08-14 02:24:16 EST
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 530 tests, 2 stderr failures, 0 stdout failures, 0 post failures ==
helgrind/tests/pth_spinlock (stderr)
helgrind/tests/tc06_two_races_xml (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 530 tests, 3 stderr failures, 1 stdout failure, 0 post failures ==
none/tests/stackgrowth (stdout)
none/tests/stackgrowth (stderr)
helgrind/tests/pth_spinlock (stderr)
helgrind/tests/tc06_two_races_xml (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short Fri Aug 14 02:12:07 2009
--- new.short Fri Aug 14 02:24:16 2009
***************
*** 8,12 ****
! == 530 tests, 3 stderr failures, 1 stdout failure, 0 post failures ==
! none/tests/stackgrowth (stdout)
! none/tests/stackgrowth (stderr)
helgrind/tests/pth_spinlock (stderr)
--- 8,10 ----
! == 530 tests, 2 stderr failures, 0 stdout failures, 0 post failures ==
helgrind/tests/pth_spinlock (stderr)
=================================================
./valgrind-new/helgrind/tests/pth_spinlock.stderr.diff
=================================================
--- pth_spinlock.stderr.exp 2009-08-14 02:12:25.000000000 +1000
+++ pth_spinlock.stderr.out 2009-08-14 02:21:49.000000000 +1000
@@ -1,2 +1,35 @@
Start of test.
+Thread #x was created
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (pth_spinlock.c:46)
+
+Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which does not support recursion
+ at 0x........: pthread_spin_lock (hg_intercepts.c:...)
+ by 0x........: thread_func (pth_spinlock.c:27)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+Thread #x was created
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (pth_spinlock.c:46)
+
+Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which does not support recursion
+ at 0x........: pthread_spin_lock (hg_intercepts.c:...)
+ by 0x........: thread_func (pth_spinlock.c:27)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+Thread #x was created
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (pth_spinlock.c:46)
+
+Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which does not support recursion
+ at 0x........: pthread_spin_lock (hg_intercepts.c:...)
+ by 0x........: thread_func (pth_spinlock.c:27)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
Test successful.
=================================================
./valgrind-new/helgrind/tests/tc06_two_races_xml.stderr.diff
=================================================
--- tc06_two_races_xml.stderr.exp 2009-08-14 02:12:25.000000000 +1000
+++ tc06_two_races_xml.stderr.out 2009-08-14 02:21:55.000000000 +1000
@@ -44,11 +44,6 @@
<frame>
<ip>0x........</ip>
<obj>...</obj>
- <fn>do_clone</fn>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<fn>pthread_create@@GLIBC_2.2.5</fn>
</frame>
<frame>
@@ -294,6 +289,7 @@
<xauxwhat><text>declared at tc06_two_races.c:9</text> <file>tc06_two_races.c</file> <line>...</line> </xauxwhat>
</error>
+
<status>
<state>FINISHED</state>
<time>...</time>
=================================================
./valgrind-old/helgrind/tests/pth_spinlock.stderr.diff
=================================================
--- pth_spinlock.stderr.exp 2009-08-14 02:00:24.000000000 +1000
+++ pth_spinlock.stderr.out 2009-08-14 02:09:42.000000000 +1000
@@ -1,2 +1,13 @@
Start of test.
+Thread #x was created
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (pth_spinlock.c:46)
+
+Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which does not support recursion
+ at 0x........: pthread_spin_lock (hg_intercepts.c:...)
+ by 0x........: thread_func (pth_spinlock.c:27)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
Test successful.
=================================================
./valgrind-old/helgrind/tests/tc06_two_races_xml.stderr.diff
=================================================
--- tc06_two_races_xml.stderr.exp 2009-08-14 02:00:24.000000000 +1000
+++ tc06_two_races_xml.stderr.out 2009-08-14 02:09:47.000000000 +1000
@@ -44,11 +44,6 @@
<frame>
<ip>0x........</ip>
<obj>...</obj>
- <fn>do_clone</fn>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<fn>pthread_create@@GLIBC_2.2.5</fn>
</frame>
<frame>
@@ -294,6 +289,7 @@
<xauxwhat><text>declared at tc06_two_races.c:9</text> <file>tc06_two_races.c</file> <line>...</line> </xauxwhat>
</error>
+
<status>
<state>FINISHED</state>
<time>...</time>
=================================================
./valgrind-old/none/tests/stackgrowth.stderr.diff
=================================================
--- stackgrowth.stderr.exp 2009-08-14 02:01:17.000000000 +1000
+++ stackgrowth.stderr.out 2009-08-14 02:09:04.000000000 +1000
@@ -1,2 +1,127 @@
+valgrind: m_scheduler/scheduler.c:1199 (vgPlain_scheduler): the 'impossible' happened.
+valgrind: VG_(scheduler), phase 3: run_innerloop detected host state invariant failure
+ at 0x........: report_and_quit (m_libcassert.c:145)
+ by 0x........: vgPlain_assert_fail (m_libcassert.c:217)
+ by 0x........: vgPlain_scheduler (scheduler.c:1224)
+ by 0x........: run_a_thread_NORETURN (syswrap-linux.c:91)
+
+sched status:
+ running_tid=1
+
+Thread 1: status = VgTs_Runnable
+ at 0x........: test (stackgrowth.c:15)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
+ by 0x........: test (stackgrowth.c:14)
<truncated beyond 100 lines>
=================================================
./valgrind-old/none/tests/stackgrowth.stdout.diff
=================================================
--- stackgrowth.stdout.exp 2009-08-14 02:01:17.000000000 +1000
+++ stackgrowth.stdout.out 2009-08-14 02:09:03.000000000 +1000
@@ -1 +0,0 @@
-PASSED
|