iOS libc++abi.dylib:handler threw exceptionエラーの解決策
2709 ワード
簡単に言えば、最近ツールとSDKをXcode 4にアップグレードしました.5とiOS 6、何気なく1つ検出
必ず現れるバグ:libc++abi.dylib: handler threw exception.
libc++abi.dylib: handler threw exception
: pop {r4, r5}
Xcodeのアップグレードや携帯電話のテスト(iOS 6)による問題だと思っていましたが、よく見るとそうではありません.
エラー・ログが見つかりました:
必ず現れるバグ:libc++abi.dylib: handler threw exception.
libc++abi.dylib: handler threw exception
: pop {r4, r5}
Xcodeのアップグレードや携帯電話のテスト(iOS 6)による問題だと思っていましたが、よく見るとそうではありません.
エラー・ログが見つかりました:
*** -[__NSArrayM objectAtIndex:]: index 5 beyond bounds for empty array
(null)
(
0 CoreFoundation 0x3867b2bb <redacted> + 186
1 libobjc.A.dylib 0x351c797f objc_exception_throw + 30
2 CoreFoundation 0x385c6b75 <redacted> + 164
3 vTurning 0x0003d18b -[PopularWRController tableView:cellForRowAtIndexPath:] + 462
4 UIKit 0x34acb54d <redacted> + 412
5 UIKit 0x34ab0313 <redacted> + 1310
6 UIKit 0x34ac9c4d <redacted> + 168
7 UIKit 0x34aea9a3 <redacted> + 482
8 UIKit 0x34af0f39 <redacted> + 224
9 UIKit 0x34aa27fd <redacted> + 556
10 UIKit 0x34aa2357 <redacted> + 330
11 UIKit 0x34aa219b <redacted> + 1474
12 UIKit 0x34aed405 <redacted> + 156
13 UIKit 0x34af0a81 <redacted> + 224
14 vTurning 0x0002b82b -[EGORefreshTableHeaderView egoRefreshScrollViewDataSourceDidFinishedLoading:] + 186
15 vTurning 0x0003e23d -[PopularWRController finishLoadingTableViewData] + 772
16 Foundation 0x32aaba6f <redacted> + 450
17 CoreFoundation 0x386505df <redacted> + 14
18 CoreFoundation 0x38650291 <redacted> + 272
19 CoreFoundation 0x3864ef01 <redacted> + 1232
20 CoreFoundation 0x385c1ebd CFRunLoopRunSpecific + 356
21 CoreFoundation 0x385c1d49 CFRunLoopRunInMode + 104
22 GraphicsServices 0x38c5e2eb GSEventRunModal + 74
23 UIKit 0x34ad4301 UIApplicationMain + 1120
24 vTurning 0x0001e5a1 main + 100
25 vTurning 0x0001e538 start + 40
)
,
EGORefreshTableHeaderView, , , reload 。
, 。
bug, SDK , , 。