-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Node.js 12.x need to cherry-pick https://github.com/nodejs/node/pull/37616 #42376
Comments
I have written a 100% reproducible case here: yisibl/svg-sprite#3 > mocha "test/**/*.test.js"
calculateSvgDimensions
✔ should return the expected dimensions from 46x46 fixture
1 passing (41ms)
[1] 10147 segmentation fault npm test |
Node.js 12.x support ends in about 6 weeks and it is in maintenance mode where it mostly only gets security fixes. So this may not happen. However, the decision of what goes into releases and when is up to the releasers to let's ping them: @nodejs/releasers |
@richardlau I see you having volunteered for likely a final release of 12.x on 2022-04-05, I assume that would be the last opportunity to get something like this in, right? @legendecas is going to post the list of related PR's that would also need to be cherry-picked because we believe there are a couple more that would need to go along with this. |
Correct. That is planned to be the last release of Node.js 12.x. I'm planning to put together a release proposal next week to give roughly a week to review. |
The related PRs of this problem are: Manually backported to v14.x (Backport PR: #37802):
Clean land on v14.x:
So to v12.x, we may need to backport the above PRs to fix the problem. |
The backports were released in Node.js 12.22.12. |
Version
v12.22.11
Platform
Windows x64/macOS x64/Linux x64
Subsystem
No response
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
Native addon uses
napi_wrap
crash on Node.js 12x while process exiting.svg-sprite/svg-sprite#606
Additional information
No response
The text was updated successfully, but these errors were encountered: