-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[CP] [vm/ffi] Fix FfiTrampolineData GC bug #50695
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
Labels
cherry-pick-approved
Label for approved cherrypick request
cherry-pick-review
Issue that need cherry pick triage to approve
merge-to-beta
Comments
@mkustermann could you take a look at this cherry-pick request? |
@itsjustkevin LGTM |
@dcharkes cherry-pick is approved, can you go ahead and push the gerrit cl? |
I'm unfamiliar with the new process, you mean +2 in Gerrit? I'd need a +1 on the CL. |
Yes, you need to get the CL reviewed and then land it with the CQ as if it
was targeting main.
…On Thu, 15 Dec 2022, 10:30 Daco Harkes, ***@***.***> wrote:
I'm unfamiliar with the new process, you mean +2 in Gerrit?
I'd need a +1 on the CL.
—
Reply to this email directly, view it on GitHub
<#50695 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYRJB6ILDYLSMXD7QBZFFDWNLQMJANCNFSM6AAAAAAS4DQTPI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
@dcharkes are you still working on this? |
This was merged back in december. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick-approved
Label for approved cherrypick request
cherry-pick-review
Issue that need cherry pick triage to approve
merge-to-beta
Commit(s) to merge
e3e355e
Target
beta
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/275060
Issue Description
GC crashes with FFI trampolines, happening on all platforms in JIT mode.
What is the fix
Make the GC visit the
c_signature
field again.Why cherry-pick
Users are hitting this:
Risk
low
Issue link(s)
#50678
Extra Info
cc @mkustermann
The text was updated successfully, but these errors were encountered: