On Sat, 2004-04-24 at 15:49, Brian Paul wrote:
When a program segfaults in free(), it's usually because of a memory error (writing out of bounds, bouble-freeing a block, etc.).
valgrind will easily find such errors. Once you have it built/installed, just run 'valgrind myApplication' and see what's printed out.
-Brian
sorry: wrong txt, now the correct one (I hope)
seems that I don't have any ~/.valgrindrc
have someone one example of this file ?
I've never needed a .valgrindrc file.
Try valgrind `which foobillard`
-Brian
------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg297 -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
