-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Missing GC root #10738
Missing GC root #10738
Conversation
Really glad you're doing this. After reading through all the |
Rebase please? |
Sorry short attention span. Will do tomorrow. |
4a50daf
to
56bc3a5
Compare
Rebased. Waiting for make testall. I see you already fixed the one in n_fields codegen in the tuple merge. |
56bc3a5
to
5354ef4
Compare
5354ef4
to
944fdd4
Compare
Oh right, the ccall one also got fixed in the meantime. I'm not good at rebasing in the morning. |
Is the 32bit failure the one from the tuple merge ? I'm going to have a look on a 32bit vm. |
The failure was #10875, which is one of the new intermittent problems introduced by the tuple merge. Please do take a look if you get a chance. |
Yeah it's hard to reproduce. I tried on a 32b VM and got the |
We should try at least the |
Looks like lack of a PPA is an open bug in rr (rr-debugger/rr#26). Another thing to keep in mind is that we depend on syscall implementations that have not yet made it into a release and are only available on |
Nevermind on the statement about the version. They actually did a release earlier today, and I hadn't checked since last night. |
#10725 bearing fruits already.
I only did a quick sweep for usage of this function so I'll have another look before merging.