-
-
Notifications
You must be signed in to change notification settings - Fork 915
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
***Buffer overflow detected*** while running PipelineTest on v2.3.0 #1107
Comments
Strange, indeed. Can you pls run the test in Debug mode so we can see where it crashes? |
Good suggestion. Here's the log when building in debug:
|
I encounter the same problem. [App ] Selecting images for dense reconstruction completed: 100 images (297ms) Is this problem solved? |
pls build in Release mode |
The assertion ISEQUAL seems too strict for float point. Relax the equal tolerance on lib\MVS\Common\Types.h and recompile #define ZERO_TOLERANCE (1e-6) // (1e-7) It works for me! |
You mean #define ZERO_TOLERANCE (1e-6) // (1e-7) This does not solve the buffer overflow detected error occurred during runtime in release mode. Then I changed to debug and compiled again. I did not get the buffer overflow detected error and it went pass through to create scene_dense.ply. |
The ReconstructMesh fails again with another alert. |
in order to create the environment and check libraries version I used pixi.sh. Here is the libraries i am using to get the same error. python = ">=3.12.5,<4" |
When you switch to Ubuntu 22.04 and follow the installation step with Eigen 3.4.1 (as mentioned in dockerfile too) then compiled without cuda. The algo run with a breeze. |
Describe the bug
Hi, I'm trying to package v2.3.0 for nixpkgs, but I'm running into a 'Buffer overflow detected' during the PipelineTest when running
ctest
. Strangely this only happens onx86_64-linux
andaarch64-linux
, not onaarch64-darwin
.I've attached the complete build logs, please let me know if there's more issues.
Expected behavior
There's no crash
Logs
I've pasted the logs in a gist: https://gist.github.com/bouk/a8450bf8d88b9b3f20a33a44ef411d91
Desktop (please complete the following information):
Linux 6.1.60 #1-NixOS SMP PREEMPT_DYNAMIC Wed Oct 25 10:03:17 UTC 2023 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: