Open bugaco opened 11 months ago
Thanks for reporting this!
From the stack it happens at closure #1 in PhotoListViewController.startDownloadImage(_:) + 30 (PhotoListViewController+ImageDownload.swift:30)
. Do you have any idea on which line in the code exactly this is at?
Thanks for reporting this!
From the stack it happens at
closure #1 in PhotoListViewController.startDownloadImage(_:) + 30 (PhotoListViewController+ImageDownload.swift:30)
. Do you have any idea on which line in the code exactly this is at?
Thanks for the reply! I have edited my first comment and added some line number:
I'm a bit confused about the trace, "line 30" is "}". Is it possible that it actually refers to line 32?🤔
@bugaco
Not sure about what is going on with the current information.
Do you have the crash reason, say, something like SIGTRAP
or EXC_BAD_ACCESS
attached to the report?
@bugaco
Not sure about what is going on with the current information.
Do you have the crash reason, say, something like
SIGTRAP
orEXC_BAD_ACCESS
attached to the report?
@onevcat Yeah, the crash reason is :
Crashed: com.apple.main-thread
EXC_BREAKPOINT 0x0000000104959884
Ummm...
So I guess this basically means the dispatch framework is not happy with something. Do you have any "diagnostic messages" in the received crash report? Maybe there is some useful reason.
@onevcat I checked Google Crashlytics, but do not find the "diagnostic messages"🤔
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
What
Hey, God Miao🐱 I got a crash report on Google Crashlytics. I am not sure what caused it. Are there any ideas?😯
Stack trace
code snippet of PhotoListViewController in MyApp
Data
Reproduce
It seems challenging to reproduce.In my App, users encountered this crash / all users = 0.006%.