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
by replacing the static variable with a class variable, the segfault disappears. Note that I get this only with clang (version 19.1.7, linker LLD), and with some configurations only.
Do you have any suggestions?
I can try to create a more complete test that replicate the ctash if needed
The text was updated successfully, but these errors were encountered:
I'm trying something like this:
and I get a segfault
the crash happens here:
by replacing the static variable with a class variable, the segfault disappears. Note that I get this only with clang (version 19.1.7, linker LLD), and with some configurations only.
Do you have any suggestions?
I can try to create a more complete test that replicate the ctash if needed
The text was updated successfully, but these errors were encountered: