Closed helenginn closed 1 year ago
OK: this only happens when I compile with optimization flags (i.e. meson --buildtype=release build/current
causing -O3
optimisation flags to be passed to the compiler), so I can keep going for now.
In my (painful) experience, this usually points to a function which ought to return something, but exits without returning. In debug mode everything works well, but during optimisation the lack of return value causes chaos and eventual segmentation fault. It may also have another cause I am not expecting!
this no longer happens!
When I run this program, it seems to crash: