Open adamdusty opened 5 days ago
I am unable to reproduce so far, but I have only tested clang-16. While I try with clang-19, would you mind posting the content of snitch_config.hpp
?
I tried clang-19 (the exact same version as you) on Windows and still running OK. I think I'm going to need more info:
snitch_config.hpp
cmake
etc.)Another possibility is that you are using a different set of build options between the compiled snitch library and your test application. This shouldn't happen in normal use, but perhaps there's an issue with your build setup.
Getting a segfault with a minimal test setup on windows with clang 19. Same code compiles and runs with g++ 14.2.
Minimal example
LLDB output and backtrace