-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Distributed] Invoking distributed func defined via extension crashes on x86 #42423
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
Conversation
@swift-ci please smoke test |
@swift-ci please smoke test |
|
I believe this #58745 might also fix this -- Checking... |
This is now crashing like:
|
(I believe this was fixed along other issues, will try to confirm soon) |
ed2407b
to
4c4d8c5
Compare
@swift-ci please test |
It only fails on optimized build it seems. |
bad:
but passes on: |
This was fixed a while back it seems |
Resolves rdar://91888361
Making sure such calls still call the remote impl and don't get tricked by the existential.
This is super important that this always works, so making sure by including the tests.