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

Add test for phthreads + dylink + exceptions #16314

Merged
merged 1 commit into from
Feb 17, 2022
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 16, 2022

The remaining issue with exception with this combination of features
was fixed by both https://reviews.llvm.org/D119630 and
https://reviews.llvm.org/D119666.

Fixes: #13398, #13447

@sbc100 sbc100 requested a review from kripken February 16, 2022 21:47
@sbc100 sbc100 force-pushed the pthread_dylink_exceptions branch 2 times, most recently from 0f43328 to 70451b6 Compare February 16, 2022 21:52
@sbc100
Copy link
Collaborator Author

sbc100 commented Feb 16, 2022

Ooops, it looks like we still need to land https://reviews.llvm.org/D119666 before this change can land.

The remaining issue with exceptions and this combination of features
were fixed by https://reviews.llvm.org/D119630 and
https://reviews.llvm.org/D119666.

Fixes: #13398, #13447
@sbc100 sbc100 force-pushed the pthread_dylink_exceptions branch from 70451b6 to e16db3a Compare February 17, 2022 06:14
@sbc100 sbc100 merged commit ce4b4a4 into main Feb 17, 2022
@sbc100 sbc100 deleted the pthread_dylink_exceptions branch February 17, 2022 14:46
@aheejin
Copy link
Member

aheejin commented Feb 17, 2022

I also confirmed this runs with Wasm EH on Node 17.5. (Node 16.9 doesn't work.) But our node is even lower than that, so I can't add @with_both_eh_sjlj to this test...

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.

Memory corruption when compiling dylink + pthreads + exceptions
3 participants