Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

NSURLConnection crash #15

Closed
zhuolaiqiang opened this issue Jan 4, 2014 · 3 comments
Closed

NSURLConnection crash #15

zhuolaiqiang opened this issue Jan 4, 2014 · 3 comments

Comments

@zhuolaiqiang
Copy link

Thread 0 Crashed:
0 CFNetwork 0x2d4c3388 HTTPParser::HTTPParser(CFAllocator const_, HTTPParserClient_, HTTPParser_) + 32
1 CFNetwork 0x2d4a5a56 HTTPMessage::commonInitialization(unsigned char, HTTPMessage const_) + 134
2 CFNetwork 0x2d4a61e0 HTTPMessage::HTTPMessage(HTTPMessage const_) + 84
3 CFNetwork 0x2d4a60e2 HTTPRequestMessage::HTTPRequestMessage(HTTPRequestMessage const_) + 14
4 CFNetwork 0x2d4a60a4 HTTPRequest::HTTPRequest(HTTPRequest const_) + 8
5 CFNetwork 0x2d4a604e URLRequest::initialize(URLRequest const_, unsigned char) + 354
6 CFNetwork 0x2d4a5ed2 _createRequestCopy(_CFAllocator const, CFURLRequest const, unsigned char) + 94
7 Foundation 0x2e1e166c createCFRequest + 36
8 Foundation 0x2e1e1166 -[NSURLConnectionInternalConnection initWithInfo:] + 94
9 Foundation 0x2e1e1002 -[NSURLConnection(Private) _initWithRequest:delegate:usesCache:maxContentLength:startImmediately:connectionProperties:] + 294
10 Foundation 0x2e23313a -[NSURLConnection initWithRequest:delegate:startImmediately:] + 50
11 MyAPP.app 0x00ce5966 0x1b000 + 13412710
12 libdispatch.dylib 0x38164d78 _dispatch_call_block_and_release + 8
13 libdispatch.dylib 0x38164d64 _dispatch_client_callout + 20
14 libdispatch.dylib 0x3816b7bc _dispatch_main_queue_callback_4CF$VARIANT$mp + 264
15 CoreFoundation 0x2d87381c __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
+ 4
16 CoreFoundation 0x2d8720f0 __CFRunLoopRun + 1296
17 CoreFoundation 0x2d7dcce2 CFRunLoopRunSpecific + 518
18 CoreFoundation 0x2d7dcac6 CFRunLoopRunInMode + 102
19 GraphicsServices 0x324fd27e GSEventRunModal + 134
20 UIKit 0x3007ea3c UIApplicationMain + 1132
21 MyAPP.app 0x00020d4e 0x1b000 + 23886
22 MyAPP.app 0x00020c74 0x1b000 + 23668

A new app seems to crash and spdy relationship.
The above is a crash log。
Is there a way around this?

@goaway
Copy link
Collaborator

goaway commented Jan 4, 2014

Hey @zhuolaiqiang, are you able to consistently reproduce this? If so, do you mind sharing steps to reproduce and/or code that can be run to trigger the crash?

@zhuolaiqiang
Copy link
Author

hi I'm sorry
Thank you for your reply. I have to fix this bug it.
SPDY library is not a problem, the problem of my own program, leading to a crash.
Description: AFNetworking/AFNetworking#843

@goaway
Copy link
Collaborator

goaway commented Jan 6, 2014

Thanks for the update @zhuolaiqiang! Glad you were able to find a resolution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants