On 06/02/2021 3:32 PM, frame wrote:[...]This won't do anything.[...]Don't forget to stdout.flush; Otherwise stuff can get caught in the buffer before erroring out.[...]Turn on the precise GC, 32bit is a bit too small of a range and you can get false positives like in this case (at least looks like it).
For reference, how does one turn on precise GC?