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
Blink: v18.0.1.940 (App Store). Oct 4 2024
iOS: 18.1.1
Describe the bug
Running two commands from ios_system.framework at the same time (in separate windows) will result in a hang. I first ran into this running curl in two windows (a relatively contrived example as I was testing something out, but something that could happen in normal use.)
Then I noticed that if I were to curl in one window and ls in another, I got a hang. This also happens with other commands from the ios_system.framework: if I cat and ls, cat and curl, etc.
I understand that there are some limitations in ios_system.framework and perhaps this is one of them. If so, perhaps there should be a lock on running any of these commands at the same time.
I tried this in a-shell and I also get a crash when I run two curl processes at the same time, but I can use cat and ls, etc. as expected.
The text was updated successfully, but these errors were encountered:
mhoran
added
the
bug
Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions.
label
Dec 3, 2024
Checklist
Configuration
Blink: v18.0.1.940 (App Store). Oct 4 2024
iOS: 18.1.1
Describe the bug
Running two commands from
ios_system.framework
at the same time (in separate windows) will result in a hang. I first ran into this runningcurl
in two windows (a relatively contrived example as I was testing something out, but something that could happen in normal use.)Then I noticed that if I were to
curl
in one window andls
in another, I got a hang. This also happens with other commands from theios_system.framework
: if Icat
andls
,cat
andcurl
, etc.I understand that there are some limitations in
ios_system.framework
and perhaps this is one of them. If so, perhaps there should be a lock on running any of these commands at the same time.I tried this in a-shell and I also get a crash when I run two
curl
processes at the same time, but I can usecat
andls
, etc. as expected.The text was updated successfully, but these errors were encountered: