デバッグ中

TSNewsを使っていると、そこそこ頻繁に落ちるような気がする。手掛かりは今のところ、次のcrash logだけだが、毎回同じような感じ。まだ落ちる状況を再現できていないし、全然見当が付かないが、どうにかして、原因を突き止めなければ。。。

Date/Time: 2013-01-23 10:26:34.557 +0900
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libobjc.A.dylib 0x35aab5aa objc_msgSend + 10
1 UIKit 0x38c791a8 -[UIView dealloc] + 548
2 UIKit 0x390938ce -[_UITableViewHeaderFooterViewBackground dealloc] + 90
3 UIKit 0x38c790a8 -[UIView dealloc] + 292
4 UIKit 0x38e1590e -[UITableViewHeaderFooterView dealloc] + 170
5 UIKit 0x38c790a8 -[UIView dealloc] + 292
6 UIKit 0x38d91146 -[UIScrollView dealloc] + 742
7 UIKit 0x38d90e54 -[UITableView dealloc] + 1100
8 libobjc.A.dylib 0x35aad484 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 164
9 CoreFoundation 0x376c943c _CFAutoreleasePoolPop + 12
10 CoreFoundation 0x37759f3c __CFRunLoopRun + 1292
11 CoreFoundation 0x376cceb8 CFRunLoopRunSpecific + 352
12 CoreFoundation 0x376ccd44 CFRunLoopRunInMode + 100
13 GraphicsServices 0x365032e6 GSEventRunModal + 70
14 UIKit 0x38c9e2f4 UIApplicationMain + 1116
15 tsnews 0x000f6a70 0xf5000 + 6768
16 tsnews 0x000f6a0c 0xf5000 + 6668

UITableViewが、deallocされる場合の問題。UITableViewHeaderFooterViewは、iOS6で初めて出てきたクラスらしくて、明示的には使っていないんだけど。。。