objective-c - iOS 奔溃 SIGSEGV SEGV_ACCERR,请问该如何定位问题?
黄舟
黄舟 2017-04-18 09:32:22
0
5
623
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(5)
刘奇

1. Xcode debugging plus Exception breakpoint
2. Only crash report, look for crash report analysis articles, use .dSYM file analysis

黄舟

SIGSEGV is usually caused by repeatedly releasing objects. This kind of error is rare after ARC. You can analyze it in detail as mentioned above. Visual inspection is under the AV category. .

大家讲道理

Is this all crash information? You can pull out all the crash information to facilitate problem analysis.

迷茫

Check if it’s an array out-of-bounds problem

Ty80

Has your problem been solved? I also encountered the same problem

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template