You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Operating system: Ubuntu 20.04
- Open3D version: 0.15.1
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: Use pre built open3d-devel-linux-x86_64-cxx11-abi-0.15.1
- Compiler version (if built from source): gcc 9.4
@theNded@errissa@yxlao Can you please let us know how to resolve this? It seems that quite a number of users reported similar issue.
I am currently working on a SLAM system with a large number of input images. Due to this issue, I have to avoid updating the visualizer every image frame so that the visualizer does not crash. Thus, I am unable to provide frame-by-frame visualization of my results, which is really undesirable.
Thank you for your time in advance! We greatly appreciated it!
We are experiencing the same issue with Open3D version 0.17, installed via pip, on Ubuntu 20.04. It would be nice to have a fix for this, as in our case there is no easy workaround except for restarting our Open3D application every 15 minutes.
Checklist
master
branch).Describe the issue
The segfault happens after calling
AddGeometry()
about 65535 times.The type of geometry does not matter.
There may be a 16bit overflow error.
Steps to reproduce the bug
Error message
Segmentation fault (core dumped)
Expected behavior
No response
Open3D, Python and System information
Additional information
#4881 looks related issue.
The text was updated successfully, but these errors were encountered: