|
From: Nicholas N. <n.n...@gm...> - 2009-08-14 11:10:09
|
On Fri, Aug 14, 2009 at 9:04 PM, Alexander Potapenko<gl...@go...> wrote: > Nightly build on mcgrind ( Darwin 9.7.0 i386 ) > Started at 2009-08-14 14:44:07 MSD > Ended at 2009-08-14 15:02:10 MSD > Results differ from 24 hours ago > ================================================= > ./valgrind-new/helgrind/tests/hg03_inherit.stderr.diff > ================================================= > --- hg03_inherit.stderr.exp 2009-08-14 14:52:53.000000000 +0400 > +++ hg03_inherit.stderr.out 2009-08-14 15:00:05.000000000 +0400 > @@ -1,4 +1,7 @@ > > +warning: evaluate_Dwarf3_Expr: unhandled DW_OP_ 0x........ > +warning: evaluate_Dwarf3_Expr: unhandled DW_OP_ 0x........ > +warning: evaluate_Dwarf3_Expr: unhandled DW_OP_ 0x........ > Thread #x was created > ... > by 0x........: pthread_create@* (hg_intercepts.c:...) This warning is causing lots of test failures on that machine, but it's hard to understand because details are being filtered out. Can you rerun the test by hand (ie. "valgrind --tool=helgrind --read-var-info=yes helgrind/tests/hg03_inherit") and post the non-filtered results? Thanks. Nick |