[ZODB-Dev] [ zodb-Bugs-653328 ] ZEO connect thread fails on FreeBSD

noreply@sourceforge.net noreply@sourceforge.net
Fri, 13 Dec 2002 08:32:23 -0800


Bugs item #653328, was opened at 2002-12-13 16:32
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=653328&group_id=15628

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Hylton (jhylton)
Assigned to: Nobody/Anonymous (nobody)
Summary: ZEO connect thread fails on FreeBSD

Initial Comment:
/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/TextIndex/tests/testLexicon.py:129:
DeprecationWarning: Non-ASCII character '\xfc', but no
declared encoding
  words = ['mülltonne waschbär behörde überflieger']
Exception in thread Connect([(2, ('localhost', 28060)),
(2, ('localhost', 27266))]):
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line
410, in __bootstrap
    self.run()
  File
"/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py",
line 290, in run
    success = self.try_connecting(attempt_timeout)
  File
"/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py",
line 323, in try_connecting
    r = self._fallback_wrappers(wrappers, deadline)
  File
"/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py",
line 393, in _fallback_wrappers
    assert wrap.state == "tested" and wrap.preferred == 0
AssertionError

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=653328&group_id=15628