sigill-crash
v1.0.0
Published
Trigger a real illegal CPU instruction (SIGILL) from Node.js via a tiny native addon.
Maintainers
Readme
sigill-crash
Trigger a real illegal CPU instruction from Node.js (causes SIGILL on Linux/macOS).
⚠️ This will immediately crash the current process. Use only for testing crash handlers, supervisors, core dump pipelines, etc.
Install
npm i sigill-crash
# or
pnpm add sigill-crashUsage
const { illegal } = require("sigill-crash");
illegal();License
MIT
