AliceVision
AliceVision copied to clipboard
Segmentation fault in main_cameraInit.cpp
I faced a similar segmentation error of CameraInit issues when running meshroom_batch on server and according to the backtrace of gdb, I highly doubt that it's caused by line 642 of main_cameraInit.cpp and line 651 of main_cameraInit.cpp. These two commands are wrapped by #pragma omp parallel for and the map intrinsicsSetFromFocal35mm is not under the protection of #pragma omp critical. Am I correct? If so may I make a pull request to fix it?