I tried to make a snap for tig, which is an ncurses interface for git. Because it requires access to the git global configuration, I made the snap classic. However, when I run the tig command, it just gets stuck. Nothing appears on syslog either. Any idea what could be wrong here?
Software being stuck is pretty hard to debug remotely without more details. There’s most likely something failing inside the software itself, that we cannot tell because it’s not saying anything. It’s also most probably not related to the issue @elopio reported above.
I suggest opening a new topic and providing under it as much detail as you can about the problem, so others can try to help identify what’s the actual issue or at least providing some more ideas for how to debug.
Thanks to @zyga-snapd we figured out this is an exec loop in snapd caused by a snapcraft bug. It can be worked around be specifying the command as bin/gox instead of gox.