Skip to content

Commit c29bb51

Browse files
ddobrigkalibuild
andauthored
[Common] Prevent CCDB crash -> always captured (#11639)
Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
1 parent c20e1db commit c29bb51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/TableProducer/multCentTable.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ struct MultCentTable {
7272
ccdb->setCaching(true);
7373
ccdb->setLocalObjectValidityChecking();
7474
ccdb->setURL(ccdburl.value);
75+
ccdb->setFatalWhenNull(false); // please never crash on your own, all exceptions captured (as they always should)
7576

7677
// task-specific
7778
module.init(opts, initContext);

0 commit comments

Comments
 (0)