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

perf_hooks: fix PerformanceObserver gc crash #39550

Closed
wants to merge 1 commit into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Jul 27, 2021

Signed-off-by: James M Snell jasnell@gmail.com
Fixes: #39548

@jasnell jasnell changed the title perf: fix PerformanceObserver gc crash perf_hooks: fix PerformanceObserver gc crash Jul 27, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: nodejs#39548
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jul 27, 2021
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@legendecas legendecas added perf_hooks Issues and PRs related to the implementation of the Performance Timing API. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Aug 2, 2021
@legendecas
Copy link
Member

Landed in afabd14

@legendecas legendecas closed this Aug 2, 2021
@legendecas legendecas removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 2, 2021
legendecas pushed a commit that referenced this pull request Aug 2, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #39548

PR-URL: #39550
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
danielleadams pushed a commit that referenced this pull request Aug 16, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #39548

PR-URL: #39550
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PerformanceObserver 'gc' crash with multiple observers
5 participants