|
From: Julian S. <js...@ac...> - 2007-10-28 15:00:03
|
You might want to svn up to >= r7047 and try the new flags shown below. They may help make sense of the reports (or not, just cause confusion and slow the tool down :-( J Add new flags --trace-addr and --trace-level, which cause all state changes for a given address to be logged. Intended to help track down the root causes of races. At --trace-level=2, a complete stack trace is printed every time the location specified with --trace-addr changes state. At --trace-level=1 (the default) just a 1-line summary for each state change is printed. |