-
Notifications
You must be signed in to change notification settings - Fork 17
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
Failed test installing with zef: Sending non-SSL to SSL socket... #37
Comments
This happened for me too. I'm on: This is Rakudo version 2018.12 built on MoarVM version 2018.12 |
This happened to me too, on Raspbian GNU/Linux 10 (buster), MoarVM version 2018.12:
After this line, nothing happens but the process still uses 100% cpu. |
You'll need a newer MoarVM to do this, but: but running it under the debugger (for example, in Comma IDE), pausing it when it hangs, and seeing what's on the stack could provide useful information. Other things to check:
|
Hi,
This is in fact the first test of the first testfile that is failing. Here is what I have so far, with the OpenSSL dependency being installed and tested ok with no errors:
The stacktrace is here: Other checks: Looking at the stack trace - which I'm not very adept at reading - it could be related to threading? Not sure though to be honest. Let me know if there's anything else I can do to help debug. Thanks for all the great work on raku! |
I'm trying to install IRC::Client and this is a dependency. I get this failed test, and then it appears to hang.
I am on:
This is Rakudo version 2018.06-369-gfa73bb4 built on MoarVM version 2018.06-391-g91d2878
implementing Perl 6.c.
The text was updated successfully, but these errors were encountered: