Difference between revisions of "How to recognize errors?"

From BOINC Wiki
Jump to: navigation, search
(Saving FAQ 4)
 
(adding new table)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
By rule of thumb:  
+
By rule of thumb:
BOINC errors are always negative and big.  
+
Project application numbers are always positive.  
+
* BOINC errors are always negative and big.  
 +
* Project application numbers are always positive.  
 +
 
  
 
Exit code -1073741502 (0xC0000142) is a BOINC error.  
 
Exit code -1073741502 (0xC0000142) is a BOINC error.  
 +
 
Exit code 10 is an application error.  
 
Exit code 10 is an application error.  
 +
  
 
Usually, when encountering project application errors, the message is preceded by: "Process exited with ..."; this is to show you that it wasn't BOINC's fault, but the application that broke down. Report such errors on the project forums. Their developers will want to know.  
 
Usually, when encountering project application errors, the message is preceded by: "Process exited with ..."; this is to show you that it wasn't BOINC's fault, but the application that broke down. Report such errors on the project forums. Their developers will want to know.  
  
Signals are also errors. But they belong in a separate category.  
+
 
 +
[http://boinc.mundayweb.com/wiki/index.php?title=Signals_list_used_in_BOINC Signals] are also errors. But they belong in a separate category.  
 +
 
 +
 
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 9
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=4 4]
| 1
+
  | 26-Sep-2007
  | 15:49:16
+
  |-
| 2007-09-26
+
  |}
  | 170142
 
| 1
 
| 4
 
| 2007-09-26 15:49:16
 
  | 2007-09-26 15:49:16
 

Latest revision as of 16:38, 30 August 2016

By rule of thumb:

  • BOINC errors are always negative and big.
  • Project application numbers are always positive.


Exit code -1073741502 (0xC0000142) is a BOINC error.

Exit code 10 is an application error.


Usually, when encountering project application errors, the message is preceded by: "Process exited with ..."; this is to show you that it wasn't BOINC's fault, but the application that broke down. Report such errors on the project forums. Their developers will want to know.


Signals are also errors. But they belong in a separate category.


Original writer Original FAQ Date
Jorden 4 26-Sep-2007