i have following crash report can't figure out cause of crash. crash appears quite pattern varies @ each time. many thanks!
thread 0 crashed: 0 libsystem_kernel.dylib 0x0000000198337270 __pthread_kill + 8 1 libsystem_c.dylib 0x00000001982aeb18 abort + 112 2 libsystem_malloc.dylib 0x00000001983723e4 <redacted> + 0 3 libsystem_malloc.dylib 0x00000001983712f8 <redacted> + 192 4 corefoundation 0x00000001866c55e8 <redacted> + 192 5 corefoundation 0x00000001865d1394 cfrelease + 328 6 corefoundation 0x00000001866bc2bc _cfstringcreatewithformatandargumentsaux2 + 272 7 foundation 0x0000000187502448 -[nsplaceholderstring initwithformat:locale:arguments:] + 172 8 0x000000010020f088 _mh_execute_header + 1536136 9 0x0000000100225614 _mh_execute_header + 1627668 10 0x00000001001ac6d0 _mh_execute_header + 1132240 11 cfnetwork 0x00000001861745b8 <redacted> + 80 12 cfnetwork 0x0000000186174548 <redacted> + 208 13 cfnetwork 0x00000001861746c4 <redacted> + 60 14 cfnetwork 0x0000000186047990 <redacted> + 104 15 cfnetwork 0x000000018611150c <redacted> + 104 16 cfnetwork 0x0000000186033ac8 <redacted> + 76 17 corefoundation 0x00000001865d4cdc cfarrayapplyfunction + 68 18 cfnetwork 0x0000000186033974 <redacted> + 136 19 cfnetwork 0x0000000186033828 <redacted> + 312 20 cfnetwork 0x0000000186033654 <redacted> + 68 21 corefoundation 0x00000001866ac240 <redacted> + 24 22 corefoundation 0x00000001866ab4e4 <redacted> + 264 23 corefoundation 0x00000001866a9594 <redacted> + 712 24 corefoundation 0x00000001865d52d4 cfrunlooprunspecific + 396 25 graphicsservices 0x000000018fc9b6fc gseventrunmodal + 168 26 uikit 0x000000018b19afac uiapplicationmain + 1488 27 0x000000010024bf1c _mh_execute_header + 1785628 28 libdyld.dylib 0x000000019821ea08 <redacted> + 4
i assuming download information web , trying create string parts of information:
6 corefoundation 0x00000001866bc2bc _cfstringcreatewithformatandargumentsaux2 + 272 7 foundation 0x0000000187502448 -[nsplaceholderstring initwithformat:locale:arguments:] + 172
where ever using information fetched internet, should first check if information valid , respects right format expect. therefore, recommend validate information before using it.
Comments
Post a Comment