|
From: Jeremy F. <je...@go...> - 2005-01-22 17:17:18
|
On Thu, 2005-01-20 at 19:21 +1100, Eyal Lebedinsky wrote: > - run my tests. It should do 11-12 of them before failing > - wait for my tests to hang > - run my zz35 which fails sig 11 (zz35-sig11.log). It fails > consistently for as long as I want. > - 'killall -9 valgrind' to release my failed tests/servers > - without any waiting run my zz35 which works OK again (zz35-ok.log) > > So, stopping the running valgrind instances allowed zz35 to run > OK. There does not seem to be a period where the kernel is in > 'a mood', but rather one needs to ensure all valgrind instances > are stopped. When it is in this state, before you killall -9 valgrind, please run none/tests/faultstatus (natively, not under Valgrind). If this fails, it is definitely a kernel bug. J |