bfcheck | Corrupted data page, index, or partition page | - Run the oncheck command in the assertion failure message.
- If an index is corrupted, drop and recreate the index.
- If a partition page is corrupted, you might need to restore the data.
|
I/O write chunk | Not enough shared memory or a hardware problem | - Look at your operating system logs for hardware problems or problems with other software. Sometimes other software can trigger an Informix® assertion failure. Fix any hardware or other software problems.
- Free up or increase shared memory for the database server.
|
No exception handler | Memory corruption | Look at your operating system logs for hardware problems or problems with other software. Fix any hardware or other software problems. |
sigkill | The oninit daemon was stopped. | Restart the database server. |
segv sigbus | - Memory corruption
- An ill-behaved C user-defined routine
- A defect in the database server
| - Look at your operating system logs for hardware problems or problems with other software. Fix any hardware or other software problems.
- If you use C user-defined routines, check your code for problems. Make sure that your user-defined routines follow the guidelines for well-behaved routines.
- If you are not running the latest Informix fix pack, check the latest Fixed and known defects file to see whether this issue is fixed. Upgrade to the latest Informix fix pack.
|