Sujet : Re: "stack smashing detected"
De : malcolm.arthur.mclean (at) *nospam* gmail.com (Malcolm McLean)
Groupes : comp.lang.cDate : 13. Jun 2024, 10:32:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4eeav$26p06$1@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 13/06/2024 09:54, Ben Bacarisse wrote:
valgrind is too hardcore for me (for the hobby C programs I write
anyway).
What does "too hardcore" mean? It's very simple to use and catches more
problems than gcc's runtime checks can. Compile with -g (so you get
line number information) and then run under valgrind:
valgrind is my favourite little utility. It's easy to use, and flushes out bugs very effectively. Unfotunately the Mac won't let me run it
-- Check out my hobby project.http://malcolmmclean.github.io/babyxrc