rusti icon indicating copy to clipboard operation
rusti copied to clipboard

Use of thread-local storage causes a crash

Open murarth opened this issue 11 years ago • 0 comments

rusti=> thread_local!(static FOO: int = 1);

crashes with:

Relocation type not implemented yet!
UNREACHABLE executed at /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:266!
Aborted (core dumped)

murarth avatar Dec 17 '14 00:12 murarth