|
From: Bart V. A. <bar...@gm...> - 2009-07-16 16:40:44
|
On Thu, Jul 16, 2009 at 6:26 PM, Nicholas Nethercote <n.n...@gm...> wrote: > Nightly build on ocean ( Ubuntu 9.04, x86_64 ) > Started at 2009-07-17 02:00:01 EST > Ended at 2009-07-17 02:26:40 EST > [ ... ] > ================================================= > ./valgrind-new/drd/tests/unit_vc.stderr.diff > ================================================= > --- unit_vc.stderr.exp 2009-07-17 02:15:09.000000000 +1000 > +++ unit_vc.stderr.out 2009-07-17 02:26:17.000000000 +1000 > @@ -1,5 +1,32 @@ > -vc1: [ 3: 7, 5: 8 ] > -vc2: [ 1: 4, 3: 9 ] > -vc3: [ 1: 4, 3: 9, 5: 8 ] > -vc_lte(vc1, vc2) = 0, vc_lte(vc1, vc3) = 1, vc_lte(vc2, vc3) = 1 > -vc_lte([ 1: 3, 2: 1 ], [ 1: 4 ]) = 0 sw 0 > + > +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:?) > + by 0x........: vgPlain_assert_fail (m_libcassert.c:?) > + by 0x........: vgPlain_scheduler (scheduler.c:?) > + by 0x........: run_a_thread_NORETURN (syswrap-linux.c:91) > + > +sched status: > + running_tid=1 > + > +Thread 1: status = VgTs_Runnable > + at 0x........: vfprintf (in /...libc...) > + by 0x........: ??? (in /...libc...) > + by 0x........: vfprintf (in /...libc...) > + by 0x........: fprintf (in /...libc...) > + by 0x........: vc_unittest (unit_vc.c:?) > + by 0x........: main (unit_vc.c:?) > + > + > +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. Hello Nick, Is the above reproducible ? Have these results been obtained on a non-virtual or on a virtual machine ? Bart. |