Skip to content

perf_hooks: fix PerformanceObserver 'gc' crash - #38414

Closed
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:fix-performanceobserver-gc-crash
Closed

perf_hooks: fix PerformanceObserver 'gc' crash#38414
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:fix-performanceobserver-gc-crash

Conversation

@jasnell

Copy link
Copy Markdown
Member

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

nodejs-github-bot commented Apr 26, 2021

Copy link
Copy Markdown
Collaborator

@jasnelljasnell 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
Copy Markdown
MemberAuthor

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.

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

Copy link
Copy Markdown
MemberAuthor

Landed in ea01548

@jasnelljasnell 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>
@targostargos mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fast-trackPRs that do not need to wait for 48 hours to land.perf_hooksIssues 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

@jasnell@nodejs-github-bot@addaleax@targos@richardlau@Lxxyx@aduh95