[SciPy-dev] Segfaults with weave

Travis Oliphant oliphant at ee.byu.edu
Thu Nov 27 16:35:47 EST 2003


With Python 2.3.2 on Mandrake 9.2  I ran into trouble with segfaults and 
weave.

I traced the problem to bsddb module in Python 2.3.2.

Apparently it segfaults under my configuration when trying to open a file.


If you are running Python 2.3.2 could you try

import bsddb

bsddb.hashopen('anyfile','c')

and see if that works for you.

I fixed the problem by remmoving _bsddb.so  (so that anydbm doesn't use 
the bsddb module as a db).

Now, weave works fine.

Could somebody else veryify to see if bsddb is working on Python 2.3.2 
for you?

-Travis Oliphant




More information about the SciPy-Dev mailing list