Skip to content

编译libpaddle_lite_jni.so后Android崩溃 #10686

@tmkmk

Description

@tmkmk
  • 版本、预测库信息:
       1)Paddle Lite 版本:v2.14-rc v2.12 均尝试过
       2)Host 环境:Ubuntu 25.04
       3)运行设备环境:vivo x70pro plush以及mumu模拟器
       4)预测后端信息:CPU

  • 复现信息:使用项目 https://github.com/yt605155624/TTSAndroid.git 将 里面的libpaddle_lite_jni.so 替换为生成的libpaddle_lite_jni.so后logcat出现如下信息

---------------------------- PROCESS STARTED (2932) for package com.baidu.paddle.lite.demo.tts ----------------------------
2025-07-30 23:33:46.053  2932-2932  Typeface                com.baidu.paddle.lite.demo.tts       I  Preloading /system/fonts/Roboto-Regular.ttf
2025-07-30 23:33:46.132  2932-2932  GraphicsEnvironment     com.baidu.paddle.lite.demo.tts       V  ANGLE Developer option for 'com.baidu.paddle.lite.demo.tts' set to: 'default'
2025-07-30 23:33:46.132  2932-2932  GraphicsEnvironment     com.baidu.paddle.lite.demo.tts       V  ANGLE GameManagerService for com.baidu.paddle.lite.demo.tts: false
2025-07-30 23:33:46.132  2932-2932  GraphicsEnvironment     com.baidu.paddle.lite.demo.tts       V  Neither updatable production driver nor prerelease driver is supported.
2025-07-30 23:33:46.133  2932-2932  NetworkSecurityConfig   com.baidu.paddle.lite.demo.tts       D  No Network Security Config specified, using platform default
2025-07-30 23:33:46.134  2932-2932  NetworkSecurityConfig   com.baidu.paddle.lite.demo.tts       D  No Network Security Config specified, using platform default
2025-07-30 23:33:46.141  2932-2967  libEGL                  com.baidu.paddle.lite.demo.tts       D  loaded /system/lib64/egl/libEGL_emulation.so
2025-07-30 23:33:46.153  2932-2967  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       D  Features: 0 0 0
2025-07-30 23:33:46.153  2932-2967  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       E  vulkan version is 4206881
2025-07-30 23:33:46.168  2932-2932  MtpDeviceJNI            com.baidu.paddle.lite.demo.tts       D  register_android_mtp_MtpDevice
2025-07-30 23:33:46.169  2932-2967  libEGL                  com.baidu.paddle.lite.demo.tts       D  loaded /system/lib64/egl/libGLESv1_CM_emulation.so
2025-07-30 23:33:46.170  2932-2967  libEGL                  com.baidu.paddle.lite.demo.tts       D  loaded /system/lib64/egl/libGLESv2_emulation.so
2025-07-30 23:33:46.188  2932-2967  GraphicsEnv             com.baidu.paddle.lite.demo.tts       E  Failed to get gpu service
2025-07-30 23:33:46.249  2932-2932  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       W  Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)
2025-07-30 23:33:46.250  2932-2932  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       W  Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
2025-07-30 23:33:46.288  2932-2932  Compatibil...geReporter com.baidu.paddle.lite.demo.tts       D  Compat change id reported: 171228096; UID 10040; state: ENABLED
2025-07-30 23:33:46.366  2932-2965  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       D  Features: 0 0 0
2025-07-30 23:33:46.366  2932-2965  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       E  vulkan version is 4206881
2025-07-30 23:33:46.382  2932-2965  hw-ProcessState         com.baidu.paddle.lite.demo.tts       D  Binder ioctl to enable oneway spam detection failed: Invalid argument
2025-07-30 23:33:46.382  2932-2965  HidlServiceManagement   com.baidu.paddle.lite.demo.tts       E  getService: Potential race detected, descriptor: android.hardware.configstore@1.0::ISurfaceFlingerConfigs instance: default
2025-07-30 23:33:46.383  2932-2965  OpenGLRenderer          com.baidu.paddle.lite.demo.tts       W  Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2025-07-30 23:33:46.394  2932-2965  HidlServiceManagement   com.baidu.paddle.lite.demo.tts       E  getService: Potential race detected, descriptor: android.hardware.graphics.mapper@4.0::IMapper instance: default
2025-07-30 23:33:46.394  2932-2965  Gralloc4                com.baidu.paddle.lite.demo.tts       I  mapper 4.x is not supported
2025-07-30 23:33:46.394  2932-2965  HidlServiceManagement   com.baidu.paddle.lite.demo.tts       E  getService: Potential race detected, descriptor: android.hardware.graphics.mapper@3.0::IMapper instance: default
2025-07-30 23:33:46.394  2932-2965  Gralloc3                com.baidu.paddle.lite.demo.tts       W  mapper 3.x is not supported
2025-07-30 23:33:46.394  2932-2965  HidlServiceManagement   com.baidu.paddle.lite.demo.tts       E  getService: Potential race detected, descriptor: android.hardware.graphics.mapper@2.0::IMapper instance: default
2025-07-30 23:33:46.396  2932-2965  HidlServiceManagement   com.baidu.paddle.lite.demo.tts       E  getService: Potential race detected, descriptor: android.hardware.graphics.allocator@4.0::IAllocator instance: default
2025-07-30 23:33:46.401  2932-2965  Gralloc4                com.baidu.paddle.lite.demo.tts       W  allocator 4.x is not supported
2025-07-30 23:33:46.401  2932-2965  HidlServiceManagement   com.baidu.paddle.lite.demo.tts       E  getService: Potential race detected, descriptor: android.hardware.graphics.allocator@3.0::IAllocator instance: default
2025-07-30 23:33:46.402  2932-2965  Gralloc3                com.baidu.paddle.lite.demo.tts       W  allocator 3.x is not supported
2025-07-30 23:33:46.402  2932-2965  HidlServiceManagement   com.baidu.paddle.lite.demo.tts       E  getService: Potential race detected, descriptor: android.hardware.graphics.allocator@2.0::IAllocator instance: default
2025-07-30 23:33:46.403  2932-2965  gralloc_x86             com.baidu.paddle.lite.demo.tts       D  gralloc_alloc: Creating ashmem region of size 1171456
2025-07-30 23:33:46.419  2932-2976  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       D  Features: 0 0 0
2025-07-30 23:33:46.419  2932-2976  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       E  vulkan version is 4206881
2025-07-30 23:33:46.420  2932-2976  gralloc_x86             com.baidu.paddle.lite.demo.tts       D  gralloc_alloc: Creating ashmem region of size 1171456
2025-07-30 23:33:46.422  2932-2976  gralloc_x86             com.baidu.paddle.lite.demo.tts       D  gralloc_alloc: Creating ashmem region of size 1171456
2025-07-30 23:33:46.520  2932-2965  gralloc_x86             com.baidu.paddle.lite.demo.tts       D  gralloc_alloc: Creating ashmem region of size 3690496
2025-07-30 23:33:46.537  2932-2982  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       D  Features: 0 0 0
2025-07-30 23:33:46.537  2932-2982  e.lite.demo.tt          com.baidu.paddle.lite.demo.tts       E  vulkan version is 4206881
2025-07-30 23:33:46.538  2932-2982  gralloc_x86             com.baidu.paddle.lite.demo.tts       D  gralloc_alloc: Creating ashmem region of size 3690496
2025-07-30 23:33:46.539  2932-2982  gralloc_x86             com.baidu.paddle.lite.demo.tts       D  gralloc_alloc: Creating ashmem region of size 3690496
2025-07-30 23:33:46.582  2932-2932  Compatibil...geReporter com.baidu.paddle.lite.demo.tts       D  Compat change id reported: 78294732; UID 10040; state: DISABLED
2025-07-30 23:33:47.174  2932-2969  Predictor               com.baidu.paddle.lite.demo.tts       E  File:/data/user/0/com.baidu.paddle.lite.demo.tts/cache/models/cpu/fastspeech2_csmsc_arm.nb
2025-07-30 23:33:47.182  2932-2969  ziparchive              com.baidu.paddle.lite.demo.tts       E  Zip: lseek on fd -2 failed: Bad file descriptor
2025-07-30 23:33:47.239  2932-2932  com.baidu....e.demo.tts com.baidu.paddle.lite.demo.tts       I  type=1400 audit(0.0:5833): avc: denied { use } for comm=507265646963746F7220576F726B65 path="/dev/null" dev="tmpfs" ino=11275 scontext=u:r:untrusted_app_27:s0:c40,c256,c512,c768 tcontext=u:r:kernel:s0 tclass=fd permissive=1 app=com.baidu.paddle.lite.demo.tts
2025-07-30 23:33:47.243  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.243 ...e/r/Paddle-Lite/lite/core/device_info.cc:283 get_cpu_arch] Unknow cpu arch: 0
2025-07-30 23:33:47.243  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.243 ...e/r/Paddle-Lite/lite/core/device_info.cc:283 get_cpu_arch] Unknow cpu arch: 0
2025-07-30 23:33:47.244  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.244 ...e/r/Paddle-Lite/lite/core/device_info.cc:283 get_cpu_arch] Unknow cpu arch: 0
2025-07-30 23:33:47.244  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.244 ...e/r/Paddle-Lite/lite/core/device_info.cc:283 get_cpu_arch] Unknow cpu arch: 0
2025-07-30 23:33:47.248  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.247 ...e/r/Paddle-Lite/lite/core/device_info.cc:1318 Setup] ARM multiprocessors name: HARDWARE	: PLACEHOLDER
                                                                                                    _SM-S9260_SAMSUNG_
2025-07-30 23:33:47.248  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.248 ...e/r/Paddle-Lite/lite/core/device_info.cc:1319 Setup] ARM multiprocessors number: 4
2025-07-30 23:33:47.248  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.248 ...e/r/Paddle-Lite/lite/core/device_info.cc:1321 Setup] ARM multiprocessors ID: 0, max freq: 3200, min freq: 3200, cluster ID: 0, CPU ARCH: A-1
2025-07-30 23:33:47.248  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.248 ...e/r/Paddle-Lite/lite/core/device_info.cc:1321 Setup] ARM multiprocessors ID: 1, max freq: 3200, min freq: 3200, cluster ID: 0, CPU ARCH: A-1
2025-07-30 23:33:47.248  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.248 ...e/r/Paddle-Lite/lite/core/device_info.cc:1321 Setup] ARM multiprocessors ID: 2, max freq: 3200, min freq: 3200, cluster ID: 0, CPU ARCH: A-1
2025-07-30 23:33:47.249  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.249 ...e/r/Paddle-Lite/lite/core/device_info.cc:1321 Setup] ARM multiprocessors ID: 3, max freq: 3200, min freq: 3200, cluster ID: 0, CPU ARCH: A-1
2025-07-30 23:33:47.249  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.249 ...e/r/Paddle-Lite/lite/core/device_info.cc:1327 Setup] L1 DataCache size is: 
2025-07-30 23:33:47.249  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.249 ...e/r/Paddle-Lite/lite/core/device_info.cc:1329 Setup] 32 KB
2025-07-30 23:33:47.249  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.249 ...e/r/Paddle-Lite/lite/core/device_info.cc:1329 Setup] 32 KB
2025-07-30 23:33:47.249  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.249 ...e/r/Paddle-Lite/lite/core/device_info.cc:1329 Setup] 32 KB
2025-07-30 23:33:47.249  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.249 ...e/r/Paddle-Lite/lite/core/device_info.cc:1329 Setup] 32 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.249 ...e/r/Paddle-Lite/lite/core/device_info.cc:1331 Setup] L2 Cache size is: 
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1333 Setup] 256 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1333 Setup] 256 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1333 Setup] 256 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1333 Setup] 256 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1335 Setup] L3 Cache size is: 
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1337 Setup] 20480 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1337 Setup] 20480 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1337 Setup] 20480 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1337 Setup] 20480 KB
2025-07-30 23:33:47.250  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1339 Setup] Total memory: 6092676KB
2025-07-30 23:33:47.251  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.250 ...e/r/Paddle-Lite/lite/core/device_info.cc:1340 Setup] SVE2 support: 0
2025-07-30 23:33:47.251  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.251 ...e/r/Paddle-Lite/lite/core/device_info.cc:1341 Setup] SVE2 f32mm support: 0
2025-07-30 23:33:47.251  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       I  [I  7/30 23:33:47.251 ...e/r/Paddle-Lite/lite/core/device_info.cc:1342 Setup] SVE2 i8mm support: 0
2025-07-30 23:33:47.252  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       W  [W  7/30 23:33:47.252 ...e-Lite/lite/model_parser/model_parser.cc:856 LoadModelFbsFromFile] 
                                                                                                    warning: the version of opt that transformed this model is not consistent with current Paddle-Lite version.
                                                                                                          version of opt:d9e63bb
                                                                                                          version of current Paddle-Lite:v2.14-rc
