-
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
solve
never terminates with threading=true
#594
Comments
This is odd given that some tests include testing threading. I will look into it later this month (I have no time to do it earlier, sorry...). Thanks for noticing. |
@AayushSabharwal Can you run the code on your computer using #598? I use threading and |
Unfortunately it does not fix the issue. Thank you for looking into the problem though! |
The problem is that I can't reproduce this error (and hence not fix it). Here is my
Any idea where I can change my setting so that I can reproduce the error? |
I don't think it's a setting thing unfortunately. It feels like a platform issue with Apple silicon. Considering that |
Ok. Thank you! |
This might be a platform-specific thing. Or related to #560 ?
MWE: (
threading = false
works as expected)This never terminates. I've had it running for upwards of 10 minutes. Nothing is printed either. Interrupting with
Ctrl-C
does nothing, but if I press it again I get:And nothing more. Interrupting once more:
Then I interrupt several times more:
Then once more:
And then a few more times:
Environment:
Project and Manifest
versioninfo()
:This happens on 1.10 as well.
The text was updated successfully, but these errors were encountered: