通过ASIHTTPRequest下载视频时崩溃?

时间:2012-04-12 05:43:41

标签: iphone ios crash crash-reports

以下是BUGSENSE的堆栈跟踪:

堆栈跟踪:

0  libobjc.A.dylib 0x34a80464 0x34a7d000 13412
1  CoreFoundation 0x35818bbf -[NSObject(NSObject) performSelector:withObject:] 22
2  App-iPad 0x0002839d 0x1000 160669
3  CoreFoundation 0x35818bbf -[NSObject(NSObject) performSelector:withObject:] 22
4  Foundation 0x31181795 __NSThreadPerformPerform 268
5  CoreFoundation 0x358307dd __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ 12
6  CoreFoundation 0x358025b7 __CFRunLoopDoSources0 382
7  CoreFoundation 0x35801e5b __CFRunLoopRun 230
8  CoreFoundation 0x35801c87 CFRunLoopRunSpecific 230
9  CoreFoundation 0x35801b8f CFRunLoopRunInMode 58
10 GraphicsServices 0x320c84ab GSEventRunModal 114
11 GraphicsServices 0x320c8557 GSEventRun 62
12 UIKit 0x341dc329 -[UIApplication _run] 412
13 UIKit 0x341d9e93 UIApplicationMain 670
14 App-iPad 0x00003ac5 main 108

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

我认为处理delegate的{​​{1}}对象已被解除分配。

确保在解除委托代理时停止所有待处理的请求。

相关问题