Since Windows 1903 update (which is now being rolled out), Pharo VM crashes on Tested on P7 and P8 64bit with their respective VMs. Easiest way to reproduce is to try to fetch git repository over ssh, e.g.
This issue makes it impossible to use git over ssh. (Although I imagine switching to https should work as a temporary workaround.) Windows crash log event:
Is there a particular reason why we still use libssh2 1.7.0 (released 3 years ago), instead of a more recent one? https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/third-party/libssh2.spec Dtto for libgit2 (0.25.1 released Jan 2017) Likely OpenSSL will also need to be updated as it is dependency of libssh2 https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/third-party/openssl.spec I have also noticed that the Windows libssh Makefile doesn't contain code to download/unpack sources, unlike Linux and Mac https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/build.win64x64/third-party/Makefile.libssh2 — |
This bug bit me today on a new windows 10 machine. The worst is that there's zero feedback in the UI. I suppose it's a VM issue, but it's one of those things that will demotivate Pharo newcomers who don't know to look in a windows crash log. — |
In reply to this post by David T Lewis
I worked around this by replacing the libssh2-1.dll with the one from the Pharo 8.0 (64-bit) VM. — |
In reply to this post by David T Lewis
@peteruhnak is this still a problem? — |
In reply to this post by David T Lewis
It was fixed in the pharo fork, but I don't know if that was merged back here; Unfortunately I use Pharo only to a limited extent these days. Feel free to close the issue. — |
In reply to this post by David T Lewis
Closed #416. — |
Free forum by Nabble | Edit this page |