cinit / QAuxiliary

QNotified phoenix - To make OICQ great again
Other
4.38k stars 320 forks source link

[Bug] 在不激活模块的情况下发生闪退 #801

Closed KJZH001 closed 9 months ago

KJZH001 commented 9 months ago

Steps to reproduce/复现步骤

1.下载并安装QA(我使用的是universal安装包,下载渠道为qa的频道)

2.在桌面上启动QA模块

Expected behaviour/预期行为

它应该能够正常显示出未激活的界面

Actual behaviour/实际行为

打开,出现白屏,然后闪退

如果尝试激活后打开qq,会导致qq也无法运行

XPosed Framework you used/你使用的XP框架

Magisk26.1(26100)+Riru V26.1.7.r530 + 梦境2.1(2102)

QQ(TIM)版本/QQ(TIM) Version

8.9.93

Module Version/模块版本

1.4.7.r1883.b3d4b79

Version and Other Requirements/版本和其他要求

Logs/日志

02-07 11:35:04.687 21314 21314 D QAuxv   : initNativeCore: native hook function is null, Dobby will be used
02-07 11:35:04.687 21314 21314 D QAuxv   : HookLoadLibrary: attempting to hook ld-android.so!__dl__Z9do_dlopenPKciPK17android_dlextinfoPKv
--------- beginning of crash
02-07 11:35:04.711 21314 21314 F libc    : Fatal signal 7 (SIGBUS), code 2, fault addr 0x7273f63000 in tid 21314 (io.github.qauxv)
02-07 11:35:04.838 21335 21335 I crash_dump64: obtaining output fd from tombstoned
02-07 11:35:04.838   783   783 I /system/bin/tombstoned: received crash request for pid 21314
02-07 11:35:04.840 21335 21335 I crash_dump64: performing dump of process 21314 (target tid = 21314)
02-07 11:35:04.841 21335 21335 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-07 11:35:04.841 21335 21335 F DEBUG   : Build fingerprint: 'HONOR/BND-TL10/HWBND-H:8.0.0/HONORBND-TL10/356(C01):user/release-keys'
02-07 11:35:04.841 21335 21335 F DEBUG   : Revision: '0'
02-07 11:35:04.841 21335 21335 F DEBUG   : ABI: 'arm64'
02-07 11:35:04.841 21335 21335 F DEBUG   : pid: 21314, tid: 21314, name: io.github.qauxv  >>> io.github.qauxv <<<
02-07 11:35:04.841 21335 21335 F DEBUG   : signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x7273f63000
02-07 11:35:04.841 21335 21335 F DEBUG   :     x0   0000000000000007  x1   0000000000000000  x2   000000000000000a  x3   0000007fcded1de0
02-07 11:35:04.841 21335 21335 F DEBUG   :     x4   0000007fcded24f6  x5   0000007fcded20cc  x6   00000000702d2d72  x7   00000000702d2d72
02-07 11:35:04.841 21335 21335 F DEBUG   :     x8   0000007273f63000  x9   0000000000000000  x10  0000007fcded1db0  x11  0000000000000010
02-07 11:35:04.841 21335 21335 F DEBUG   :     x12  0000007fcded1fc0  x13  0000007fcded1ff0  x14  00000000000002e5  x15  00000072990f0000
02-07 11:35:04.841 21335 21335 F DEBUG   :     x16  00000072990e53f8  x17  000000729907b2ec  x18  000000000000005c  x19  0000007298214018
02-07 11:35:04.841 21335 21335 F DEBUG   :     x20  00000072731819e9  x21  00000072982f1c40  x22  0000007fcded20a0  x23  0000007fcded20d0
02-07 11:35:04.841 21335 21335 F DEBUG   :     x24  00000000702d2d72  x25  00000000464c457f  x26  0000007fcded209c  x27  000000729d322a48
02-07 11:35:04.841 21335 21335 F DEBUG   :     x28  0000007273314000  x29  0000007fcded2cf0  x30  00000072732332e8
02-07 11:35:04.841 21335 21335 F DEBUG   :     sp   0000007fcded2060  pc   0000007273233244  pstate 0000000060000000
02-07 11:35:04.846 21335 21335 F DEBUG   : 
02-07 11:35:04.846 21335 21335 F DEBUG   : backtrace:
02-07 11:35:04.846 21335 21335 F DEBUG   :     #00 pc 00000000000e3244  /data/app/io.github.qauxv-04UI_C_IwPn_KuLxb4QK4w==/lib/arm64/libqauxv.so
02-07 11:35:04.846 21335 21335 F DEBUG   :     #01 pc 00000000000e2c50  /data/app/io.github.qauxv-04UI_C_IwPn_KuLxb4QK4w==/lib/arm64/libqauxv.so
02-07 11:35:04.846 21335 21335 F DEBUG   :     #02 pc 00000000000c1afc  /data/app/io.github.qauxv-04UI_C_IwPn_KuLxb4QK4w==/lib/arm64/libqauxv.so (_ZN5qauxv15HookLoadLibraryEv+304)
02-07 11:35:04.846 21335 21335 F DEBUG   :     #03 pc 00000000000c3700  /data/app/io.github.qauxv-04UI_C_IwPn_KuLxb4QK4w==/lib/arm64/libqauxv.so (Java_io_github_qauxv_core_NativeCoreBridge_initNativeCore+1488)
02-07 11:35:04.846 21335 21335 F DEBUG   :     #04 pc 000000000008cf88  /data/app/io.github.qauxv-04UI_C_IwPn_KuLxb4QK4w==/oat/arm64/base.odex (offset 0x58000)

logcat.log

wms26 commented 9 months ago

2024/02/10发布的QAuxiliary-v1.4.8.r1905.3aed1c5的更新日志提到了这个问题,你看看能不能正常用,我的华为荣耀安卓8.0已经能正常用了(相对今天来说就是昨天刚发布的)

KJZH001 commented 9 months ago

2024/02/10发布的QAuxiliary-v1.4.8.r1905.3aed1c5的更新日志提到了这个问题,你看看能不能正常用,我的华为荣耀安卓8.0已经能正常用了(相对今天来说就是昨天刚发布的)

感谢,我这边今天已经完成测试,工作一切正常