mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
The interesting part is the demangled backtrace in the error message. Suppress the memory allocation/blocks summary which can differ slightly depending on the underlying arch/libs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15308
6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: abc::def<int, magic<int> >::xyzzy(int*, magic<int>*) (demangle.cpp:9)
|
|
by 0x........: magic<int>::xyzzy(int*) (demangle.cpp:19)
|
|
by 0x........: main (demangle.cpp:27)
|
|
|