PaddlePaddle / Paddle-Lite

PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)
https://www.paddlepaddle.org.cn/lite
Apache License 2.0
6.96k stars 1.61k forks source link

运行到MobileConfig config即报错崩溃 #10133

Open niuhaitaofeilong opened 1 year ago

niuhaitaofeilong commented 1 year ago

 1)Paddle Lite 版本:V2.12    2)Host 环境:Ubuntu    3)运行设备环境:骁龙845    4)预测后端信息:GPU

niuhaitaofeilong commented 1 year ago

backtrace:

00 pc 00000000000830f0 /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 87ed7ba713785c50670d166a6a1664a7)

  #01 pc 0000000000408d98  /system/lib64/libpaddle_light_api_shared.so (BuildId: 914242329ee4f4ce8c4506f2e3a0bb2fb6a3006e)

shortMsg = Native crash longMsg = Aborted stackTrace = Build fingerprint: 'qti/sdm845/sdm845:10/QKQ1.191208.002/eng.root.20230306.171953:user/test-keys'

niuhaitaofeilong commented 1 year ago
  #00 pc 00000000000830f0  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 87ed7ba713785c50670d166a6a1664a7)
  #01 pc 0000000000408d98  /system/lib64/libpaddle_light_api_shared.so (__kmp_abort_process+44) (BuildId: 914242329ee4f4ce8c4506f2e3a0bb2fb6a3006e)
hong19860320 commented 1 year ago

看起来是 openmp 问题,建议直接使用我们提供的正式版的预编译库:https://www.paddlepaddle.org.cn/lite/v2.12/quick_start/release_lib.html ,如果有问题,请把相关下载链接发下,我们复现一下。

zhanghui43 commented 9 months ago

可以检查下手机是不是开了省电模式