Lines Matching refs:PetscErrorPrintf
129 …if (err_ind >= 0) (void)(*PetscErrorPrintf)("*** %s occurred at pc=%X ***\n", error_codes[err_ind]… in PetscDefaultFPTrap()
130 …else (void)(*PetscErrorPrintf)("*** floating point error 0x%x occurred at pc=%X ***\n", code, SIGP… in PetscDefaultFPTrap()
196 …if (ieee_handler("set", "common", PetscDefaultFPTrap)) (*PetscErrorPrintf)("Can't set floatingpoin… in PetscSetFPTrap()
197 …} else if (ieee_handler("clear", "common", PetscDefaultFPTrap)) (*PetscErrorPrintf)("Can't clear f… in PetscSetFPTrap()
251 …if (err_ind >= 0) (void)(*PetscErrorPrintf)("*** %s occurred at pc=%X ***\n", error_codes[err_ind]… in PetscDefaultFPTrap()
252 …else (*PetscErrorPrintf)("*** floating point error 0x%x occurred at pc=%X ***\n", code, SIGPC(scp)… in PetscDefaultFPTrap()
266 …if (ieee_handler("set", "common", (sigfpe_handler_type)PetscDefaultFPTrap)) (*PetscErrorPrintf)("C… in PetscSetFPTrap()
268 …dler("clear", "common", (sigfpe_handler_type)PetscDefaultFPTrap)) (*PetscErrorPrintf)("Can't clear… in PetscSetFPTrap()
302 if (err_ind >= 0) (void)(*PetscErrorPrintf)("*** %s occurred ***\n", error_codes[err_ind].name);
303 else (void)(*PetscErrorPrintf)("*** floating point error 0x%x occurred ***\n", code);
369 if (err_ind >= 0) (void)(*PetscErrorPrintf)("*** %s occurred ***\n", error_codes[err_ind].name);
370 else (void)(*PetscErrorPrintf)("*** floating point error 0x%x occurred ***\n", flt_context.trap);
406 (void)(*PetscErrorPrintf)("*** floating point error occurred ***\n");
482 (void)(*PetscErrorPrintf)("*** floating point error \"%s\" occurred ***\n", node->name);
487 (void)(*PetscErrorPrintf)("*** unknown floating point error occurred ***\n");
488 …(void)(*PetscErrorPrintf)("The specific exception can be determined by running in a debugger. Whe…
489 …(void)(*PetscErrorPrintf)("debugger traps the signal, the exception can be found with fetestexcept…
490 (void)(*PetscErrorPrintf)("where the result is a bitwise OR of the following flags:\n");
491 …(void)(*PetscErrorPrintf)("FE_INVALID=0x%x FE_DIVBYZERO=0x%x FE_OVERFLOW=0x%x FE_UNDERFLOW=0x%x FE…
494 (void)(*PetscErrorPrintf)("*** unknown floating point error occurred ***\n");
497 (void)(*PetscErrorPrintf)("Try option -start_in_debugger\n");
500 (void)(*PetscErrorPrintf)("likely location of problem given in stack below\n");
501 …(void)(*PetscErrorPrintf)("--------------------- Stack Frames -----------------------------------…
505 (void)(*PetscErrorPrintf)("configure using --with-debugging=yes, recompile, link, and run \n");
506 (void)(*PetscErrorPrintf)("with -start_in_debugger to get more information on the crash.\n");
577 (void)(*PetscErrorPrintf)("*** floating point error occurred ***\n");
620 (void)(*PetscErrorPrintf)("*** floating point error occurred ***\n");
629 …if (SIG_ERR == signal(SIGFPE, PetscDefaultFPTrap)) PetscCall((*PetscErrorPrintf)("Can't set floati…
630 …} else if (SIG_ERR == signal(SIGFPE, SIG_DFL)) PetscCall((*PetscErrorPrintf)("Can't clear floating…