-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Crash: "Gifski.run(_:completionHandler:)" #118
Comments
I think I got the same thing here (when pressing cancel). |
@BowdusBrown I only managed to get that in Debug build, not in Release build. So make sure you test in Release mode. |
I've seen this crash too. All the pointers in the callback are the same as in previous calls that did succeed, so it looks like use-after-free of |
Reopening this as I'm still seeing this crash in Crashlytics: #124 (comment) |
This is unfortunately still crashing... Recent crash log:
|
This was fixed by bdee22c. |
From Crashlytics:
Which is this line:
Gifski/Gifski/Gifski.swift
Line 99 in de866cd
(The line number in the stack trace here is incorrect for some reason. I got the correct one from the App Store Connect report)
Help wanted with debugging this crash.
The text was updated successfully, but these errors were encountered: