PointCloudLibrary/pcl

Poisson reconstruction in parallel threads segfaults

开放

#1,845 创建于 2017年3月16日

 (7 条评论) (1 个反应) (0 位负责人)C++ (4,506 个派生)batch import
help wantedkind: bugkind: todomodule: surface

仓库指标

星标
 (9,023 个星标)
PR 合并指标
 (平均合并 8天 7小时) (30 天内合并 3 个 PR)

描述

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

贡献者指南