isl-org / isl-org/Open3D

registrationRANSACBasedOnFeatureMatching crashed if built with openmp

Open
#3,003 0 comments 0 reactions 0 assignees View on GitHub
build/install
Dominant language
C++
Stars
14k
Forks
2.6k
Avg merge
5d 18h
Merged PRs (30d)
6

Description

**IMPORTANT: Please use the following template to report the bug.**
_____

**Describe the bug**
when compiling open3d with openmp support, registrationRANSACBasedOnFeatureMatching method crashed offen. I recompiled open3d with -DWITH_OPENMP=OFF, then it worked fine
![Screenshot from 2021-02-06 17-11-34](https://user-images.githubusercontent.com/15899704/107114548-9abc7f00-68a1-11eb-85cd-f79319d854a4.png)

**To Reproduce**
Steps to reproduce the behavior:

I am using open3d in cpp

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**

- Operating system: ubuntu18
- Python version: (e.g. Python 3.6)
- Open3D version:0.10
- Is this remote workstation?: docker
- How did you install Open3D?: build from source with:
```
RUN cd /Open3D && ./util/scripts/install-deps-ubuntu.sh assume-yes && mkdir build && cd build && cmake .. -DBUILD_PYTHON_MODULE=OFF -DBUILD_SHARED_LIBS=ON -DGLIBCXX_USE_CXX11_ABI=ON && make -j16 && make install
```
- Compiler version (if built from source): gcc 7.5

**Additional context**
Add any other context about the problem here.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.