Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure when running a binary compiled with debugging on #256

Open
jarrodhaas opened this issue Jul 16, 2020 · 0 comments
Open

failure when running a binary compiled with debugging on #256

jarrodhaas opened this issue Jul 16, 2020 · 0 comments

Comments

@jarrodhaas
Copy link

jarrodhaas commented Jul 16, 2020

Eigen will throw an error (below) when running calibrate_camera_intrinsics.cc built with debugging on, at least with MacOS 10.15.4 using cmake.

This appears to be caused by a race condition that emerges a debugging mode build, and can be circumvented by running with only 1 thread via the --num_threads=1 flag.

I have not known this issue to arise when not building in debugging mode.

Assertion failed: (rows == this->rows() && cols == this->cols() && "DenseBase::resize() does not actually allow to resize."), function resize, file /usr/local/include/eigen3/Eigen/src/Core/DenseBase.h, line 257. Abort trap: 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant