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.
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.