|
From: Julian S. <js...@ac...> - 2011-11-24 13:33:50
|
On Thursday, November 24, 2011, Peter Toft wrote: > Since my problem happens very > seldom, one follow-up question is whether I can combine --tool=memtool > and --tool=drd in one run? No, you can't. But note: it might be that the problem occurs all the time (a race of some kind, for example) but that you only ever observe its effect via memcheck very seldom. So it might be that Helgrind or DRD can tell you something about it even in the 99.whatever% of cases that you think the problem does not occur in. (this is only a guess, btw ..) J |