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

erts: Fix seq_trace token gc #3039

Merged
merged 2 commits into from
Feb 19, 2021

Conversation

garazdawi
Copy link
Contributor

If the seq_trace tuple is on the mature side of the young heap we need to make a copy as otherwise
the tuple will be promited to the old heap before the token which will lead to all kinds of issues.

If the seq_trace tuple is on the mature side of
the young heap we need to make a copy as otherwise
the tuple will be promited to the old heap before
the token which will lead to all kinds of issues.
@garazdawi garazdawi added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI labels Feb 8, 2021
@garazdawi garazdawi self-assigned this Feb 8, 2021
@garazdawi garazdawi changed the base branch from master to maint February 8, 2021 09:19
@garazdawi garazdawi added testing currently being tested, tag is used by OTP internal CI and removed testing currently being tested, tag is used by OTP internal CI labels Feb 17, 2021
@garazdawi garazdawi merged commit e15d468 into erlang:maint Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant