Hi, Calling 'doas' in a loop makes the machine hang. I guess this is not an expected behavior. It can be checked by executing the following simple bash script:
for i in {0..20000} do doas ls some_dir done I have run it on three different machines and the result is the same on each of them. After about 9000 iterations the entire machine hangs. Executing the script without 'doas' works fine.