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
Traceback (most recent call last)
/home/dian/Stuff/arctest/combparser/src/combparser.nim(23) combparser
/home/dian/Stuff/arctest/combparser/src/combparser.nim(11) main
/home/dian/Things/Nim/lib/system/alloc.nim(972) dealloc
/home/dian/Things/Nim/lib/system/alloc.nim(871) rawDealloc
/home/dian/Things/Nim/lib/system/avltree.nim(74) del
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Expected Output
No SIGSEGV, assertions passed
$ nim -v
Nim Compiler Version 1.3.5 [Linux: amd64]
Compiled at 2020-07-30
Copyright (c) 2006-2020 by Andreas Rumpf
git hash: f1971243d3e162889b10b46caab8ba6e98afa92d
active boot switches: -d:release -d:danger
The text was updated successfully, but these errors were encountered:
ghost
changed the title
[ARC] SIGSEGV with tuple assignment (?)
[ARC] SIGSEGV with tuple assignment cased by cursor inference
Jul 31, 2020
ghost
changed the title
[ARC] SIGSEGV with tuple assignment cased by cursor inference
[ARC] SIGSEGV with tuple assignment caused by cursor inference
Jul 31, 2020
The bug in #15110 was fixed, but turns out there's another ARC bug affecting https://github.com/PMunch/combparser.
Example
Current Output
Expected Output
No SIGSEGV, assertions passed
The text was updated successfully, but these errors were encountered: