[ZODB-Dev] ZODB segfaults...

Jeremy Hylton jeremy@zope.com
Mon, 11 Feb 2002 15:09:34 -0500


Did you run test.py before installing ZODB?  Was it successful?

If you run python -v, python will print some info about each module
and .so it is loading.  That output will help pinpoint the problem.

Did you get a core dump or just a segfault?  If you've got a core
dump, a gdb stack trace would be helpful.  If you're not getting a
core dump, you could always run under the debugger.

Jeremy