Charles-Francois Natali <neolo...@free.fr> added the comment:

> The code that is segfaulting is using pycrypto and sqlite3, so it may be that 
> a bug in one of these is trampling on something.  No idea how to investigate 
> any further. 

You could try valgrind:
$ valgrind --tool=memcheck -o /tmp/output.log <prog> arguments

This slows down the execution, but can reveal certain types of memory 
corruption.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5091>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to