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

CoreFoundation CFStringCreateFromExternalRepresentation #9

Closed
Usipov opened this issue Apr 27, 2017 · 3 comments
Closed

CoreFoundation CFStringCreateFromExternalRepresentation #9

Usipov opened this issue Apr 27, 2017 · 3 comments

Comments

@Usipov
Copy link

Usipov commented Apr 27, 2017

Reproduces oniOS version 8, 10
First issue on the 23rd of December

Crashlog

Crashed: NSOperationQueue 0x1c31f3b80 :: NSOperation 0x15a22a460 (QOS: DEFAULT)
SIGABRT ABORT 0x00000001815a7014
0  libsystem_kernel.dylib         0x1815a7014 __pthread_kill + 8
1  libsystem_pthread.dylib        0x18166f450 pthread_kill + 112
2  libsystem_c.dylib              0x18151b400 abort + 140
3  libsystem_malloc.dylib         0x1815eba5c _nano_vet_and_size_of_live + 330
4  libsystem_malloc.dylib         0x1815ed028 nano_realloc + 648
5  libsystem_malloc.dylib         0x1815df240 malloc_zone_realloc + 180
6  CoreFoundation                 0x182597958 __CFStringCreateImmutableFunnel3 + 692
7  CoreFoundation                 0x18252181c CFStringCreateFromExternalRepresentation + 104
8  Foundation                     0x183007f64 -[NSPlaceholderString initWithData:encoding:] + 148
9  YandexMobileAds                0x104ee2e74 -[YMABase64DataParser parsedResponseData:parsedHeaders:request:] + 284
10 YandexMobileAds                0x104f2f8cc -[YMAStringAdResponseParser parseResponse:data:request:parsedHeaders:error:] + 124
11 YandexMobileAds                0x104f01ffc -[YMANativeAdResponseParser parseResponse:data:request:parsedHeaders:error:] + 168
12 YandexMobileAds                0x104ed4a1c -[YMAAdLoaderRequestRunner handleResponse:data:request:error:] + 360
13 YandexMobileAds                0x104ed47d8 __31-[YMAAdLoaderRequestRunner run]_block_invoke + 80
14 CFNetwork                      0x182cb843c __67+[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]_block_invoke_2 + 180
15 Foundation                     0x1830c7fb0 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 16
16 Foundation                     0x18300caa8 -[NSBlockOperation main] + 96
17 Foundation                     0x182ffd0a4 -[__NSOperationInternal _start:] + 620
18 Foundation                     0x1830ca35c __NSOQSchedule_f + 228
19 libdispatch.dylib              0x1814621bc _dispatch_client_callout + 16
20 libdispatch.dylib              0x1814703dc _dispatch_queue_serial_drain + 928
21 libdispatch.dylib              0x1814659a4 _dispatch_queue_invoke + 652
22 libdispatch.dylib              0x18147234c _dispatch_root_queue_drain + 572
23 libdispatch.dylib              0x1814720ac _dispatch_worker_thread3 + 124
24 libsystem_pthread.dylib        0x18166b2a0 _pthread_wqthread + 1288
25 libsystem_pthread.dylib        0x18166ad8c start_wqthread + 4

Fabric keys:

CRASH_INFO_ENTRY_1
*** error for object 0x17ea62e00: pointer being reallocated was not allocated
CRASH_INFO_ENTRY_0
abort() called

Please, fix this

@kanstantsin
Copy link

Thank you for report. We'll have a look at it.
How many crashes like that are there in the app?

@Usipov
Copy link
Author

Usipov commented Apr 30, 2017

@kanstantsin, over 2000 crashes for the last 90 days. More than 2000 users were affected.

@Usipov
Copy link
Author

Usipov commented May 1, 2017

Further investigation revealed similar crashes on other threads of the app. It looks like, the problem is not in yandex mobile ads
Sorry for disturbing

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