Skip to content

Harden bulk TTree reads against corrupted baskets - #15795

Open
autumn-mck wants to merge 1 commit into
AliceO2Group:devfrom
autumn-mck:harden-reads
Open

autumn-mck wants to merge 1 commit into
AliceO2Group:devfrom
autumn-mck:harden-reads

Conversation

@autumn-mck

Copy link
Copy Markdown
Contributor

Cover further errors found in testing on hyperloop

@autumn-mck
autumn-mck requested a review from a team as a code owner September 14, 2026 15:19
@@ -132,6 +133,8 @@ static std::string describeException(std::exception const& exception)
std::rethrow_if_nested(exception);
} catch (std::exception const& nested) {
description += ": " + describeException(nested);
} catch (RuntimeErrorRef const& ref) {
description += ": " + std::string(error_from_ref(ref).what);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not simply using fmt::format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants