-
Notifications
You must be signed in to change notification settings - Fork 214
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
thread 'tokio-runtime-worker' has overflowed its stack #331
Comments
Thanks for the report! I will take a look at this asap! |
I traced the issue to the I created a PR in the crate to hopefully fix the issue: |
Thanks for digging into this and making the upstream fix. Depending on the timeline for json-patch to accept the PR and release an update, I also wanted to point out that it's possible to increase the tokio thread stack size in case we need that as a band-aid in the meantime. See: |
@jonmmease A temporary fix for some of us also seems to be clearing the cache. So |
Clearing the cache got me unblocked. Thanks! |
|
I'm not sure if this is the same thing, but this error starting appearing in my container build just now: Apologies for the screen shot, I can't copy the text with buildx running! I wound up needing to reinstall pixi, but then it didn't like this block: [system-requirements]
unix = true I tried changing to |
Hmm your error looks more like a network (or disc space?) issue, unfortunately. Could that be? |
I don't think so - I tried it 3-4 times and it reproduced, and it fixed when I re-installed pixi in the container. For context, this was a previous built (the environment was ready to go) and I was updating the environment. |
We removed |
Ha, yes I grepped that 😉 |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
It's been a few days since I last updated a package with pixi for the VegaFusion repository, but when I tried it today I started getting this error.
Check out VegaFusion repo, then attempt to update rust to 1.72.0:
It always happens when the
conda-forge/win-64
bar get's to about 25%. I wonder if there's something that's changed about the conda-forge windows repo metadata recently.This is on an Apple M1 Pro with macOS 13.5.2 (22G91)
Issue description
above
Expected behavior
No crash
The text was updated successfully, but these errors were encountered: