Re: [Valgrind-users] Atos can find line of an address, but valgrind doesn't print it.

2013-01-21 Thread Nick Overdijk
--dsymutil=yes ? J On 01/20/2013 10:50 PM, Nick Overdijk wrote: Howdy! I have a nice stacktrace from some memory error in valgrind, and it fails to print the source file + line number somewhere. Here's the trace: ==63113== Conditional jump or move depends on uninitialised value(s

Re: [Valgrind-users] Are these series bugs?

2012-01-18 Thread Nick Overdijk
Depends on a lot of things. You can determine for yourself if leaks are bad, but the other errors, such as invalid access, you want to fix. Always. On 18 jan. 2012, at 18:05:10, Hailong Xiao wrote: Hi I just started to use valgrind. I got the following errors. Are these series bugs? My