Get this exit code -1073741819 / 3221225477 every couple of runs in the MWE

julia> -1073741819 % UInt32
0xc0000005

Looking at [MS-ERREF]: NTSTATUS Values | Microsoft Learn, this is a “STATUS_ACCESS_VIOLATION” so something might have tried access memory it wasn’t allowed.

3 Likes