Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash #6

Closed
taher-mosbah opened this issue Oct 28, 2015 · 1 comment
Closed

Crash #6

taher-mosbah opened this issue Oct 28, 2015 · 1 comment

Comments

@taher-mosbah
Copy link

I have the following crash in Fabric, does not mean much to me ..

Crashed: com.apple.main-thread
SIGABRT ABORT 0x0000000193d57270
 raw
0   libsystem_kernel.dylib  
__pthread_kill + 8
1
libsystem_pthread.dylib 
pthread_kill + 112
2
libsystem_c.dylib   
abort + 112
3
libsystem_malloc.dylib  
purgeable_ptr_in_use_enumerator + 406
4
libsystem_malloc.dylib  
free_tiny_botch + 84
5
CFNetwork   
HTTPMessage::ensureParserFinished() + 108
6
CFNetwork   
HTTPMessage::copyAllHeaderFields(__CFArray const**) + 28
7   CFNetwork   
-[NSHTTPURLResponse allHeaderFields] + 48
8

AFNetworkActivityLogger.m line 153
-[AFNetworkActivityLogger networkRequestDidFinish:]
9   CoreFoundation  
__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
11  Foundation  
-[NSNotificationCenter postNotificationName:object:userInfo:] + 72
12

AFURLConnectionOperation.m line 486
__34-[AFURLConnectionOperation finish]_block_invoke
13  libdispatch.dylib   
_dispatch_call_block_and_release + 24
20  UIKit   
UIApplicationMain + 1488
21

main.m line 14
main
22
libdyld.dylib   
start + 4
@stanislaw
Copy link
Owner

I doesn't mean anything to me either. Looks like it is not related to AFNetworkingLogger itself.

I would recommend you disabling AFNetworkingLogger for your production - by doing this you will be sure that this bug will not affect your app Release configuration.

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

No branches or pull requests

2 participants