Bugreport: Crypto/Util/randpool.py always fails in _randomize when used under windows/cygwin

Edi Hance edi.hance at gmail.com
Thu Dec 20 16:13:41 GMT 2007


Murat Gurol wrote:
> Context:
> 
> Using bzr remote commands, e.g. branch or pull.
> bzr version 0.92.0
> python2.5
> OS: win xp, cygwin
> 
> Stack from bzr.log:
> 
> bzr arguments: [u'pull']
> looking for plugins in /home/mg/.bazaar/plugins
> looking for plugins in /usr/lib/python2.5/site-packages/bzrlib/plugins
> Plugin name __init__ already loaded
> Plugin name __init__ already loaded
> encoding stdout as sys.stdout encoding 'US-ASCII'
> opening working tree '/cygdrive/d/bzr/client1.1'
> Traceback (most recent call last):
>  File "commands.py", line 802, in run_bzr_catch_errors
>  File "commands.py", line 758, in run_bzr
>  File "commands.py", line 492, in run_argv_aliases
>  File "builtins.py", line 616, in run
>  File "__init__.py", line 1595, in get_transport
>  File "__init__.py", line 1617, in _try_transport_factories
>  File "registry.py", line 61, in get_obj
>  File "registry.py", line 66, in _do_import
>  File "sftp.py", line 56, in <module>
>  File "ssh.py", line 41, in <module>
>  File "__init__.py", line 68, in <module>
>  File "transport.py", line 32, in <module>
>  File "util.py", line 31, in <module>
>  File "common.py", line 106, in <module>
>  File "randpool.py", line 87, in __init__
>  File "randpool.py", line 120, in _randomize
> IOError: [Errno 0] Error

Has anyone had any success tracking this bug down?  I've got three machines,
all running Cygwin.  Two of them work great with bzr, but the third gives me
the above error when I do:

bzr checkout sftp://foo.bar.com/x/y/z trunk

It also fails on bzr branch http://...

I would use the native Windows bzr, but that fails with an out of memory
error (It's a large repository).  Any ideas?  I know it's a python-crypto or
python-paramiko problem, but I can't find anyone else reporting the same
error.

Here are the cygwin package versions:

bzr                  0.92-1             OK
python                  2.5.1-2            OK
python-crypto           2.0.1-1            OK
python-paramiko         1.5.2-1            OK

Thanks!
-- 
View this message in context: http://www.nabble.com/Bugreport%3A-Crypto-Util-randpool.py-always-fails-in-_randomize-when-used-under-windows-cygwin-tp14307716p14439546.html
Sent from the Bazaar - General Discussion mailing list archive at Nabble.com.




More information about the bazaar mailing list