Open3D
Open3D copied to clipboard
'double free or corruption (!prev)' when using .extract_voxel_grid()
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
mainbranch).
My Question
Recently, during the process of configuring the GIGA algorithm, when running the .extract_voxel_grid() function of the UniformTSDFVolume variable, it will prompt 'double free or corruption (!prev)' and exit automatically. What causes this? How to solve it?
Please share some code to reproduce the issue