8000 non-blocking VisualizerWithEditing segmentation fault · Issue #4378 · isl-org/Open3D · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

non-blocking VisualizerWithEditing segmentation fault #4378

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

Open
luntik2012 opened this issue Dec 5, 2021 · 0 comments
Open

non-blocking VisualizerWithEditing segmentation fault #4378

luntik2012 opened this issue Dec 5, 2021 · 0 comments

Comments

@luntik2012
Copy link

Possibly, related to this:
#1605

Describe the bug
Getting random segemntation faults when using VisualizerWithEditing in a non-blocking way.

To Reproduce

auto v = std::make_shared<open3d::visualization::VisualizerWithEditing>();
v->CreateVisualizerWindow();
v->AddGeometry(somePointCloud);

for (int i = 0; i < 10000; i++) {
    v->UpdateGeometry();
    if (!v->PollEvents())
    {
        break;
    }
    v->UpdateRender();
}

v->Close();

Expected behavior
No crashes

Environment (please complete the following information):

  • Operating system: arch linux
  • Python version: 3.9.9
  • Open3D version: 0.14.1
  • Is this remote workstation?: no
  • How did you install Open3D?: build from source
  • Compiler version (if built from source): gcc 11.1.0

Additional context
I'm trying to get picked points in non-blocking way

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

No branches or pull requests

2 participants
0