bsddb crashes on windows

Skip Montanaro skip at pobox.com
Mon Mar 10 09:42:20 EST 2003


    Vijay> I tried using bsddb3-4.1.0.win32-py2.2.exe on WinXP with Python
    Vijay> 2.2.1.  Iterating through a btree seems to be resulting a in open
    Vijay> Handles ...

    Skip> It looks like you filed a bug report about this with the
    Skip> pybsddb.sf project.  That's probably the best place to get an
    Skip> answer/fix.

On the other hand, you might take a look at the cvs log for
Modules/_bsddb.c: 

    http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Modules/_bsddb.c

It's possible one of the bug fixes there have fixed the problem you've
encountered.

In general, I think more activity will take place on the version in Python's
CVS.  It will just get more exercise and more eyeballs will look at it.

Skip






More information about the Python-list mailing list