[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scp on MS-Windows, using pre-built 0.5.0
[Thread Prev] | [Thread Next]
- Subject: scp on MS-Windows, using pre-built 0.5.0
- From: "Colin S. Miller" <libssh@xxxxxxxxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 18 Aug 2013 20:30:13 +0100
- To: libssh@xxxxxxxxxx
Hi, I'm using the pre-built version of 0.5.0 for MS-Windows, to do scp. I've noticed two problems with it, firstly there is a delay of between 1-2 seconds in ssh_scp_init. The second problem is that after coping approximately 1019 MB of data, (over several files; the number doesn't seem to matter), the ssh library locks up, with this backtracentdll.dll!NtWaitForSingleObject() + 0x15 bytes ntdll.dll!NtWaitForSingleObject() + 0x15 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
mswsock.dll!73ca6d30() ws2_32.dll!WahReferenceContextByHandle() + 0x5d bytes ws2_32.dll!select() + 0x9f bytesssh.dll!ssh_message_channel_request_pty_pxwidth() + 0x2b0dc bytes ssh.dll!ssh_message_channel_request_pty_pxwidth() + 0x2b43d bytes ssh.dll!ssh_message_channel_request_pty_pxwidth() + 0x2bb7a bytes ssh.dll!ssh_message_channel_request_pty_pxwidth() + 0x2ce78 bytes ssh.dll!ssh_message_channel_request_pty_pxwidth() + 0xcbd9 bytes ssh.dll!ssh_message_channel_request_pty_pxwidth() + 0x2f122 bytes
> MyScp C++ I'm using MSVC 2010. Is this a known problem? Is there debug symbols available so I can track down the problem? TIA, Colin S. Miller
Re: scp on MS-Windows, using pre-built 0.5.0 | Aris Adamantiadis <aris@xxxxxxxxxxxx> |