[Csv] valgrind output
Skip Montanaro
skip at pobox.com
Sat Jan 8 06:03:07 CET 2005
I compiled Python in an up-to-date cvs sandbox and ran
./python ../Lib/test/regrtest.py test_csv
under control of "valgrind --tool=memcheck" with the default valgrind
suppression file that comes with the Python distribution. I've attached the
output. If you search for "csv" you'll see where the "test_csv" line is
emitted and where valgrind finds suspicious memory activity during the
test.
I'm not much of a valgrind person, having only used it once or twice, so I
didn't bother at this stage to dig into the output. If there's more I can
do, let me know and I'll make some more runs.
Skip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: csvtest.log
Type: application/octet-stream
Size: 57154 bytes
Desc: not available
Url : http://mail.python.org/pipermail/csv/attachments/20050107/64914c09/attachment.obj
More information about the Csv
mailing list