菜鸟教程小白 发表于 2022-12-13 05:57:44

iOS 神秘崩溃 w libsystem_kernel.dylib


                                            <p><p>我从 <em>Crashlytics</em> 收到的报告是</p>
<pre><code>Crashed: com.apple.main-thread
SIGABRT ABORT at 0x357fedf0
</code></pre>
<p>如何缩小这个神秘的崩溃范围?</p>
<p>另外,这里有一些来自 <em>Crashlytics</em></p> 的附加信息
<p> <img src="/image/R52sI.png" alt="Crashlytics dashboard"/> </p>
<h1>编辑</h1>
<pre><code>Thread : Crashed: com.apple.main-thread
0libsystem_kernel.dylib         0x3b90f350 __pthread_kill + 8
1libsystem_c.dylib            0x3b886123 pthread_kill + 58
2libsystem_c.dylib            0x3b8c2973 abort + 94
3libc++abi.dylib                0x3ae60d4f abort_message + 74
4libc++abi.dylib                0x3ae5e0db safe_handler_caller(void (*)()) + 174
5libc++abi.dylib                0x3ae5e114 std::terminate() + 19
6libc++abi.dylib                0x3ae5f599 __cxa_current_exception_type
7libobjc.A.dylib                0x3b4119d1 objc_exception_rethrow + 12
8CoreFoundation               0x336d7f21 CFRunLoopRunSpecific + 456
9CoreFoundation               0x336d7d49 CFRunLoopRunInMode + 104
10 GraphicsServices               0x3728a2eb GSEventRunModal + 74
11 UIKit                        0x355ed301 UIApplicationMain + 1120
12 MyAppName                      0x000f1e9f main (main.m:15)
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>正如我从堆栈中的日志“pthread_kill”中看到的,我希望这个答案对您有所帮助。</p>

<p> <a href="https://stackoverflow.com/questions/14271421/exception-type-exc-crash-sigabrt" rel="noreferrer noopener nofollow">Exception Type: EXC_CRASH (SIGABRT)</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS 神秘崩溃 w libsystem_kernel.dylib,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/29150329/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/29150329/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS 神秘崩溃 w libsystem_kernel.dylib