PointCloudLibrary/pcl

Poisson reconstruction in parallel threads segfaults

Open

#1.845 geöffnet am 16. März 2017

Auf GitHub ansehen
 (7 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (4.506 Forks)batch import
help wantedkind: bugkind: todomodule: surface

Repository-Metriken

Stars
 (9.023 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 7h) (3 gemergte PRs in 30 T)

Beschreibung

Your Environment

  • Operating System and version: Ubuntu 16.10
  • Compiler: gcc 6.2
  • PCL Version: 1.8 as packaged for Ubuntu

Expected Behavior

Two threads should be able to create two different instances of pcl::Poisson and run them on two different input clouds at the same time.

Current Behavior

Segfault

Code to Reproduce

http://pastebin.com/yJrpcpTL

Contributor Guide