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

refactor: spawn main entrypoint in box #2892

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

baszalmstra
Copy link
Contributor

When running a debug build on windows you often get "stackoverflow" errors when starting pixi. This is because the default stacksize on windows is smaller than on other operating systems. This PR works around this issue by boxing the main entrypoint future instead which effectively moves it to the heap.

Copy link
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Hofer-Julian Hofer-Julian enabled auto-merge (squash) January 14, 2025 08:35
@Hofer-Julian Hofer-Julian merged commit 8f4bc4e into prefix-dev:main Jan 14, 2025
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.

2 participants