Iphone 通过ASIHTTPRequest下载视频时崩溃?

Iphone 通过ASIHTTPRequest下载视频时崩溃?,iphone,ios,crash,crash-reports,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) performSel

下面是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

有什么建议吗?

在我看来,处理
ASIHTTPRequest
delegate
对象已被释放


在释放委托时,请确保停止所有挂起的请求。

在我看来,处理
ASIHTTPRequest
delegate
对象已被释放


取消分配代理时,请确保停止所有挂起的请求。

\n选择器方法通常使用ThreadPerformForm,您是否可以在使用选择器的地方进行检查,并且没有执行任何错误的内存释放?您是否可以发布代码,说明如何进行请求和处理?\n选择器方法通常使用ThreadPerformForm,您是否可以在使用选择器的地方进行检查,并且没有进行任何错误的内存释放?您是否可以发布代码?您如何提出请求和处理?