Fatal Errors

Fatal errors are errors that cause the application program to write an error message and return to the operating system. In this case, the error level is set by the program to indicate the error condition by calling exit(SS$_ABORT) under VMS and exit(1) under all other operating systems. All fatal errors associated with Vermont Views are detected and reported during initialization when using either the production or development libraries. These messages are located in vv_infomsg.c and can be changed.

The following lists the fatal error messages and why they occur:

More:

Error in TERM definition in VVTERMCAP.

Insufficient memory to run the program.

QIO system service call failed.

TERM definition is too long.

TERM not found in VVTERMCAP file.

TERM variable not defined in environment.

Unable to access the video screen.

Unable to assign channel for SYS$INPUT.

Unable to open VVTERMCAP file.

Unable to use a dumb terminal.

vv_init() hasn't been called.


Home Contents Previous Next