|
From: Nicholas N. <n.n...@gm...> - 2009-07-30 11:48:14
|
On Thu, Jul 30, 2009 at 8:34 PM, Bart Van Assche<bar...@gm...> wrote: > > Another issue (probably a long-standing issue) that I noticed yesterday is > that the backtraces printed by Valgrind seem to depend on subtleties of the > platform Valgrind is running on. On some platforms I see the filename and > linenumber for the stackframe referring to main() (as expected), sometimes I > see "(below main)" printed for the stackframe referring to main() (not > expected). If you use --show-below-main in the latter case you'll get the actual symbol names. Doesn't explain the difference, though. Could be a compiler difference. Nick |