COR: core dump imminent

A COR message indicates that your program has received a signal that is normally fatal, and that does not have user-level signal handlers installed.

This is an example of a core dump due to a bad pointer—either bad pointer arithmetic or pointer corruption (indicated by the preceding IPR).

To turn off COR messages for signals that you handle within your program, use the -handle-signals and -ignore-signals options.

Note: