tcw165 / my-dlib-experiment

DLib is a Deep Learning C++ library. This is an experiment running DLib on an Android app.
37 stars 12 forks source link

Fatal signal 11 error #6

Open karthi72 opened 6 years ago

karthi72 commented 6 years ago

After face detection am getting the following error. libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 10588 (Thread-4) dont know what is the reason because am just now learning integration of dlib with your code. Please post the cause?

And this is the Logcat:

07-31 11:37:52.556 9845-9845/my.demo.dlib I/CameraSource: Camera auto focus is not supported on this device. 07-31 11:37:52.713 9845-9845/my.demo.dlib I/Choreographer: Skipped 40 frames! The application may be doing too much work on its main thread. 07-31 11:37:52.801 9845-10588/my.demo.dlib D/xyz: frame (w=320, h=240), preview (w=240, h=320) 07-31 11:37:52.801 9845-10588/my.demo.dlib D/skia: onFlyCompress 07-31 11:37:52.821 9845-10588/my.demo.dlib D/xyz: Extract bitmap (w=240, h=320) from YUV frame (took 19.569 ms) 07-31 11:37:52.821 9845-10588/my.demo.dlib I/dlib-jni:: L63: info.width=240, info.height=320 07-31 11:37:52.837 9845-10588/my.demo.dlib I/dlib-jni:: L407: input image (w=240.000000, h=320.000000) is read (took 16.133 ms) 07-31 11:37:59.448 9845-10588/my.demo.dlib I/dlib-jni:: L420: Number of faces detected: 0 (took 6610.470 ms) L469: Convert faces to protobuf message (took 0.044 ms) 07-31 11:37:59.473 9845-10588/my.demo.dlib D/xyz: Detect 0 face with landmarks (took 6652.268 ms) Process of detecting faces and landmarks done (took 6673.464 ms) 07-31 11:37:59.474 9845-10588/my.demo.dlib D/xyz: Ready to render 0 faces frame (w=320, h=240), preview (w=240, h=320) 07-31 11:37:59.475 9845-10588/my.demo.dlib D/skia: onFlyCompress 07-31 11:37:59.483 9845-10588/my.demo.dlib D/xyz: Extract bitmap (w=240, h=320) from YUV frame (took 8.306 ms) 07-31 11:37:59.483 9845-10588/my.demo.dlib I/dlib-jni:: L63: info.width=240, info.height=320 07-31 11:37:59.515 9845-10588/my.demo.dlib I/dlib-jni:: L407: input image (w=240.000000, h=320.000000) is read (took 32.091 ms) 07-31 11:38:06.169 9845-10588/my.demo.dlib I/dlib-jni:: L420: Number of faces detected: 1 (took 6654.046 ms) 07-31 11:38:06.171 9845-10588/my.demo.dlib A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 10588 (Thread-4)