Skip to content
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

fix: increase stack size in debug mode on windows #1867

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

baszalmstra
Copy link
Contributor

Fixes #1414

When running pixi in debug mode on windows you would occasionally encounter a thread 'main' has overflowed its stack. This PR increases the stack size on windows in debug mode to fix this issue.

As taken from:

https://users.rust-lang.org/t/stack-overflow-when-compiling-on-windows-10/50818/8

@ruben-arts ruben-arts enabled auto-merge (squash) August 21, 2024 11:18
@ruben-arts ruben-arts merged commit 12dd632 into prefix-dev:main Aug 21, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pixi install raises thread 'main' has overflowed its stack when building from source without -r flag .
2 participants