RecurrentGaze icon indicating copy to clipboard operation
RecurrentGaze copied to clipboard

memory access error SIGSEGV

Open hwuebben opened this issue 5 years ago • 0 comments

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

hwuebben avatar May 11 '20 09:05 hwuebben

@fmeum I'm sorry, I removed the lockfile.

wep21 avatar Jan 06 '24 09:01 wep21

Looks like CI is failing due to missing build files, but the BCR setup looks good.

fmeum avatar Jan 06 '24 09:01 fmeum

@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 avatar Jan 07 '24 15:01 wep21

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

fmeum avatar Jan 09 '24 19:01 fmeum