Maybe I am missing something, but
I can't seem to get a decent symbolic dump with valgrind even when I use
--read-var-info=yes
--- quote from the valgrind manual
--read-var-info= [default: no]
When enabled, Valgrind will read information about variable types and
locations from DWARF3 d
On Thu, 2013-09-05 at 16:01 +0900, Chang-Jae Lee wrote:
> Hi,
>
>
> I am a grad-student in KAIST, and I'm working on a project for
> finding bugs or errors.
> Currently I'm following a routine from the paper "Execution
> Suppression: An Automated Iterative Technique for Locating Memory
> Errors.
Hi,
I am a grad-student in KAIST, and I'm working on a project for finding
bugs or errors.
Currently I'm following a routine from the paper "Execution Suppression: An
Automated Iterative Technique for Locating Memory Errors."
It is about finding the root cause of memory error(s) when a program sh