Bug #6622 | Segfaults, bad memory accesses, etc.. | ||
---|---|---|---|
Submitted: | 15 Nov 2004 6:53 | Modified: | 15 Nov 2004 22:08 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Administrator | Severity: | S1 (Critical) |
Version: | 1.0.13 | OS: | Linux (Debian/Linux) |
Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
[15 Nov 2004 6:53]
[ name withheld ]
[15 Nov 2004 22:08]
Alfredo Kojima
I've fixed most of the problems reported by valgrind, but some of them are from Xlib and other libraries that we don't have control over (try valgrind on any X program, even xlogo). I think they're not important anyway. Anyway, thanks for reminding about these problems. They're commited now and should be in the next release, which I think won't take long to be released.
[16 Nov 2004 6:46]
[ name withheld ]
Thanks! Valgrind is a great tool to track down these sort of problems... I think that the best way to do actual automatic regression testing is not only make sure that the output is correct, but also that valgrind doesn't find any new errors in the application.