You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DUNE's CI tests are failing due to a segfault within RandomGen::SetSeed. Below is a snippet of the backtrace
35: Core was generated by `lar --rethrow-all -n 1 --timing-db time.db -o prodgenie_nue_dune10kt_1x2x6_gen_'.
36: Program terminated with signal SIGSEGV, Segmentation fault.
37: #0 0x00007fb63dbd89a7 in genie::RandomGen::SetSeed (this=0xa277790, seed=65539) at RandomGen.cxx:109
DUNE's CI tests are failing due to a segfault within RandomGen::SetSeed. Below is a snippet of the backtrace
Here is the offending line https://github.com/GENIE-MC/Generator/blob/R-3_04_00/src/Framework/Numerical/RandomGen.cxx#LL109C29-L109C29
The text was updated successfully, but these errors were encountered: