-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return value check of GetSource()->InitUnpackers() #1301
Comments
karabowi
added a commit
to karabowi/FairRoot
that referenced
this issue
Dec 9, 2022
Return values of the calls to `source->InitUnpackers()` and `source->ReinitUnpackers()` in `FairRunOnline` are now checked. Should the value be `false`, the fatal message will be printed. Addresses issue FairRootGroup#1301.
3 tasks
karabowi
added a commit
to karabowi/FairRoot
that referenced
this issue
Dec 22, 2022
Return values of the calls to `source->InitUnpackers()` and `source->ReinitUnpackers()` in `FairRunOnline` are now checked. Should the value be `false`, the fatal message will be printed. Addresses issue FairRootGroup#1301.
karabowi
added a commit
to karabowi/FairRoot
that referenced
this issue
Jan 10, 2023
Return values of the calls to `source->InitUnpackers()` and `source->ReinitUnpackers()` in `FairRunOnline` are now checked. Should the value be `false`, the fatal message will be printed. Addresses issue FairRootGroup#1301.
karabowi
added a commit
to karabowi/FairRoot
that referenced
this issue
Jan 11, 2023
Return values of the calls to `source->InitUnpackers()` and `source->ReinitUnpackers()` in `FairRunOnline` are now checked. Should the value be `false`, the fatal message will be printed. Addresses issue FairRootGroup#1301.
karabowi
added a commit
to karabowi/FairRoot
that referenced
this issue
Jan 16, 2023
Return values of the calls to `source->InitUnpackers()` and `source->ReinitUnpackers()` in `FairRunOnline` are now checked. Should the value be `false`, the fatal message will be printed. Addresses issue FairRootGroup#1301.
karabowi
added a commit
that referenced
this issue
Jan 18, 2023
Return values of the calls to `source->InitUnpackers()` and `source->ReinitUnpackers()` in `FairRunOnline` are now checked. Should the value be `false`, the fatal message will be printed. Addresses issue #1301.
Thanks for merging the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The return value of
GetSource()->InitUnpackers()
is not checked inFairRoot/online/steer/FairRunOnline.cxx
Line 192 in 95b6b43
This leads to inconsistent results in r3broot, see R3BRootGroup/R3BRoot#705
Should the return value be checked in
FairRunOnline::Init()
?The text was updated successfully, but these errors were encountered: