-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support for node v12.x #8
Comments
Hi @dhessler, Yes, the company i work for is planning to move to Node 12 when it becomes LTS in october. So yes, i expect to add support for Node 12 in the near future. Regards, |
I haven't been able to test it thoroughly, but i managed to modify the native code to compile for Node.js 12. I've committed my code in a branch (node12) and published a "beta" version on npm, to test with. See https://www.npmjs.com/package/node-oom-heapdump/v/1.2.0-beta.0. UPDATE:
It looks like i'll need to dig a little deeper; creating a heapdump through the v8 API causes a FATAL error on Node12, where this used to work earlier. |
wow thanks @paulrutter for the quick investigation! definitely happy to beta test when ready. |
I'm having a hard time getting it to work on Node.js 12.x. I think i'll need help from the v8 team in order to proceed. To be continued. |
@dhessler after investigation, it looks like the combination of node startup flags i was using for my test case, caused the module to be unstable on nodejs 12. So, i would suggest we start using it on Node 12, to gather hands on experience with it. I will start using it in the next couple of months for sure. |
I'm closing the issue for now. |
@paulrutter Which were the flags causing Node 12 to run badly? I'm having the same problem with v2.0.0 on Node 12.10. |
See fac8e92
|
Hello,
I am running node v12.x, which includes improved async stack traces.
I'm trying to debug a potential memory leak in one of my applications, where taking snapshots is consistently crashing the process, and found this library which looks really promising.
Unfortunately the build is failing on node 12.7.0; I get a little further after naively updating all dependencies to their latest versions:
Do you expect to add support for node 12 anytime soon?
Thanks!
The text was updated successfully, but these errors were encountered: