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 #38414

Closed

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Apr 26, 2021

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

Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: nodejs#38412
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Apr 26, 2021

@jasnell jasnell added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. perf_hooks Issues and PRs related to the implementation of the Performance Timing API. and removed needs-ci PRs that need a full CI run. labels Apr 26, 2021
@jasnell
Copy link
Member Author

jasnell commented Apr 27, 2021

CI is green and this has plenty of signoff. It shouldn't need to wait the full 48 hours to land. Please 👍🏻 to fast-track.

@jasnell jasnell added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 27, 2021
@jasnell
Copy link
Member Author

jasnell commented Apr 27, 2021

Landed in ea01548

@jasnell jasnell closed this Apr 27, 2021
jasnell added a commit that referenced this pull request Apr 27, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #38412

PR-URL: #38414
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
targos pushed a commit that referenced this pull request Apr 29, 2021
Signed-off-by: James M Snell <jasnell@gmail.com>
Fixes: #38412

PR-URL: #38414
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
@targos targos mentioned this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. 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.

perf_hooks.PerformanceObserver.observe kills node.js 16.0.0 when registering same entryTypes twice
7 participants