-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add more checks on host_processor_info
#1206
base: master
Are you sure you want to change the base?
Conversation
This branch doesn't build. I get the same errors as GH is annotating:
|
cb5121c
to
851a1b2
Compare
I badly failed my rebase. ^^' Should work better now. |
Same issue unfortunately :(
Is there any logging I can get that would be helpful?. |
I'm sorry, I have absolutely no idea... It seems that it's failing inside |
Hmm okay I'll keep trying but yeah I haven't been able to compile a simple reproducible case yet. It doesn't even happen all the time in the program we are working on. I think I read somewhere that the guard might have something to do with file descriptors and we do make a lot of network requests via libcurl so it may be something with that. |
Hi @GuillaumeGomez. I was able to come up with something that reproduces about 50% of the time for me and is relatively small. There are instructions in the zip on how to compile and run. It requires using Ruby because it appears that instantiating a specific class from the Typhoeus gem is required to reproduce. Sorry if it's a pain I tried to pair it down as much as possible. So I've discovered there's two requirements to make this happen:
Hope this helps. Let me know if there's anything else I can do. Thanks! |
Nice thanks! I don't have a mac M1 so I can't check locally unfortunately. Maybe a call for help on social media could help? ^^' |
Oh I meant to put this here... |
Fixes #1205.
Hopefully this fixes the bug... Can you check if it fixes your issue @SpyMachine?