Skip to content

Commit 944c953

Browse files
authored
[Common] Prevent CCDB crash -> always captured
1 parent aef2da4 commit 944c953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/TableProducer/multCentTable.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ struct MultCentTable {
7272
ccdb->setCaching(true);
7373
ccdb->setLocalObjectValidityChecking();
7474
ccdb->setURL(ccdburl.value);
75-
75+
ccdb->setFatalWhenNull(false); // please never crash on your own, all exceptions captured (as they always should)
76+
7677
// task-specific
7778
module.init(opts, initContext);
7879
}

0 commit comments

Comments
 (0)