Skip to content

GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) - #131844

Merged
FFY00 merged 1 commit into
python:mainfrom
FFY00:gh-131770
Apr 4, 2025
Merged

GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default)#131844
FFY00 merged 1 commit into
python:mainfrom
FFY00:gh-131770

Conversation

@FFY00

@FFY00FFY00 commented Mar 28, 2025

Copy link
Copy Markdown
Member

This fixes the parser stack overflow issues in the test suite source, at least, and makes it pass when using --with-pydebug.

https://github.com/WebAssembly/wasi-libc/blob/e9524a0980b9bb6bb92e87a41ed1055bdda5bb86/libc-top-half/musl/src/internal/pthread_impl.h#L220

@FFY00

FFY00 commented Apr 4, 2025

Copy link
Copy Markdown
MemberAuthor

Looks like it is still overflowing, GH-131855 is probably the best step forward.

https://github.com/python/cpython/actions/runs/14261358374/job/39973511320?pr=131761

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@FFY00@brettcannon