# segfaultify-nodejs **Repository Path**: mirrors_DataDog/segfaultify-nodejs ## Basic Information - **Project Name**: segfaultify-nodejs - **Description**: A native addon that always segfaults for testing purpose. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-14 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # segfaultify-nodejs A native addon that always segfaults for testing purpose. ## Usage ```javascript const { segfaultify } = require('segfaultify') segfaultify() // Causes the process to crash with a segmentation fault. ``` ## License Apache 2.0. See LICENSE file.