On 28.10.2015 12:04, Marco Cisternino wrote:
> Good morning,
> 
> I'm new on the list and I would like to ask you something about the Valgrind 
> output.
> 
> My c++ code uses a lot of templates so the name of the functions are usually 
> huge.
> 
> When Valgrind finds an error, it prints the type of error and where it 
> happens "at 0x........: name of the function".
> 
> If the name of the function is too long Valgrind cuts it.
> 
> Is there a way to change the maximal length of the function name?

What you describe should have been fixed in the latest
valgrind release 3.11.0
If you are using an older version, function names will be cut
and there is no way to change that with a command line parameter.
If, however, you are using 3.11.0 then this is a bug we want to know
more about. Please file a bug here:
https://bugs.kde.org/enter_bug.cgi?product=valgrind
and include a (small) testcase.

   Florian


------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to