Opened at 2009-06-30T02:10:22Z
Closed at 2010-09-04T20:42:22Z
#25 closed enhancement (fixed)
valgrind builder
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Version: | 0.5.1 | Keywords: | development tools, automation |
Cc: | Launchpad Bug: |
Description
We've had more than one issue or potential issue in pycryptopp where checking it with valgrind helps. So far, none of the issues have turned out to be detected by valgrind, but knowing that it is valgrind-clean helps exclude a couple of classes of common bugs from consideration as explanations of the issue. Also, of course, we might someday commit a patch to pycryptopp that has an error that is detected by valgrind. It would be nice to have a builder that runs the pycryptopp unit tests under valgrind. The developer can always do this manually, but having it done automatically might catch a bug if the build flags or the CPU architecture or something differ between the developer's machine and the buildslave.
Change History (1)
comment:1 Changed at 2010-09-04T20:42:22Z by zooko
- Resolution set to fixed
- Status changed from new to closed
Yay we have valgrind running on many (linux) platforms.