MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CPR_bugcheck

Function CPR_bugcheck

src/gpre/gpre.cpp:924–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922//
923
924void CPR_bugcheck(const TEXT* string)
925{
926 fprintf(stderr, "*** INTERNAL BUGCHECK: %s ***\n", string);
927 MET_fini(0);
928 CPR_abort();
929}
930
931
932//____________________________________________________________

Callers 5

SQL_adjust_field_dtypeFunction · 0.85
CPR_assertFunction · 0.85
put_dtypeFunction · 0.85
make_portFunction · 0.85
CME_exprFunction · 0.85

Calls 2

MET_finiFunction · 0.85
CPR_abortFunction · 0.85

Tested by

no test coverage detected