memory access error SIGSEGV
Greetings,
When I run "python OnlineTest.py" I get the following error:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
it occurs when
success = self.info3D_model.trackFace(image.encode('utf-8'), calib_matrix_np, pointer(face_info))
is executed.
Has anyone encountered this? I know it is some kind of memory access problem. I'm using Ubuntu 20.04 lts.
Thank you for your help and best regards
@fmeum I'm sorry, I removed the lockfile.
Looks like CI is failing due to missing build files, but the BCR setup looks good.
@fmeum Do you know how to handle patch adding empty file? It causes a patch error as below. https://buildkite.com/bazel/bcr-presubmit/builds/2987#018ce4a0-352b-47bb-8c25-a5759631964c/236-266
@wep21 How did you generate the patch? The Bazel implementation of patch can be a bit strict at times. I would recommend using git diff to generate the patch, those usually work.