Closed ZeroChaos- closed 1 year ago
Clarification as discussed on discord, this error pops out at runtime using any flow graph using the paint block. Unfortunately I am not aware of how to catch these bugs at compile time.
This bug was in 6cf1568eb9e32c25bf6414ad45f75048a5a2b74c and I accidentally built that version again when I intended to test the current HEAD to confirm the bug. This bug is not in current HEAD, I apologize for the noise.
When built with
-D_GLIBCXX_ASSERTIONS
(Gentoo and a few other distros default) we get failures:These failures resolve when built with
-U_GLIBCXX_ASSERTIONS
, however, the preferred solution is to fix the code. I can't easily troubleshoot this to be honest, but if you can simply add-D_GLIBCXX_ASSERTIONS
to your CXXFLAGS it should be reproducible.