| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
This opens up future optimization opportunities.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/build I couldn't understand the root cause of the error in Test ASan build. Any ideas? |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM but looks like there's an asan issue in ada::url that needs looking at.
Sorry, something went wrong.
Because the ASan output is massive and the relevant part can be hard to find, here's a link to the relevant part: https://github.com/nodejs/node/actions/runs/4929741771/jobs/8809762438?pr=47919#step:6:5394 Be patient while it loads. The relevant line starts with ==168106==ERROR:. |
Sorry, something went wrong.
Ugh, that link didn't work. You need to scroll back up to line 5393. |
Sorry, something went wrong.
@lemire do you have any idea about the root cause of this error? |
Sorry, something went wrong.
|
@Trott I suspect it is not in ada that we have a memory error. See my comment above. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #47919 Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
| Back | FazBrowse Home | New Git URL |
We're planning on improving the performance of ada::can_parse and added this function in 2.3.1 release. This would make things a lot easier and more readable for Node.js.
cc @KhafraDev @nodejs/url