This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, jcea, ncoghlan, vstinner
Date 2008-09-23.22:47:22
SpamBayes Score 4.5699444e-09
Marked as misclassified No
Message-id <200809240047.27275.victor.stinner@haypocalc.com>
In-reply-to <1222208654.01.0.595077949995.issue3885@psf.upfronthosting.co.za>
Content
> Would be nice to use that fuzzer myself. Details, please :).

It's not the best place to explain it, so I will try explain shortly:
* install fusil 1.0: use mandriva/debian packages, or use sources
* (create fusil user group)
* run "sudo fusil-python --module=_bsddb"

The best way is to use the trunk version (without installation)!
----
cd <your fusil home>
svn co http://python-ptrace.hachoir.org/svn/trunk python-ptrace
svn co http://fusil.hachoir.org/svn/trunk fusil
export PYTHONPATH=$PWD/python-ptrace/ptrace:$PWD/fusil:$PYTHONPATH
sudo <your python interpreter> ./fusil/fuzzer/fusil-python --module=_bsddb
----
(refer to python-ptrace/INSTALL and fusil/INSTALL)

You have to run the fuzzer as root to be able to run child processes as the 
fusil user. Never run fusil as root or it will kill you(r computer)!

See also http://fusil.hachoir.org/trac/wiki/Contact
History
Date User Action Args
2008-09-23 22:47:24vstinnersetrecipients: + vstinner, jcea, amaury.forgeotdarc, ncoghlan
2008-09-23 22:47:23vstinnerlinkissue3885 messages
2008-09-23 22:47:22vstinnercreate