Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSEGV in nimIncRefCyclic when called from exit proc #22546

Open
arnetheduck opened this issue Aug 24, 2023 · 0 comments
Open

SIGSEGV in nimIncRefCyclic when called from exit proc #22546

arnetheduck opened this issue Aug 24, 2023 · 0 comments

Comments

@arnetheduck
Copy link
Contributor

Description

/home/runner/work/nim-unittest2/nim-unittest2/nim/lib/std/exitprocs.nim(49) callClosures
/home/runner/work/nim-unittest2/nim-unittest2/unittest2.nim(1383) runScheduledTests
/home/runner/work/nim-unittest2/nim-unittest2/unittest2.nim(308) suiteRunStarted
/home/runner/work/nim-unittest2/nim-unittest2/unittest2.nim(278) suiteRunStarted
/home/runner/work/nim-unittest2/nim-unittest2/nim/lib/pure/collections/tables.nim(1723) suiteRunStarted
/home/runner/work/nim-unittest2/nim-unittest2/nim/lib/system/orc.nim(46) nimIncRefCyclic
SIGSEGV: Illegal storage access. (Attempt to read from nil?)

Nim Version

devel, 2.0

This can be seen in the following unit test run:

https://github.com/status-im/nim-unittest2/actions/runs/5962495133/job/16173791513

It can be reproduced by running the unittest2 test suite with nim 2.0 and arc/orc.

Current Output

No response

Expected Output

No response

Possible Solution

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant