crazecoder / flutter_bugly

腾讯Bugly flutter应用更新统计及异常上报插件,支持Android、iOS
Other
595 stars 163 forks source link

同时集成 flutter_bugly和AMap高德地图导航结束后返回崩溃 #107

Closed ultrapower8 closed 3 years ago

ultrapower8 commented 3 years ago

I/CrashReport-Native( 3292): Successfully handled this native crash in Java profile. D/CrashReport-Native( 3292): Finished waiting 307 ms. I/CrashReport-Native( 3292): Clear eupInfo object. I/CrashReport-Native( 3292): Try to unlock file: /data/user/0/com.air.main.ai_amap_example/app_bugly/../files/native_record_lock I/CrashReport-Native( 3292): Successfully unlock file: /data/user/0/com.air.main.ai_amap_example/app_bugly/../files/native_record_lock D/CrashReport-Native( 3292): Restored signal handlers. D/CrashReport-Native( 3292): Unregister signal handlers. D/CrashReport-Native( 3292): Re-sending signal 'SIGSEGV' to thread: 5025 F/libc ( 3292): Fatal signal 11 (SIGSEGV), code 0 (SI_USER) in tid 5025 (Thread-15), pid 3292 (ai_amap_example)


Build fingerprint: ' ' Revision: '0' ABI: 'arm64' SYSVMTYPE: Maple APPVMTYPE: Art Timestamp: 2021-03-05 12:53:57+0800 pid: 3292, tid: 5025, name: Thread-15 >>> com.air.main.ai_amap_example <<< uid: 10613 signal 11 (SIGSEGV), code 0 (SI_USER), fault addr -------- x0 0000000000000000 x1 000000000000000b x2 78c83d55800e2c7b x3 0000000000000003 x4 0000000000000000 x5 0000808000800000 x6 6465000064000000 x7 0000806480806564 x8 0000000000000081 x9 78c83d55800e2c7b x10 0000007b32c3e660 x11 000000000000002c x12 0000000000000010 x13 0000000000000000 x14 0000000000000001 x15 6465000064000000 x16 0000007ade0c6db0 x17 0000007bbff0c7b0 x18 0000007aa733c000 x19 00000000000013a1 x20 0000007b2f815900 x21 0000007ade0abad0 x22 0000000000000000 x23 000000000000000b x24 0000007ade0c6000 x25 0000007b32c3ee20 x26 0000000000000286 x27 0000007ade0ff1b0 x28 0000007ade0ff088 x29 0000007b32c3ec20 sp 0000007b32c3ec20 lr 0000007ade092298 pc 0000007bbff0c7b8 backtrace:

00 pc 00000000000bb7b8 /apex/com.android.runtime/lib64/bionic/libc.so (kill+8) (BuildId: 0328f365110c006f3b155558069c03b7)

  #01 pc 0000000000008294  /data/app/com.air.main.ai_amap_example-iWyliymfmjlf0vu3gdpJeg==/lib/arm64/libBugly.so (BuildId: 15b3d895ab65d65a4503a164eb455ccf49405cd9)
  #02 pc 0000000000004cb8  /system/bin/app_process64 (art::SignalChain::Handler(int, siginfo*, void*)+352) (BuildId: 2f5c71b6655dcef8c8c732154da78dd1)
  #03 pc 0000000000000638  [vdso] (__kernel_rt_sigreturn)
  #04 pc 000000000000a354  /data/app/com.air.main.ai_amap_example-iWyliymfmjlf0vu3gdpJeg==/lib/arm64/libBugly.so (recordRegisterInfo2File+168) (BuildId: 15b3d895ab65d65a4503a164eb455ccf49405cd9)
  #05 pc 00000000000079c4  /data/app/com.air.main.ai_amap_example-iWyliymfmjlf0vu3gdpJeg==/lib/arm64/libBugly.so (anr_backtrace+236) (BuildId: 15b3d895ab65d65a4503a164eb455ccf49405cd9)
  #06 pc 00000000000cf6f0  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36) (BuildId: 0328f365110c006f3b155558069c03b7)
  #07 pc 00000000000720e8  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 0328f365110c006f3b155558069c03b7)
ultrapower8 commented 3 years ago

已解决