You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Expected Output
0A23456701234567
$ nim -v
Nim Compiler Version 1.3.1 [Windows: amd64]
Compiled at 2020-04-09
Copyright (c) 2006-2020 by Andreas Rumpf
git hash: b4e9f8e814373fc38741736197d88475663ce758
active boot switches: -d:release
The text was updated successfully, but these errors were encountered:
This simple
nonce[1] = char(65)
crash. it works with defaultgc
but not withgc:arc
Example
Current Output
Expected Output
The text was updated successfully, but these errors were encountered: