Skip to content

GH-130396: Work around for broken pthread_get_stackaddr_np on Emscripten#131088

Merged
freakboy3742 merged 3 commits intopython:mainfrom
hoodmane:emscripten-pthread_get_stackaddr_np
Mar 13, 2025
Merged

GH-130396: Work around for broken pthread_get_stackaddr_np on Emscripten#131088
freakboy3742 merged 3 commits intopython:mainfrom
hoodmane:emscripten-pthread_get_stackaddr_np

Conversation

@hoodmane
Copy link
Contributor

@hoodmane hoodmane commented Mar 11, 2025

Emscripten reports having pthread_get_stackaddr_np but it does nothing. I opened an upstream PR to actually fill in the stack information: emscripten-core/emscripten#23887

Until we can update to an Emscripten version that includes this fix, we can work around it by using #defines to replace pthread_get_stackaddr_np with the modified version.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants