[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2010-03-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- resolution: - works for me status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2960 ___

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2010-03-15 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Greg, is this issue still pending?. Can we close it?. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2960 ___

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2008-10-06 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: Greg, is this issue still pending?. Can we close it?. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2960 ___

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2008-07-21 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: Are you using a python pydebug version?. Can you reproduce the issue with a no pydebug python interpreter? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2960

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2008-07-21 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: using a python trunk optimized (non-debug) build and pybsddb r530: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Berkeley DB 4.7.25: (May 15, 2008) bsddb.db.version(): (4, 7, 25) bsddb.db.__version__:

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2008-07-19 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: python 2.6b1+, bdb 4.7.25 on x86 ubuntu linux. % ../../../../python/trunk/python bsddb3/tests/test_replication.py -v test01_basic_replication (__main__.DBReplicationManager) ... zsh: segmentation fault ../../../../python/trunk/python

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2008-07-19 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: (that last comment was using pybsddb svn r529) ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2960 ___ ___

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2008-07-19 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: Okay, now i've run the correct test suite on the correct modules with pybsddb r530: The problems still happen. Sometimes it passes. Other times it raises an assertion error. test01_basic_replication DBReplicationManger error: File

[issue2960] bsddb/test/test_replication.py bus error, segfault, assertion error, pass

2008-05-24 Thread Gregory P. Smith
New submission from Gregory P. Smith [EMAIL PROTECTED]: Using Linux with BerkeleyDB 4.7.25 the bsddb/test/test_replication.py test is very flaky. It alternately passes, raises an AssertionError because of the timeout or gets a segmentation fault or bus error. (side note: i updated