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 on fetch #81

Open
Luten opened this issue Feb 4, 2019 · 7 comments
Open

Crash on fetch #81

Luten opened this issue Feb 4, 2019 · 7 comments

Comments

@Luten
Copy link

Luten commented Feb 4, 2019

This is crash from our client, we don't know yet any reproduction steps.
But maybe the crashlog would be enough for you to catch a problem

Crash log:

#14. Crashed: com.OGDataProvider.URLEmbeddedView
0  libsystem_kernel.dylib         0x1840e92ec __pthread_kill + 8
1  libsystem_pthread.dylib        0x18428a288 pthread_kill$VARIANT$mp + 376
2  libsystem_c.dylib              0x184057d0c abort + 140
3  URLEmbeddedView                0x1023bf3c8 $S15URLEmbeddedView18OGDataCacheManagerC26persistentStoreCoordinatorSo012NSPersistentgH0CvgAFyXEfU_ + 1678
4  URLEmbeddedView                0x1023becbc $S15URLEmbeddedView18OGDataCacheManagerC26writerManagedObjectContextSo09NSManagedhI0CvgAFyXEfU_ + 56
5  URLEmbeddedView                0x1023bec24 $S15URLEmbeddedView18OGDataCacheManagerC26updateManagedObjectContextSo09NSManagedhI0CvgAFyXEfU_Tm + 112
6  URLEmbeddedView                0x1023bec24 $S15URLEmbeddedView18OGDataCacheManagerC26updateManagedObjectContextSo09NSManagedhI0CvgAFyXEfU_Tm + 112
7  URLEmbeddedView                0x1023be010 $S15URLEmbeddedView18OGDataCacheManagerC24fetchOrInsertOGCacheData3url10completionySS_yAA0iJ0CctF + 96
8  URLEmbeddedView                0x1023be3a0 $S15URLEmbeddedView18OGDataCacheManagerC24fetchOrInsertOGCacheData3url10completionySS_yAA0iJ0CctFTo + 128
9  URLEmbeddedView                0x1023c67e4 $S15URLEmbeddedView14OGDataProviderC05fetchC09urlString10completionAA4TaskCSS_yAA9OpenGraphO4DataV_s5Error_pSgtcSgtFyycfU_ + 352
10 URLEmbeddedView                0x1023c5a68 $SIeg_IeyB_TR + 36
11 libdispatch.dylib              0x183f54b24 _dispatch_call_block_and_release + 24
12 libdispatch.dylib              0x183f54ae4 _dispatch_client_callout + 16
13 libdispatch.dylib              0x183f5cf18 _dispatch_continuation_pop$VARIANT$mp + 424
14 libdispatch.dylib              0x183f5b850 _dispatch_async_redirect_invoke$VARIANT$mp + 604
15 libdispatch.dylib              0x183f61d30 _dispatch_root_queue_drain + 588
16 libdispatch.dylib              0x183f61a80 _dispatch_worker_thread3 + 120
17 libsystem_pthread.dylib        0x184287fac _pthread_wqthread + 1176
18 libsystem_pthread.dylib        0x184287b08 start_wqthread + 4
@Luten Luten changed the title Crash on fetch data error Crash on fetch Feb 4, 2019
@marty-suzuki
Copy link
Owner

@Luten
Thank you for reporting.
Did you try to remove and reinstall that iOS application already?

@Luten
Copy link
Author

Luten commented Feb 4, 2019

@marty-suzuki Why remove and reinstall? It is not an option.
As I said we could't not reproduce this crash yet

@Luten
Copy link
Author

Luten commented Feb 9, 2019

@marty-suzuki Hello, are there any news on this issue?

@marty-suzuki
Copy link
Owner

@Luten
I haven't had time to investigate and fix it.
Sorry...

@Luten
Copy link
Author

Luten commented Mar 4, 2019

@marty-suzuki Hello again,
Do you have any updates or estimate on when you'd be able to investigate this issue?

@Luten
Copy link
Author

Luten commented Mar 18, 2019

@marty-suzuki Any updates?

@dreampiggy
Copy link

dreampiggy commented Jan 29, 2020

swift-demangle:

3 URLEmbeddedView `closure #1 () -> __C.NSPersistentStoreCoordinator in URLEmbeddedView.OGDataCacheManager.persistentStoreCoordinator.getter : __C.NSPersistentStoreCoordinator`
4 URLEmbeddedView `closure #1 () -> __C.NSManagedObjectContext in URLEmbeddedView.OGDataCacheManager.writerManagedObjectContext.getter : __C.NSManagedObjectContext`
5 URLEmbeddedView `merged closure #1 () -> __C.NSManagedObjectContext in URLEmbeddedView.OGDataCacheManager.updateManagedObjectContext.getter : __C.NSManagedObjectContext`
6 URLEmbeddedView `merged closure #1 () -> __C.NSManagedObjectContext in URLEmbeddedView.OGDataCacheManager.updateManagedObjectContext.getter : __C.NSManagedObjectContext`
7 URLEmbeddedView `URLEmbeddedView.OGDataCacheManager.fetchOrInsertOGCacheData(url: Swift.String, completion: (URLEmbeddedView.OGCacheData) -> ()) -> ()`
8 URLEmbeddedView `@objc URLEmbeddedView.OGDataCacheManager.fetchOrInsertOGCacheData(url: Swift.String, completion: (URLEmbeddedView.OGCacheData) -> ()) -> ()`
9 URLEmbeddedView `closure #1 () -> () in URLEmbeddedView.OGDataProvider.fetchOGData(urlString: Swift.String, completion: (URLEmbeddedView.OpenGraph.Data, Swift.Error?) -> ()?) -> URLEmbeddedView.Task`
10 URLEmbeddedView `reabstraction thunk helper from @escaping @callee_guaranteed () -> () to @escaping @callee_unowned @convention(block) () -> ()`

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

3 participants