https://bugs.kde.org/show_bug.cgi?id=396290

Ivo Raisr <iv...@ivosh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |iv...@ivosh.net

--- Comment #5 from Ivo Raisr <iv...@ivosh.net> ---
Thank you for sharing this tool with the Valgrind community.
I can see value of this tool in its systemic way in which it fails the
application and taking a central place in an automated solution for checking
memory allocation problems.

The idea of storing call stacks instead of hashes is of course welcome, as it
is much more user friendly and configurable.

Please could you also fix some small problems in your code, such as using
"naked" C types (char), missing space between 'if' and '{'. Also do not include
system files (fcntl.h) - use Valgrind's own ones (VKI_O_RDONLY etc.).

As regards '--depth' command line argument, please could you explain why
existing --num-callers is not suitable to use?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to