It is a bit tough for me to provide a MWE showcasing this behaviour, but you can reproduce this using my branch forked from Trixi.jl.
Then, execute the example https://github.com/DanielDoehring/Trixi.jl/blob/MultiThreadedNegativeLog/examples/tree_2d_dgsem/elixir_mhd_rotor_reproducibility.jl
with one and 16 threads. You should observe that the version with 1 thread crashes as expected, but for the multi-threaded version no error is raised (in contrast to the built-in Julia threads). See also the discussion in the corresponding issue in the Trixi.jl repository.