JeffersonLab / JANA2

Multi-threaded HENP Event Reconstruction
https://jeffersonlab.github.io/JANA2/
Other
6 stars 9 forks source link

Small fixes inspired by debugging eicrecon #288

Closed nathanwbrei closed 5 months ago

nathanwbrei commented 5 months ago

Here's a fun rabbit hole: https://stackoverflow.com/questions/56083894/bug-throwing-exceptions-with-stdcall-once

Apparently std::call_once is not always exception-safe?!? Particularly the libstdc++ implementation