MINGW-packages
MINGW-packages copied to clipboard
Random segmentation faults in prebuilt openblas ZGESVD
When I link my library with the prebuilt packages, I systematically get SIGSEGV interrupts at random locations in my tests https://github.com/juanjosegarciaripoll/tensor/runs/5694220378?check_suite_focus=true#step:7:1173
If I build the same library on a reasonably up-to-date installation in RelWithDebInfo instead of the default Release, those segmentation faults disappear.
Please show a minimal reproducer