Skip to content

Restrict exception fixups to synchronous faults - #1191

Open
Sangho Lee (sangho2) wants to merge 2 commits into
mainfrom
sanghle/fix_async_segv
Open

Restrict exception fixups to synchronous faults#1191
Sangho Lee (sangho2) wants to merge 2 commits into
mainfrom
sanghle/fix_async_segv

Conversation

@sangho2

Copy link
Copy Markdown
Contributor

This PR prevents the exception fixup path from misclassifying asynchronous faults as memory faults. Currently, an asynchronous signal delivered during exception fixup execution is handled as a memory fault, causing memcpy_fallible to abort and the signal to be lost.

@sangho2
Sangho Lee (sangho2) marked this pull request as ready for review August 18, 2026 17:31
@github-actions

Copy link
Copy Markdown

🤖 SemverChecks 🤖 No breaking API changes detected

Note: this does not mean API is unchanged, or even that there are no breaking changes; simply, none of the detections triggered.

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.

1 participant