Michael Eager wrote: > Does anyone have any suggestions on how to get one of > these tests to fail consistently, or a different approach > to finding the cause of the intermittent failures?
Perhaps hack the testsuite to run the tests under gdb, setting a breakpoint on abort() that causes it to dump core? Then at least you'd be able to get a backtrace and see some state post-mortem. Of course, being a Heisenbug, it'll probably stop appearing when run under a debugger! cheers, DaveK