-
-
Notifications
You must be signed in to change notification settings - Fork 981
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 YPLibraryVC.swift line 471 #637
Comments
I have same issue. Can't reproduce but some of users have this problem Crashed: com.apple.root.user-initiated-qos |
Same here (multiple crashes, all iOS 14, iPhone 7 + X):
|
Same random crashes
|
Has there been any progress regarding this crash? We're also receiving crash reports related to this and unable to reproduce the crash locally. My suspicion is that |
Happy to sponsor a bug bounty for this. Anyone able to fix this? |
@hansemannn I can't reproduce it. Maybe you can fix it? |
Unfortunately I wasn't ever able to reproduce it, I just noticed it via Crashlytics. I feel like it's some kind of threading issue or maybe #696, but I wasn't even able to reproduce that. |
@hansemannn so am I 🤷🏻♂️ |
@hansemannn @NikKovIos
Unfortunately I haven't been able to reproduce it but I will try again on my side and post any updates here. |
This happens from time to time to one of the users of my app. I've got crash log from XCode. It crashes in So looks like fetchResult is nil. No idea though why this happens, how to replicate and what is the proper fix 🤷 |
Tryed to fix it in beed49d |
Use https://github.com/Yummypets/YPImagePicker/releases/tag/5.2.1 |
@NikKovIos Can confirm that i no longer see the crash in YPImagePicker when using 5.2.1 version 👍 |
@NikKovIos I'm using 5.2.1 and still see the crash. Please see attached stack trace. |
Still seeing crash in 5.2.1: Crashed: com.apple.root.user-initiated-qos |
I have not been able to reproduce this one. Not that common but happens sometimes:
100% iphone devices
100% iOS 14
Stacktrace:
Crashed: com.apple.root.user-initiated-qos
EXC_BREAKPOINT 0x00000001887d5fb0
Crashed: com.apple.root.user-initiated-qos
0 libswiftCore.dylib 0x1887d5fb0 assertionFailure(:_:file:line🎏) + 488
1 YPImagePicker 0x1047b27bc closure #1 in YPLibraryVC.selectedMedia(photoCallback:videoCallback:multipleItemsCallback:) + 471 (YPLibraryVC.swift:471)
2 YPImagePicker 0x1047d7010 thunk for @escaping @callee_guaranteed () -> () + 4404916240 (:4404916240)
3 libdispatch.dylib 0x184a21298 _dispatch_call_block_and_release + 24
4 libdispatch.dylib 0x184a22280 _dispatch_client_callout + 16
5 libdispatch.dylib 0x1849d4254 _dispatch_root_queue_drain + 688
6 libdispatch.dylib 0x1849d48e4 _dispatch_worker_thread2 + 124
7 libsystem_pthread.dylib 0x1cab57568 _pthread_wqthread + 212
8 libsystem_pthread.dylib 0x1cab5a874 start_wqthread + 8
The text was updated successfully, but these errors were encountered: