FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: fix mkcodecache when run with ASAN by addaleax · Pull Request #32850 · nodejs/node · GitHub

/ node Public

tools: fix mkcodecache when run with ASAN - #32850

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:mkcodecache-asan
Closed

tools: fix mkcodecache when run with ASAN#32850
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:mkcodecache-asan

Conversation

Copy link
Copy Markdown
Member

Fixes: #32835

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Apr 14, 2020
addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 14, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented Apr 15, 2020
edited by addaleax
Loading

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/30744/ (:heavy_check_mark:)

gengjiawen pushed a commit that referenced this pull request Apr 22, 2020
Fixes: #32835

PR-URL: #32850
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>

Copy link
Copy Markdown
Member

Landed in 7be5f58

gengjiawen closed this Apr 22, 2020
BethGriggs pushed a commit that referenced this pull request Apr 27, 2020
Fixes: #32835

PR-URL: #32850
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
BethGriggs mentioned this pull request Apr 27, 2020

Copy link
Copy Markdown
Member

This lands cleanly on v13 but the change does not compile. The current release is the last one for that version, so there's not an actual need to backport this. Should this be backported to other release lines though?

addaleax deleted the mkcodecache-asan branch April 28, 2020 13:07
addaleax added a commit to addaleax/node that referenced this pull request Apr 28, 2020
Fixes: nodejs#32835

PR-URL: nodejs#32850
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>

Copy link
Copy Markdown
Contributor

@BridgeAR probably not worth it, since it only fixes a potential memory leak on mkcodecache (which only runs while Node.js is built).

targos pushed a commit that referenced this pull request May 2, 2020
Fixes: #32835

PR-URL: #32850
Backport-PR-URL: #33128
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
targos pushed a commit that referenced this pull request May 13, 2020
Fixes: #32835

PR-URL: #32850
Backport-PR-URL: #33128
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, and a CI started. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Instrumenting nodejs with AddressSanitizer fails resulting of memory leaks

9 participants


Back | FazBrowse Home | New Git URL