reassign 754851 python-paramiko
retitle 754851 paramiko fails with int too long exception on 32bit systems
tags 754851 upstream
forwarded 754851 https://github.com/paramiko/paramiko/issues/353
thanks

On Tue, 15 Jul 2014 06:03:43 +0300, Matti Hamalainen writes:
>$ duplicity -v 4 --volsize 50 --ssh-askpass /media/prj sftp://xxx@xxx/prj
>ssh: Unknown exception: Python int too large to convert to C long
>ssh: Traceback (most recent call last):
>ssh:   File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line
>1442, in run
>ssh:     self._handler_table[ptype](self, m)
>ssh:   File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line
>1848, in _parse_channel_open_success
>ssh:     server_window_size = m.get_int()
>ssh:   File "/usr/lib/python2.7/dist-packages/paramiko/message.py", line 140,
>in get_int
>ssh:     return util.inflate_long(self.get_binary())
>ssh:   File "/usr/lib/python2.7/dist-packages/paramiko/message.py", line 198,
>in get_binary
>ssh:     return self.get_bytes(self.get_size())
>ssh:   File "/usr/lib/python2.7/dist-packages/paramiko/message.py", line 108,
>in get_bytes
>ssh:     b = self.packet.read(n)
>ssh: OverflowError: Python int too large to convert to C long
>ssh:

the same kind of problem has been reported by somebody else to
paramiko's upstream, at https://github.com/paramiko/paramiko/issues/353

regards
az


-- 
Alexander Zangerl + GPG Key 0xB963BD5F (or 0x42BD645D) + http://snafu.priv.at/
I'm picturing Windows NT jamming a network backbone going 'la la la la I can't
hear you la la la la la' -- Graham Reed

Attachment: signature.asc
Description: Digital Signature

Reply via email to