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