kdheepak / taskwarrior-tui

`taskwarrior-tui`: A terminal user interface for taskwarrior
https://kdheepak.com/taskwarrior-tui
MIT License
1.52k stars 70 forks source link

59357 segmentation fault /Applications/taskwarrior-tui #528

Open oolonek opened 1 year ago

oolonek commented 1 year ago

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 ?

kdheepak commented 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.

oolonek commented 10 months ago

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

kdheepak commented 10 months ago

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.

RedEtherbloom commented 1 week ago

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.