[Bug 1975866] Re: A continue or break from a subshell inside a loop no longer works.

2022-05-26 Thread Johnny Klonaris
Gunnar - thanks. I realized that I might have filed it in the wrong place - my apologies. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975866 Title: A continue or break from a subshell inside a

[Bug 1975866] [NEW] A continue or break from a subshell inside a loop no longer works.

2022-05-26 Thread Johnny Klonaris
Public bug reported: The following code works in bash on any number of Linux distros, including CentOS 6.10 - 7.8 and Ubuntu 14.04 - 18.04. #!/bin/bash # # Test for continue from subshell issue... # echo SHELL is $SHELL for i in $(seq 5) do ( echo loop $i if [[ $i == 2 ]] ; then

[Bug 1610499] Re: /bin/kill in ubuntu16.04 has bug in killing process group

2016-09-26 Thread Johnny Klonaris
I've been seeing the same problem - numerous services being shutdown, including cron, ssh and even a script I have running on the console to recover. The syslog shows that various systemd "targets" being shutdown, including: Default, Basic System, Timers, Paths, Sockets... This has correlated