Roundup Tracker - Issues

Message230

Author anonymous
Recipients
Date 2002-05-24.03:33:51
Message-id
In-reply-to
Getting a Segmentation fault when running all tests 
against cvs code (also for 0.4.1).

oliver@garp roundup $ ./run_tests 
bsddb3 module not found, skipping bsddb3 DBTestCase 
.....EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE..........
........................................Segmentation fault

I changed test/__init__.py to use verbosity=2 and it 
showed this:

testChanges (test.test_db.anydbmDBTestCase) ... 
Segmentation fault

Within test_db.py, it looks like the failure is coming at 
(or about) line 31 (status.create(name='unread')). I added 
print '<line num>' throughout the file, and that was the 
last one to get printed.

After a little more searching, it looks like it might be 
dying on line 374:

newid = self.db.newid(self.classname)

I'm not sure why -- I'm not familiar with the dbm 
modules. Any tips or suggestions as to how to pursue 
this would be appreciated!
History
Date User Action Args
2009-02-03 14:20:01adminlinkissue559945 messages
2009-02-03 14:20:01admincreate