Solaris Common Messages and Troubleshooting Guide

Cause

A system panics and crashes when a program exercises an operating system bug. Although the crash might seem unfriendly to a user, the sudden stop actually safeguards the system and its data from further corruption.

In addition to stopping the operating system, the panic routine copies the memory contents in use to a dump device, recording critical information about the current state of the CPU from which the panic routine was called.

Because the primary swap device is usually the default dump device, the primary swap device should be large enough to hold a complete image of memory. The system tries to reboot after the memory image is saved.

If the system does not reboot successfully, consider these possibilities:

  1. Catastrophic hardware failure, such as faulty memory or a crashed disk

  2. Major kernel configuration faults, such as an unstable device driver

  3. Major kernel-tuning errors, such as a too-large value for MAXUSERS

  4. Data corruption, including corruption of the operating system files

  5. Manual intervention needed, as when fsck(1M) expects answers to its queries