open3d.visualization.draw() function run on window system with python call bug: #7058
Open
3 tasks done
Labels
bug
Not a build issue, this is likely a bug.
Checklist
main
branch).Describe the issue
My script needs to render the image using the O3DVisualizer class in open3d, and this functionality is encapsulated in the o3d.Visual.draw function, which is used in my script. Since I need to call this function several times to render the picture, I call o3d.visualization.draw a number of times, but each time at the 940th call, the program exits with the exit code of -1073741819 (0xC0000005), the process has ended. At first I thought it was because of insufficient memory, so I modified the o3d.visualization.draw in open3d, manually released the created renderer and window and point cloud files, but it still didn't work, can anyone tell me why?
Steps to reproduce the bug
Error message
The last error on the output end is not reported, but the process has ended and the exit code is -1073741819 (0xC0000005)
Expected behavior
I hope you can tell me what caused this, and it would be better if you could tell me how to solve it
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: