registrationRANSACBasedOnFeatureMatching crashed if built with openmp
- 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

**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.