Skip to content

bugfix: increase default pthread stack size on macOS to prevent SIGBUS#3927

Open
nilsvu wants to merge 1 commit into
charmplusplus:mainfrom
nilsvu:fix_stacksize
Open

bugfix: increase default pthread stack size on macOS to prevent SIGBUS#3927
nilsvu wants to merge 1 commit into
charmplusplus:mainfrom
nilsvu:fix_stacksize

Conversation

@nilsvu

@nilsvu nilsvu commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

I encountered this issue when running Charm++ on macOS in SMP mode. Worker threads are spawned with a much smaller stack size, leading to SIGBUS crashes. This change makes the worker stack size the same as the main thread.

@stwhite91 stwhite91 requested a review from ericjbohm June 30, 2026 13:59
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