-
Notifications
You must be signed in to change notification settings - Fork 321
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
[Bug report] iOS Thumbnail Fetch Crash #1238
Comments
AI Summary: The user is reporting a crash on iOS 17+ when fetching thumbnails using |
The failing thread: Crashed: com.apple.root.default-qos
0 libobjc.A.dylib 0x3c20 objc_msgSend + 32
1 Photos 0x25f6c -[PHImageManager requestNewCGImageForAsset:targetSize:contentMode:options:resultHandler:] + 344
2 Photos 0x25de4 -[PHImageManager requestImageForAsset:targetSize:contentMode:options:resultHandler:] + 172
3 photo_manager 0xa244 -[PMManager fetchThumb:option:resultHandler:progressHandler:] + 452
4 photo_manager 0xa01c -[PMManager getThumbWithId:option:resultHandler:progressHandler:] + 160
5 photo_manager 0x12f34 -[PMPlugin handleMethodResultHandler:manager:notificationManager:] + 1916
6 photo_manager 0x12760 __19-[PMPlugin onAuth:]_block_invoke + 40
7 libdispatch.dylib 0x213c _dispatch_call_block_and_release + 32
8 libdispatch.dylib 0x3dd4 _dispatch_client_callout + 20
9 libdispatch.dylib 0x6f6c _dispatch_queue_override_invoke + 928
10 libdispatch.dylib 0x15894 _dispatch_root_queue_drain + 392
11 libdispatch.dylib 0x1609c _dispatch_worker_thread2 + 156
12 libsystem_pthread.dylib 0x48f8 _pthread_wqthread + 228
13 libsystem_pthread.dylib 0x10cc start_wqthread + 8 |
Try to rollback to 3.6.2? |
We have rolled back to version 3.2.3, which was stable in previous app release |
A QOS priority was added in 3.6.3. I actually want to know if 3.6.2 has the same problem. |
Yes same, we tried it earlier |
Version
3.6.3
Platforms
iOS
Device Model
All, iOS 17+
flutter info
How to reproduce?
We are currently unable to reliably reproduce this issue, but we have observed a significant number of crashes recorded in Crashlytics.
Logs
The text was updated successfully, but these errors were encountered: