Open oolonek opened 1 year ago
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.
So building from source produce a valid executable (thanks for the suggestion) However this archive doesnt work on my side https://github.com/kdheepak/taskwarrior-tui/releases/download/v0.25.4/taskwarrior-tui-x86_64-apple-darwin.tar.gz
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 ?