Thanks for the detailed steps Eriberto, forwarding to the upstream author. Francisco, could you take a look at it please?
Thanks On Tue, Apr 25, 2017 at 10:20 AM, Eriberto Mota <eribe...@debian.org> wrote: > 2017-04-25 10:42 GMT-03:00 Tong Sun <suntong...@users.sourceforge.net>: > > Hi Eriberto, > > > > Is your infinite loop problem exactly as described in > > https://sfxpt.wordpress.com/2014/02/23/shc-3-8-9-is-not-usable/ ? > > Hi Tong! Thanks for your quick reply. > > No, not embedded here. See the following step-by-step: > > 1. The script test.sh: > > #!/bin/bash > > echo ok > exit 0 > > 2. The compilation (Debian Stretch, kernel 4.9.0-2-amd64, gcc6.3.0 > 20170406): > > $ shc -f test.sh > > 3. Execution: > > $ ./test.sh.x > > > ----> == no reply. > > 4. The loop: > > $ strace ./test.sh.x > > Thanks! > > Eriberto >