PointCloudLibrary/pcl

Poisson reconstruction in parallel threads segfaults

Open

#1.845 aberto em 16 de mar. de 2017

Ver no GitHub
 (7 comments) (1 reaction) (0 assignees)C++ (4.506 forks)batch import
help wantedkind: bugkind: todomodule: surface

Métricas do repositório

Stars
 (9.023 stars)
Métricas de merge de PR
 (Mesclagem média 8d 7h) (3 fundiu PRs em 30d)

Description

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

Guia do colaborador