Kernel traps node process in production

Recently deployed the latest Meteor version (1.6.1.1) and everything worked as expected.
After upgrading node (on the server) from 8.8.1 to 8.11.1 to match Meteor’s node version, we started seeing kernel traps general_protection and invalid_op and of course node crashed.

Is anyone else experiencing this?

So, apparently this is an issue in Node. I completely missed that, and since I was not using Meteor’s built-in node in our servers I wasn’t using the patched version. For reference: https://github.com/meteor/meteor/pull/9789.