-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault downloading via sftp after Pkg.update() #202
Comments
Is anyone able to help me debug this? I'm not familiar enough with libcurl to quickly pinpoint the problem. |
Can you try a newer Julia like 1.8.1? |
This works for me on 1.8.1 (with the status_ok patch) and on master it works without the status_ok patch. |
@baumgold I noticed that you accidentally exposed your SFTP credentials in your report; I've edited them out, but you should rotate your password to be safe. |
When downloading a file via sftp, the
Multi
finalizer seems to cause a Segmentation fault when callingcurl_multi_cleanup
here if (and only if) I runPkg.update()
prior to callingDownloads.download
(note there is no seg-fault if I comment-outPkg.update()
). Steps to reproduce in Julia v1.7.3:The sftp site is publicly available (link). If you prefer not to use
JULIA_SSH_NO_VERIFY_HOSTS
then SSH keys can be installed as followsMore information:
The text was updated successfully, but these errors were encountered: