xref: /petsc/src/sys/tests/output/ex66_1.out (revision 04c3f3b8f563eff258c1de90d4e02d41e6027585)
1Demonstrates PETSc Error Handlers
2The error is a contrived error to test error handling
3[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
4[0]PETSC ERROR: Error Created
5[0]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
6[0]PETSC ERROR: #1 CreateError() at ex66.c:0
7[0]PETSC ERROR: #2 CreateError() at ex66.c:0
8[0]PETSC ERROR: #3 CreateError() at ex66.c:0
9[0]PETSC ERROR: #4 CreateError() at ex66.c:0
10[0]PETSC ERROR: #5 CreateError() at ex66.c:0
11[0]PETSC ERROR: #6 CreateError() at ex66.c:0
12[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
13[0]PETSC ERROR:   It appears a new error in the code was triggered after a previous error was not properly handled
14[0]PETSC ERROR:   via (for example) the use of PetscCall(TheFunctionThatErrors());
15[0]PETSC ERROR:   ALL ERRORS in the PETSc libraries are fatal, you should add the appropriate error checking to the code
16[0]PETSC ERROR: Error Created
17[0]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
18[0]PETSC ERROR: #1 CreateError() at ex66.c:0
19[0]PETSC ERROR: #2 CreateError() at ex66.c:0
20[0]PETSC ERROR: #3 CreateError() at ex66.c:0
21[0]PETSC ERROR: #4 CreateError() at ex66.c:0
22[0]PETSC ERROR: #5 CreateError() at ex66.c:0
23[0]PETSC ERROR: #6 CreateError() at ex66.c:0
24[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
25[0]PETSC ERROR:   It appears a new error in the code was triggered after a previous error was not properly handled
26[0]PETSC ERROR:   via (for example) the use of PetscCall(TheFunctionThatErrors());
27[0]PETSC ERROR:   ALL ERRORS in the PETSc libraries are fatal, you should add the appropriate error checking to the code
28[0]PETSC ERROR: Error Created
29[0]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
30[0]PETSC ERROR: #1 CreateError() at ex66.c:0
31[0]PETSC ERROR: #2 CreateError() at ex66.c:0
32[0]PETSC ERROR: #3 CreateError() at ex66.c:0
33[0]PETSC ERROR: #4 CreateError() at ex66.c:0
34[0]PETSC ERROR: #5 CreateError() at ex66.c:0
35[0]PETSC ERROR: #6 CreateError() at ex66.c:0
36[0]PETSC ERROR: #7 main() at ex66.c:0
37[0]PETSC ERROR: No PETSc Option Table entries
38[0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov----------
39