node-segfault-handler icon indicating copy to clipboard operation
node-segfault-handler copied to clipboard

Node 13.x uses SIGSEGV, new API available

Open devsnek opened this issue 6 years ago • 1 comments

In node 13.x and forward you'll need to use node::RegisterSignalHandler to avoid breaking node internals. see https://github.com/nodejs/node/commit/70c7686df50870ac48e85855fbc0d0854d02cd68 for more details.

devsnek avatar May 20 '19 22:05 devsnek

Thanks for the pointer!

kneth avatar May 21 '19 07:05 kneth