-
Notifications
You must be signed in to change notification settings - Fork 31
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 on Windows 10 #145
Comments
Most likely - problem with ssl library. |
I followed the recommendations about ssl, but nothing has changed. Especially since I was making http requests. And even without executing the queries, the same error occurs with a lib import. Debug log with
|
I don't see here anything related to requests library. |
Minimal code:
I am using LDC compiler. |
On Windows 10, when starting a program with this library, it crashes with a segmentation fault error.
This happens even if you only add library imports.
The text was updated successfully, but these errors were encountered: