[tahoe-dev] [pycryptopp] #19: Segmentation fault in HashMultipleBlocks
pycryptopp
trac at allmydata.org
Mon Apr 27 11:45:20 PDT 2009
#19: Segmentation fault in HashMultipleBlocks
---------------------+------------------------------------------------------
Reporter: francois | Owner:
Type: defect | Status: new
Priority: major | Version: 0.5.1
Keywords: | Launchpad_bug:
---------------------+------------------------------------------------------
Comment(by zooko):
Thank you for the bug report! Could you please get the pycryptopp source
code itself and try something like the following to see if pycryptopp
reliably passes its own unit tests on your system:
{{{
/bin/true
while [ $? = 0 ] ; do
python ./setup.py test
done
}}}
--
Ticket URL: <http://allmydata.org/trac/pycryptopp/ticket/19#comment:1>
pycryptopp <http://allmydata.org/trac/pycryptopp>
Python bindings for the Crypto++ library
More information about the tahoe-dev
mailing list