#[thread_local] on i686 windows msvc causes suspicious crash in production #95429
Labels
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
As the title says, the crash disappeared once we set the
has-thread-local = false
on i686-pc-windows-msvc target spec.Could we disable it? cc @nagisa
(the codebase is really huge, cannot generate a small test case)
#[thread_local]
was enabled in #92042The text was updated successfully, but these errors were encountered: