MCPcopy Create free account
hub / github.com/GregoryFaust/samblaster / fatalError

Function fatalError

samblaster.cpp:1547–1561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545///////////////////////////////////////////////////////////////////////////////
1546
1547void fatalError(const char * errorStr)
1548{
1549 if (idCount == 0)
1550 {
1551 fprintf(stderr, "%s", errorStr);
1552 }
1553 else
1554 {
1555 fprintf(stderr, "%s", errorStr);
1556 fprintf(stderr, "samblaster: Exiting early, the following stats are for processing preceeding the error\n");
1557 printRunStats(state);
1558 }
1559 fprintf(stderr,"samblaster: Premature exit (return code 1).\n");
1560 exit(1);
1561}
1562
1563void fsError(const char * filename)
1564{

Callers 14

checkFSerrWithFilenameFunction · 0.85
pushNewLBMallocBlockFunction · 0.85
hashTableInitFunction · 0.85
makeHashTableFunction · 0.85
resizeSplitLineFunction · 0.85
outputStringFunction · 0.85
checkBAMfileFunction · 0.85
getSeqNumFunction · 0.85
brokenBlockFunction · 0.85
prepareSigValuesFunction · 0.85
fsErrorFunction · 0.85
getIntValFunction · 0.85

Calls 1

printRunStatsFunction · 0.85

Tested by

no test coverage detected