pkgx: Segmentation fault during install
I tried to install on Fedora Linux 36 and this is what happens:
[davide@dave ~]$ sh <(curl https://tea.xyz)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9259 100 9259 0 0 28365 0 --:--:-- --:--:-- --:--:-- 28401
Errore di segmentazione (core dump creato)
[davide@dave ~]$ env LANG=C sh <(curl https://tea.xyz)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9259 100 9259 0 0 31043 0 --:--:-- --:--:-- --:--:-- 31175
Errore di segmentazione (core dump creato)
core.sh.1000.2eb108b9349c4a9ca1df1d106c8dfe13.1572353.1668961576000000.tar.gz
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 23 (11 by maintainers)
Commits related to this issue
- Fix infinite loop Fixes https://github.com/teaxyz/cli/issues/178 — committed to pkgxdev/setup by mxcl 2 years ago
- Fix infinite loop Fixes https://github.com/teaxyz/cli/issues/178 — committed to pkgxdev/setup by mxcl 2 years ago
- Fix infinite loop Fixes https://github.com/teaxyz/cli/issues/178 — committed to pkgxdev/setup by mxcl 2 years ago
- Fix infinite loop Fixes https://github.com/teaxyz/cli/issues/178 — committed to pkgxdev/setup by mxcl 2 years ago
- Fix infinite loop Fixes https://github.com/teaxyz/cli/issues/178 — committed to pkgxdev/setup by mxcl 2 years ago
- Fix infinite loop Fixes https://github.com/teaxyz/cli/issues/178 — committed to pkgxdev/setup by mxcl 2 years ago
WOW! k, I’ll try to figure this out.
@DrReD @Grynn @mxcl I was facing this issue as well, In my case I resolved this issue by removing my install of gum (installed with go) from my path.
I really gotta make that
brew
formula…