You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error 59357 segmentation fault /Applications/taskwarrior-tui when launching tw-tui.
It had been some time I didn't use taskwarrior-tui so I am not sure, but could this be related to the new MacOS Sonora ?
How should I troubleshoot this ?
The text was updated successfully, but these errors were encountered:
Can you build from source and recreate the segmentation fault? If you build from source, you should see a better stacktrace hopefully. I'm using this on the latest MacOS, so I'm not sure if that's the issue.
Thanks for reporting! It probably has something to do with the architecture. I'll look into it when I get the chance. I probably need to rewrite the github actions for deploying.
I would assume this to most likely be upx bug 612, an incompatibility of our binary compressor with MacOs 13+.
As upx has, by default, disabled upx compression for MacOs until they can resolve this issue, I am planning to also disable upx compression for Mac in our CI.
This should hopefully fix our Mac binaries.
Describe the bug
I am getting the following error
59357 segmentation fault /Applications/taskwarrior-tui
when launching tw-tui.It had been some time I didn't use taskwarrior-tui so I am not sure, but could this be related to the new MacOS Sonora ?
How should I troubleshoot this ?
The text was updated successfully, but these errors were encountered: