homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients barry, benjamin.peterson, gregory.p.smith, jcea, mhammond, ocean-city, trent
Date 2008年09月18日.14:43:06
SpamBayes Score 1.2809868e-07
Marked as misclassified No
Message-id <1221748987.61.0.233604606325.issue3892@psf.upfronthosting.co.za>
In-reply-to
Content
I've tried this issue on VC6 + db4.7.25.0 + win2k, and I could reproduce
error.
I added following patch for investigation.
Index: Lib/bsddb/test/test_replication.py
===================================================================
--- Lib/bsddb/test/test_replication.py (revision 66483)
+++ Lib/bsddb/test/test_replication.py (working copy)
@@ -40,6 +40,7 @@
 self.confirmed_master=True
 def client_startupdone(a,b,c) :
+ print "DBReplicationManager:", (a, b, c)
 if b==db.DB_EVENT_REP_STARTUPDONE :
 self.client_startupdone=True
@@ -201,6 +202,7 @@
 self.confirmed_master = True
 def client_startupdone(a,b,c) :
+ print "DBBaseReplication:", (a, b, c)
 if b == db.DB_EVENT_REP_STARTUPDONE :
 self.client_startupdone = True
And this is result.
DBReplicationManager: (<DBEnv object at 0x00A80148>, 2, None)
DBReplicationManager: (<DBEnv object at 0x00A80148>, 5, 0)
DBBaseReplication: (<DBEnv object at 0x00B35CD0>, 2, None)
DBBaseReplication: (<DBEnv object at 0x00B35CD0>, 5, 13)
DBBaseReplication: (<DBEnv object at 0x00B35CD0>, 7, None)
DBBaseReplication: (<DBEnv object at 0x00B49658>, 2, None)
DBBaseReplication: (<DBEnv object at 0x00B49658>, 5, 13)
DBBaseReplication: (<DBEnv object at 0x00B49730>, 2, None)
DBBaseReplication: (<DBEnv object at 0x00B49730>, 5, 13)
History
Date User Action Args
2008年09月18日 14:43:07ocean-citysetrecipients: + ocean-city, mhammond, barry, gregory.p.smith, jcea, benjamin.peterson, trent
2008年09月18日 14:43:07ocean-citysetmessageid: <1221748987.61.0.233604606325.issue3892@psf.upfronthosting.co.za>
2008年09月18日 14:43:06ocean-citylinkissue3892 messages
2008年09月18日 14:43:06ocean-citycreate

AltStyle によって変換されたページ (->オリジナル) /