Skip to content

Fix broken offthread compilation on Windows #341

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

Merged
merged 4 commits into from
Feb 27, 2023
Merged

Conversation

jdm
Copy link
Member

@jdm jdm commented Jan 28, 2023

servo/servo#29214 reported a crash when compiling scripts off-thread on Windows. By using an outptr instead of a return value, we should avoid the ABI issue.

@jdm
Copy link
Member Author

jdm commented Jan 28, 2023

Hmm, I was trying to reproduce the same crash from servo/servo#29214 (comment) but all the Windows tests are working fine :(

@bors-servo
Copy link
Contributor

☔ The latest upstream changes (presumably #342) made this pull request unmergeable. Please resolve the merge conflicts.

@jdm
Copy link
Member Author

jdm commented Feb 26, 2023

Test successfully crashed on Windows \o/

@jdm jdm requested a review from mukilan February 27, 2023 00:15
@jdm
Copy link
Member Author

jdm commented Feb 27, 2023

This is ready to merge—I verified that it fixes the problem in servo/servo#29404 and the new test fails in CI without the workaround.

@mukilan
Copy link
Member

mukilan commented Feb 27, 2023

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 8ab41b4 has been approved by mukilan

@bors-servo
Copy link
Contributor

⌛ Testing commit 8ab41b4 with merge d2a3526...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github
Approved by: mukilan
Pushing d2a3526 to master...

@bors-servo bors-servo merged commit d2a3526 into master Feb 27, 2023
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.

3 participants