Query: panic
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
panic(9r) panic(9r)NAMEpanic - General: Causes a system crashSYNOPSISvoid panic( char *message );ARGUMENTSSpecifies the message you want the panic routine to display on the console terminal.DESCRIPTIONThe panic routine causes a system crash, usually because of fatal errors. It sends to the console terminal and error logger the specified message and, possibly, other system-dependent information (for example, register dumps). It also causes a crash dump to be generated. After displaying the message, panic reboots the system if the console environment variables are set appropriately.RETURN VALUESNoneSEE ALSORoutines: printf(9r) panic(9r)