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

Fix erlang:cancel_timer(_, [{info, false}]) #4932

Conversation

rickard-green
Copy link
Contributor

No description provided.

@rickard-green rickard-green added team:VM Assigned to OTP team VM fix testing currently being tested, tag is used by OTP internal CI labels Jun 3, 2021
@rickard-green rickard-green added this to the OTP-24.0.3 milestone Jun 3, 2021
@rickard-green rickard-green self-assigned this Jun 3, 2021
@benbro
Copy link
Contributor

benbro commented Jun 3, 2021

Is this bug only in OTP-24 or also in previous versions?
What is the implication of using erlang:cancel_timer(Ref, [{async, true}, {info, false}]) in affected version?

@rickard-green
Copy link
Contributor Author

Is this bug only in OTP-24 or also in previous versions?

All versions since the introduction of the {info, false} option in OTP 18.0 is effected by this bug.

What is the implication of using erlang:cancel_timer(Ref, [{async, true}, {info, false}]) in affected version?

The combo [{async, true}, {info, false}] is not effected by this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 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.

None yet

2 participants