-
Notifications
You must be signed in to change notification settings - Fork 85
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
bug: crashed while running a subgraph check #674
Comments
@kyle-banner thanks for the report, I'm sorry you ran into this bug, we'd love to iron it out for you. It looks like you're getting an OS Error 11 which is... definitely unexpected! Can I ask for the output of the Could you also try to reproduce this error by appending |
Hi @EverlastingBugstopper . Kyle is on vacation so I'll chime in here with what we know. Here is the output from
Rover is being called from a bash shell script that I wrote. The script is being called by a GitLab pipeline runner. Attached is the debug output from the command. Thanks for taking a look at this! |
That is super strange! It looks like the panic occurs rrriiigghhhttt as it's about to finish printing. At the top it says there were I've tried to reproduce this issue by printing even larger tables, but can't seem to reproduce! Truly think this has something to do with the environment that it's running in - are you able to run the bash script you have locally and cause the same panic? |
Ah! I think I may have found the culprit. Seems like I've found this comment describing the issue which also links to workarounds by Mozilla. |
When I run locally, it works fine, but obviously I'm on a different system:
|
Oh nice! I will look at that comment. |
That fixed it! Buried in there was that the issue goes away in later versions of node12. I upgraded and now pipeline completes successfully. Thanks for the help! |
Awesome!! Glad I could help 😄 |
Crash Report
(edited by @EverlastingBugstopper just to fix up some formatting)
The text was updated successfully, but these errors were encountered: