|
From: Nicholas N. <nj...@ca...> - 2005-01-21 23:25:50
|
On Fri, 21 Jan 2005, Tom Hughes wrote: >> determine what symbol is causing the problem. The symbol name would be >> most helpful, but if that could not be found, the address name would be >> also. At least, it would be helpful when using the 'db-attach' feature. > > Use VALGRIND_CHECK_READABLE on each variable to see which is causing > the problem. Or just break up the conditional into multiple lines, such that only one variable is used on each line. That usually works too. N |