Re: Simple sleep scripts causes SEGFAULT

2017-10-25 Thread Robert Elz
Date:Wed, 25 Oct 2017 21:21:23 -0700 From:Alex Coffin Message-ID: | Run the following script (assuming you trust me lol): | function sleep { | local dur | dur="$1" | # if replaced with "echo" no segfault. | sleep ${dur}s

Re: Simple sleep scripts causes SEGFAULT

2017-10-25 Thread Eduardo Bustamante
On Wed, Oct 25, 2017 at 11:21 PM, Alex Coffin wrote: [...] > Description: > Segmentation fault. I'm honestly not sure why. I was using batsh to > make a simple script. When I ran it generated a segfault. The segmentation > fault DOES NOT occur if "sleep" is replaced with "echo". > I also r