【发布时间】:2019-08-27 09:34:37
【问题描述】:
当我启动 lldb 来调试 iOS 应用程序时,我遇到了以前从未遇到过的错误。
error: Veriff(0x00000001018cc000) N_SO in symbol with UID 1 has 调试图中的同级无效,请提交错误并附加二进制文件 列在这个错误中
以下是错误的上下文。
(lldb) process connect connect://localhost:6666
error: Veriff(0x00000001018cc000) N_SO in symbol with UID 1 has invalid sibling in debug map, please file a bug and attach the binary listed in this error
Process 3270 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x0000000187a1f6b0 libxpc.dylib` _xpc_dictionary_apply_node_f + 108
libxpc.dylib`_xpc_dictionary_apply_node_f:
-> 0x187a1f6b0 <+108>: mov x1, x20
0x187a1f6b4 <+112>: blr x21
0x187a1f6b8 <+116>: tbz w0, #0x0, 0x187a1f6f8 ; <+180>
0x187a1f6bc <+120>: mov x0, x26
0x187a1f6c0 <+124>: cbnz x26, 0x187a1f6a0 ; <+92>
0x187a1f6c4 <+128>: add x22, x22, #0x1 ; =0x1
0x187a1f6c8 <+132>: cmp x22, x23
0x187a1f6cc <+136>: b.lo 0x187a1f698 ; <+84>
Target 0: (Test app) stopped.
有人能解决这个错误吗?
这会影响任何调试吗?
【问题讨论】:
标签: ios iphone debugging reverse-engineering lldb