Error Messages of ctcpost
Error and warning messages are written to stderr
. Also, an exit
value 1 is returned whenever postprocessor execution is aborted by an error.
List of error messages
- 2: Bad data file filename
- The specified data file is corrupted. Check if it is actually a data file from the test runs.
- 3: Bad identification stamp in file filename
- The specified symbol file or data file is corrupted, or has been created with a non-compatible version of Testwell CTC++.
- 4: Incompatible number format in file filename
- The specified symbol file or data file is corrupted. Perhaps it is not written by Testwell CTC++.
- 5: Error in symbol file filename
- There is a problem in symbol file filename. Perhaps it is corrupted. You can try and delete the file and do the instrumentation again.
- 6: Cannot close file filename: reason
- File filename could not be closed.
- 8: Cannot create file filename: reason
- File filename could not be created.
- 9: Erroneous command line, description
- The ctcpost command line options are used or combined in a wrong way.
- 11: Internal error
- Some internal error detected in ctcpost.
- 14: Cannot open file filename: reason
- File filename could not be opened.
- 15: Out of memory
- Some internal processing in ctcpost requiring heap space had failed.
- 16: Cannot read file filename: reason
- File filename could not be read.
- 17: Cannot write file filename: reason
- Writing of file filename failed.