SeetaFace2AndroidDemo icon indicating copy to clipboard operation
SeetaFace2AndroidDemo copied to clipboard

使用最新版的SeetaFace2编译成so之后FE = new seeta::FaceEngine(FD_model, PD_model, FR_model, 2, 16 );报错

Open zhangwei911 opened this issue 5 years ago • 0 comments

使用arm-linux-androideabi-addr2line得到这一行报错,FE = new seeta::FaceEngine(FD_model, PD_model, FR_model, 2, 16 );

01-14 17:21:37.233 6039 6102 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x93300000 in tid 6102 (pool-1-thread-2) 01-14 17:21:37.233 191 191 W : debuggerd: handling request: pid=6039 uid=10084 gid=10084 tid=6102 01-14 17:21:37.300 6125 6125 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 01-14 17:21:37.300 6125 6125 F DEBUG : Build fingerprint: 'Android/rk3288/rk3288:7.1.2/NHG47K/will06271050:userdebug/test-keys' 01-14 17:21:37.300 6125 6125 F DEBUG : Revision: '0' 01-14 17:21:37.300 6125 6125 F DEBUG : ABI: 'arm' 01-14 17:21:37.300 6125 6125 F DEBUG : pid: 6039, tid: 6102, name: pool-1-thread-2 >>> com.chihun.learn.seetafacedemo <<< 01-14 17:21:37.300 6125 6125 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x93300000 01-14 17:21:37.300 6125 6125 F DEBUG : r0 94579a4c r1 7d8803e8 r2 7d8803e4 r3 7de00000 01-14 17:21:37.300 6125 6125 F DEBUG : r4 93300000 r5 94579a4c r6 8e37f44c r7 945799f0 01-14 17:21:37.300 6125 6125 F DEBUG : r8 b01d1008 r9 94579a40 sl 945799d0 fp a67d4a80 01-14 17:21:37.300 6125 6125 F DEBUG : ip b01cc860 sp 945799c8 lr 93e9fdd3 pc 93e9fdbe cpsr 800f0030 01-14 17:21:37.303 6125 6125 F DEBUG : 01-14 17:21:37.303 6125 6125 F DEBUG : backtrace: 01-14 17:21:37.303 6125 6125 F DEBUG : #00 pc 00037dbe /data/app/com.chihun.learn.seetafacedemo-1/lib/arm/libfacerecognize.so (_ZN5seeta12ModelSetting6updateEv+61) 01-14 17:21:37.303 6125 6125 F DEBUG : #01 pc 0000e599 /data/app/com.chihun.learn.seetafacedemo-1/lib/arm/libSeetaFaceRecognizer.so (_ZN5seeta12ModelSettingC2ERK17SeetaModelSetting+80) 01-14 17:21:37.303 6125 6125 F DEBUG : #02 pc 0000d113 /data/app/com.chihun.learn.seetafacedemo-1/lib/arm/libSeetaFaceRecognizer.so (_ZN5seeta2v212FaceDatabase9ImplementC2ERK17SeetaModelSetting+106) 01-14 17:21:37.303 6125 6125 F DEBUG : #03 pc 0000d08b /data/app/com.chihun.learn.seetafacedemo-1/lib/arm/libSeetaFaceRecognizer.so (_ZN5seeta2v212FaceDatabaseC2ERK17SeetaModelSetting+22) 01-14 17:21:37.303 6125 6125 F DEBUG : #04 pc 00037459 /data/app/com.chihun.learn.seetafacedemo-1/lib/arm/libfacerecognize.so (_ZN5seeta10FaceEngineC2ERK17SeetaModelSettingS3_S3_ii+34) 01-14 17:21:37.303 6125 6125 F DEBUG : #05 pc 000372ff /data/app/com.chihun.learn.seetafacedemo-1/lib/arm/libfacerecognize.so (Java_com_chihun_learn_seetafacedemo_seeta_FaceRecognizer_initNativeEngine+182) 01-14 17:21:37.303 6125 6125 F DEBUG : #06 pc 004cfbcd /data/app/com.chihun.learn.seetafacedemo-1/oat/arm/base.odex (offset 0x4cf000)

图片

zhangwei911 avatar Jan 14 '20 09:01 zhangwei911