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

tlsEmulation:on doesn't work with IC #19372

Closed
ringabout opened this issue Jan 12, 2022 · 1 comment · Fixed by #21668
Closed

tlsEmulation:on doesn't work with IC #19372

ringabout opened this issue Jan 12, 2022 · 1 comment · Fixed by #21668

Comments

@ringabout
Copy link
Member

ringabout commented Jan 12, 2022

test.nim

echo "Yes"

nim c -r --incremental:on --threads:on -d:nimIcIntegrityChecks test.nim gives

Traceback (most recent call last)
test.nim(1)  main
io.nim(827)              echoBinSafe
SIGSEGV: Illegal storage access. (Attempt to read from nil?)

The symbol is a Lock object.

acquireSys echoLock
@ringabout
Copy link
Member Author

It is that tlsEmulation:on doesn't work with IC.

@ringabout ringabout removed the Severe label Oct 16, 2022
@ringabout ringabout changed the title echo + threads doesn't work with IC tlsEmulation:on doesn't work with IC Oct 16, 2022
Araq pushed a commit that referenced this issue Apr 14, 2023
…ink pthreads with mingw (#21668)

* fixes #18146; disable tlsEmulation on windows; static link libwinthreads DLL

* whatever
capocasa pushed a commit to capocasa/Nim that referenced this issue May 15, 2023
…indows; static link pthreads with mingw (nim-lang#21668)

* fixes nim-lang#18146; disable tlsEmulation on windows; static link libwinthreads DLL

* whatever
capocasa pushed a commit to capocasa/Nim that referenced this issue May 16, 2023
…indows; static link pthreads with mingw (nim-lang#21668)

* fixes nim-lang#18146; disable tlsEmulation on windows; static link libwinthreads DLL

* whatever
bung87 pushed a commit to bung87/Nim that referenced this issue Jul 29, 2023
…indows; static link pthreads with mingw (nim-lang#21668)

* fixes nim-lang#18146; disable tlsEmulation on windows; static link libwinthreads DLL

* whatever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant