MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / termination_handler

Function termination_handler

ogsr_engine/xrCore/xrDebugNew.cpp:446–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444static void illegal_instruction_handler(int signal) { handler_base("illegal instruction"); }
445
446static void termination_handler(int signal) { handler_base("termination with exit code 3"); }
447
448/*static void segment_violation( int signal ) {
449 handler_base( "Segment violation error" );

Callers

nothing calls this directly

Calls 1

handler_baseFunction · 0.85

Tested by

no test coverage detected