Application exit codes
From BOINC Wiki
- 0. SUCCESS
Not an error message. It's a success message. Rejoice!
- -1. CANT_CREATE_FILE
- -2. READ_FAILED
- -3. WRITE_FAILED
- -4. MALLOC_FAILED
Memory allocation failed.
- -5. FOPEN_FAILED
File Open has failed. Make sure you have read/write rights to the whole BOINC directory and sub directories, that all files are not read-only.
- -6. BAD_HEADER
- -7. BAD_DECODE
- -8. BAD_BIN_READ
- -9. RESULT_OVERFLOW
In the Seti project this is a benign error. It means that there were more radio signals found than there is space in the output file to store them in. This is most usually caused by extra terrestrial RFI signals. Not aliens.
- -10. UNHANDLED_SIGNAL
- -11. FP_ERROR
Floating Point error.
- -12. ATEXIT_FAILURE
Original writer | Original FAQ | Date |
---|---|---|
Jorden | 60 | 21-12-2006 |