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
And when I tried to install composer from link https://getcomposer.org/download/, I got "Segmentation fault". After some investigation, the problem is from code that including "===" with "getenv" or "strpos", like: if ('Hyper' === getenv('TERM_PROGRAM')) {
But only "===", "getenv" or "strpos" will not trigger segmentation fault.
Before trying official repo, I use ish self repo to install php8, which can perfectly install composer.
Since I have no any clue on which party should ask, I just raise the question here to see if someone can help me. Thanks
System Info:
Device: iPad air 5
iPadOS: 17.5.1
ish version: 1.3.2 AppStore version
Procedure to reproduce:
mv /ish /ish_bak
vi /etc/apk/repositories
# This file contains pinned repositories managed by iSH. If the /ish directory
# exists, iSH uses the metadata stored in it to keep this file up to date (by
# overwriting the contents on boot
#http://apk.ish.app/v3.14-2023-05-19/main
#http://apk.ish.app/v3.14-2023-05-19/community
https://dl-cdn.alpinelinux.org/alpine/v3.19/main
https://dl-cdn.alpinelinux.org/alpine/v3.19/community
I'm not sure if this issue should ask here. But it seems just happen in ish (or Alpine Linux).
I have an issue on php81 which installed from official apk repo. I changed the apk repo by following the links:
https://github.com/ish-app/ish/wiki/Using-Alpine-Linux-repositories
And when I tried to install composer from link
https://getcomposer.org/download/
, I got "Segmentation fault". After some investigation, the problem is from code that including "===" with "getenv" or "strpos", like:if ('Hyper' === getenv('TERM_PROGRAM')) {
But only "===", "getenv" or "strpos" will not trigger segmentation fault.
Before trying official repo, I use ish self repo to install php8, which can perfectly install composer.
Since I have no any clue on which party should ask, I just raise the question here to see if someone can help me. Thanks
System Info:
Device: iPad air 5
iPadOS: 17.5.1
ish version: 1.3.2 AppStore version
Procedure to reproduce:
Segmentation fault will triggered when running point 9
The text was updated successfully, but these errors were encountered: