[ZODB-Dev] CVS crashes on startup - MORE
Tim Peters
tim@zope.com
Fri, 5 Jul 2002 20:27:50 -0400
FYI, I did a fresh checkout of StandaloneZODB on Win98SE, then did
\python22\python setup.py build
and
\python22\python test.py -vv
where this is Python 2.2.1. I didn't see anything unexpected, and in
particular no crash. It eventually hung in a Zeo test, but in my experience
the ZEO tests always hang on Win98SE. It looks like somebody left debugging
output turned on in the Windows tests too, e.g.
check7ZODBThreads (ZEO.tests.testZEO.WindowsZEOFileStorageTests)
[<socket._socketobject instance at 0x0211E090>,
<ManagedConnection ('127.0.0.1', 21608)>,
<socket._socketobject instance at 0x02125C50>,
<socket._socketobject instance at 0x0212C660>,
<ManagedConnection ('127.0.0.1', 23733)>,
<ManagedConnection ('127.0.0.1', 24373)>]
checkAbortAfterVote (ZEO.tests.testZEO.WindowsZEOFileStorageTests) ... ok
checkAbortAfterVote (ZEO.tests.testZEO.WindowsZEOFileStorageTests)
[<socket._socketobject instance at 0x0211E090>,
<ManagedConnection ('127.0.0.1', 21608)>,
<socket._socketobject instance at 0x02125C50>,
<socket._socketobject instance at 0x0212C660>,
<ManagedConnection ('127.0.0.1', 23733)>,
<ManagedConnection ('127.0.0.1', 24373)>]
etc.