Relative Content

Tag Archive for c++qteigeneigen3

Eigen assertion / crash when invoked multi-threading

A library I’m including in my code uses Eigen in turn, to run matrix operations.
In particular I’m trying to call this icp function multi-threaded with different input, using a Qt QThreadPool, and I’m facing a crash.
If running in debug I see an assertion which fails in Eigen Block.
None of this happens when running single-threaded.