A package I have developed randomly fails to pass github tests due to a segmentation fault. For example, this test failed: https://github.com/markowkes/Biofilm.jl/actions/runs/3175253204/jobs/5173336213.
I have seen a failed job has been on every OS (Windows or Mac) and Julia version (1.7-nightly) that I’m testing. Rerunning the test without any changes to the code usually works without the error. I have never seen this error on my PC.
The code solves ~100 differential equations using DifferentialEquations.jl.
Any ideas on what is causing the segmentation faults?