proxy-groups,代理节点分组,过多,会导致app崩溃。希望作者能够修复 #612
Replies: 2 comments
-
这段日志显示 Clash Meta 应用(后台进程)在 vivo 手机上发生崩溃,核心原因是进程收到 SIGABRT 信号(强制终止信号),故障关联到应用的核心库 libclash.so 。 关键信息拆解:
|
Beta Was this translation helpful? Give feedback.
-
核心问题是 Clash Meta 应用(com.github.metacubex.clash.meta)的 background 进程频繁崩溃,崩溃根源指向应用的核心库 libclash.so ,且伴随 android.os.DeadObjectException (进程间通信对象已死亡)。 关键崩溃信息总结 1. 崩溃进程:均为 com.github.metacubex.clash.meta:background (应用后台进程),涉及 Binder 通信线程、 DefaultDispatch 调度线程等。 优先修复建议 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
10-14 00:35:55.134 30991 30991 F DEBUG : Softversion: PD1818_A_5.10.45

10-14 00:35:55.134 30991 30991 F DEBUG : Time: 2025-10-14 00:35:55
10-14 00:35:55.134 30991 30991 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-14 00:35:55.134 30991 30991 F DEBUG : Build fingerprint: 'vivo/PD1818/PD1818:8.1.0/OPM1.171019.026/compil09031309:user/release-keys'
10-14 00:35:55.135 30991 30991 F DEBUG : Revision: '0'
10-14 00:35:55.135 30991 30991 F DEBUG : ABI: 'arm64'
10-14 00:35:55.135 30991 30991 F DEBUG : pid: 22424, tid: 22461, name: Thread-117559 >>> com.github.metacubex.clash.meta:background <<<
10-14 00:35:55.135 30991 30991 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
10-14 00:35:55.135 30991 30991 F DEBUG : x0 0000000000000000 x1 00000000000057bd x2 0000000000000006 x3 0000000000000008
10-14 00:35:55.135 30991 30991 F DEBUG : x4 0000000000000001 x5 0000000000000001 x6 0000007919bca2b0 x7 0000000000000000
10-14 00:35:55.135 30991 30991 F DEBUG : x8 0000000000000083 x9 0000000000000026 x10 0000000000000017 x11 000000791af1fe69
10-14 00:35:55.135 30991 30991 F DEBUG : x12 0000000000000007 x13 0000000000000000 x14 0000000000000000 x15 0000000000000000
10-14 00:35:55.135 30991 30991 F DEBUG : x16 00000079194833a0 x17 000000791957f070 x18 0000000000000006 x19 0000000000005798
10-14 00:35:55.135 30991 30991 F DEBUG : x20 000000791957ef20 x21 000000791b6bcd20 x22 0000004002e100c0 x23 0000004002e10078
10-14 00:35:55.135 30991 30991 F DEBUG : x24 000000791aa16ae0 x25 0000004000059ae8 x26 0000000000000000 x27 00000000000001a0
10-14 00:35:55.135 30991 30991 F DEBUG : x28 00000040057bfdc0 x29 000000400234ef28 x30 0000007919c4ac2c
10-14 00:35:55.135 30991 30991 F DEBUG : sp 000000400234ef30 pc 0000007919c71cc8 pstate 0000000080000000
10-14 00:35:55.137 30991 30991 F DEBUG :
10-14 00:35:55.137 30991 30991 F DEBUG : backtrace:
10-14 00:35:55.137 30991 30991 F DEBUG : #00 pc 0000000000082cc8 /data/app/com.github.metacubex.clash.meta-LGImLOKOOOA4T_F9DnWYpg==/lib/arm64/libclash.so (offset 0x66e000)
10-14 00:35:55.137 30991 30991 F DEBUG : #1 pc 000000000005bc28 /data/app/com.github.metacubex.clash.meta-LGImLOKOOOA4T_F9DnWYpg==/lib/arm64/libclash.so (offset 0x66e000)
10-14 00:35:58.168 31234 31234 F DEBUG : Softversion: PD1818_A_5.10.45
10-14 00:35:58.168 31234 31234 F DEBUG : Time: 2025-10-14 00:35:58
10-14 00:35:58.168 31234 31234 F DEBUG : *** *** *** ***
这段日志显示 Clash Meta 应用(后台进程)在 vivo 手机上发生崩溃,核心原因是进程收到 SIGABRT 信号(强制终止信号),故障关联到应用的核心库 libclash.so 。
关键信息拆解:
Beta Was this translation helpful? Give feedback.
All reactions