SFTP: Application Crash with Bitvise SSH

Get help for specific problems
Posts: 32
Joined: 11 Jul 2016

schnappi

SFTP works fine when connecting to most SFTP servers. However when trying to connect to a Bitvise SSH server on a Windows machine get an application crash and a dump file.

Replicated on multiple machines.

Where can the dmp file be submitted to figure out what is causing the crash? Can the dmp file be submitted here?
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

Please send it via email.
Posts: 32
Joined: 11 Jul 2016

schnappi

Can you confirm that SSH passwords are not stored in in dmp files? Checked the file but much of it is transcoded so want to double check before sending.
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

It's possible but unlikely since the automatic crash dumps only collect stack and global data but not dynamic memory.
Posts: 32
Joined: 11 Jul 2016

schnappi

Sent to zenju:

Let me know if you find anything interesting.
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

Are you able to reproduce the crash consistently?

If yes, does the following version work for you? (zlib disabled)
http://www.mediafire.com/download/4q55v6c1s9752xa/FreeFileSync_8.4_beta_Windows_Setup.exe
Posts: 32
Joined: 11 Jul 2016

schnappi

The 8.4 beta version you provided solved the issue.

What was causing the crash if do not mind me asking?
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

Great to hear! It looks like a libssh2 bug in the zlib handling where the library just uses zlib without checking if it is available first. By default the Bitvise server has zlib disabled.
Posts: 32
Joined: 11 Jul 2016

schnappi

That does make sense. Thank you.

Will the fix be included in the next stable release?
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

Yes, the fix will be included in the next release.