2025-07-30 23:33:47.466  2932-2969  Paddle-Lite             com.baidu.paddle.lite.demo.tts       A  [F  7/30 23:33:47.466 /home/r/Paddle-Lite/lite/core/program.cc RuntimeProgram:543] Check failed: it != kernels.end(): 
2025-07-30 23:33:47.467  2932-2969  SIGNAL_LOG              com.baidu.paddle.lite.demo.tts       I  signal pid 2932 uid 10040 signal_num 6 si_code -1 si_errno 0 si_val 0
2025-07-30 23:33:47.469  2932-2969  SIGNAL_LOG              com.baidu.paddle.lite.demo.tts       I  houdini base 0x7bda7e625000
2025-07-30 23:33:47.469  2932-2969  SIGNAL_LOG              com.baidu.paddle.lite.demo.tts       I  houdini arm64 regs base 0x7bda75188070
2025-07-30 23:33:47.466  2932-2932  com.baidu....e.demo.tts com.baidu.paddle.lite.demo.tts       I  type=1400 audit(0.0:5834): avc: denied { search } for comm=507265646963746F7220576F726B65 name="tombstones" dev="sdc3" ino=1310721 scontext=u:r:untrusted_app_27:s0:c40,c256,c512,c768 tcontext=u:object_r:tombstone_data_file:s0 tclass=dir permissive=1 app=com.baidu.paddle.lite.demo.tts
2025-07-30 23:33:47.466  2932-2932  com.baidu....e.demo.tts com.baidu.paddle.lite.demo.tts       I  type=1400 audit(0.0:5835): avc: denied { write } for comm=507265646963746F7220576F726B65 name="10040.log" dev="sdc3" ino=1310770 scontext=u:r:untrusted_app_27:s0:c40,c256,c512,c768 tcontext=u:object_r:tombstone_data_file:s0 tclass=file permissive=1 app=com.baidu.paddle.lite.demo.tts
2025-07-30 23:33:47.466  2932-2932  com.baidu....e.demo.tts com.baidu.paddle.lite.demo.tts       I  type=1400 audit(0.0:5836): avc: denied { open } for comm=507265646963746F7220576F726B65 path="/data/tombstones/app/com.baidu.paddle.lite.demo.tts/10040.log" dev="sdc3" ino=1310770 scontext=u:r:untrusted_app_27:s0:c40,c256,c512,c768 tcontext=u:object_r:tombstone_data_file:s0 tclass=file permissive=1 app=com.baidu.paddle.lite.demo.tts
2025-07-30 23:33:47.472  2932-2969  SIGNAL_LOG              com.baidu.paddle.lite.demo.tts       I  dump signal file path: /data/tombstones/app/com.baidu.paddle.lite.demo.tts/10040.log fd 75
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A  
                                                                                                    
                                                                                                    ----- pid 2932 tid 2969 at 2025-07-30 23:33:47.472849435+0800 -----
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A  Cmd line: com.baidu.paddle.lite.demo.tts
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A  ABI: 'ARM64'
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x0  0000000000000000  x1  00007bdd3556dcb0  x2  0000000000000077  x3  0000000fffffffff
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x4  0000000000000000  x5  0000000000000000  x6  604f2e712e646c6e  x7  7f7f7f7f7f7f7f7f
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x8  0176cd4445c42616  x9  0176cd4445c42616  x10 0000000000000000  x11 000000000bbd9a2a
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x12 0000000000000001  x13 00007bda83f0474a  x14 0000000000000010  x15 0000000000000000
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x16 000000000c7c1008  x17 000000000bc03d44  x18 0000000000000000  x19 00007bda83f057b8
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x20 00007bda83f05708  x21 00007bdac82a2f90  x22 00007bda83f05750  x23 00007bda83f05780
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x24 00007bda83f056a0  x25 00007bda83f05698  x26 00007bda83f05768  x27 0000000000000000
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      x28 00007bdab83c5d18  x29 0000000000000000  lr  000000000c4def0c  sp  00007bda83f05560
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A      pc  000000000c4def0c  pst 0000000000000000
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A    
2025-07-30 23:33:47.473  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A        #00 pc 000000000012af0c  /data/app/~~MhxoBdaSFP6yNX_WS4EdBg==/com.baidu.paddle.lite.demo.tts-03QoZ9hqjKiuwiZj5X-kjg==/lib/arm64/libpaddle_lite_jni.so
2025-07-30 23:33:47.486  2932-2932  com.baidu....e.demo.tts com.baidu.paddle.lite.demo.tts       I  type=1400 audit(0.0:5837): avc: denied { getattr } for comm=507265646963746F7220576F726B65 path="/dev/vaddress" dev="tmpfs" ino=10208 scontext=u:r:untrusted_app_27:s0:c40,c256,c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 app=com.baidu.paddle.lite.demo.tts
2025-07-30 23:33:47.582  2932-2969  DEBUG                   com.baidu.paddle.lite.demo.tts       A  
                                                                                                    ----- end 2969 -----
2025-07-30 23:33:47.584  2932-2969  SIGNAL_LOG              com.baidu.paddle.lite.demo.tts       I  dump signal file ok! path: /data/tombstones/app/com.baidu.paddle.lite.demo.tts/10040.log
2025-07-30 23:33:47.585  2932-2969  libc                    com.baidu.paddle.lite.demo.tts       A  Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 2969 (Predictor Worke), pid 2932 (e.lite.demo.tts)
2025-07-30 23:33:47.758  2987-2987  DEBUG                   pid-2987                             A  Cmdline: com.baidu.paddle.lite.demo.tts
2025-07-30 23:33:47.758  2987-2987  DEBUG                   pid-2987                             A  pid: 2932, tid: 2969, name: Predictor Worke  >>> com.baidu.paddle.lite.demo.tts <<<
---------------------------- PROCESS ENDED (2932) for package com.baidu.paddle.lite.demo.tts ----------------------------

  • 期间 有尝试过编译libpaddle_lite_jni.so时,将build_android.sh内容保持不变,以及将参数WITH_EXTRA改为ON 均出现同样的问题

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions