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

Fixed CocoaLumberjack crashes on older iOSes #786

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

michalrentka
Copy link
Contributor

I was able to reproduce and fix the issue on iOS 15.5 simulator. Unfortunately it was issue in CocoaLumberjack, the crash pointed to String(format: storage.format, arguments: storage.args) EXC_BAD_ACCESS (code=EXC_I386_GPFLT). So I just limited the size of string to 5k characters.

Fixes #785

@michalrentka michalrentka requested a review from mvasilak October 20, 2023 08:11
@michalrentka michalrentka merged commit d7344be into zotero:master Oct 20, 2023
1 check passed
@michalrentka michalrentka deleted the crashfix branch October 20, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

iOS <17 crashes
2 participants