mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #150] Crash in email header encoding conversion on macOS Sonoma #118
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lexgorbunov on GitHub (Dec 14, 2023).
Original GitHub issue: https://github.com/d99kris/nmail/issues/150
Originally assigned to: @d99kris on GitHub.
Description:
How to reproduce it:
Just run application and waiting for few seconds
Environment:
OS: Sonoma 14.1.2
Chip: Apple M1 Max
@d99kris commented on GitHub (Dec 14, 2023):
Hi @lexgorbunov - thanks for reporting. It seems like a bad bug, but I need some more data to determine the root cause.
Could you help apply the attached patch nmail-charconv.patch, build nmail and try reproduce the crash again?
Once it crashes, can you share the end of your log file
~/.nmail/log.txt, likely the last line containingMimeToUtf8before the crash callstack will be sufficient. Should the line contain data you do not wish to share here, feel free to send it via email tod99krisatgmaildotcom.To apply the patch:
@d99kris commented on GitHub (Jan 7, 2024):
Hi again - I did some googling and it seems there are others who encountered similar issues on macOS 14.1.x and iOS 17.1.x. It appears the the issue should be fixed in 17.2, and thus likely also in macOS 14.2. I will proceed to close this issue for now, but feel free to re-open it if you still see it on macOS 14.2 (or later) and help to provide the information requested in the above comment. Thanks!