mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #116] MenuManager.swift line 314 #65
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#65
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 @Econa77 on GitHub (Oct 29, 2016).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/116
Originally assigned to: @Econa77 on GitHub.
in MenuManager.((makeClipMenuItem in _6E05F2567A8A9365E862DF96EA0D8059)(CPYClip, index : Int, listNumber : Int) -> NSMenuItem).(closure #1)
There's a lot more information about this crash on crashlytics.com:
https://fabric.io/econa77/mac/apps/com.clipy-app.clipy/issues/5795d053ffcdc04250663888
@algrid commented on GitHub (Nov 12, 2016):
Just as an hypothesis - in this piece of code:
Is
menuItem?.image = imageexecuted on main thread? If no, it possibly can produce the crash.@Econa77 commented on GitHub (Nov 22, 2016):
@algrid Thanks for your advice. I fixed it 👍