Message230
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! |
|
Date |
User |
Action |
Args |
2009-02-03 14:20:01 | admin | link | issue559945 messages |
2009-02-03 14:20:01 | admin | create | |
|