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
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
I couldn't get bashbug to send this, so I manually am emailing it.
"/usr/bin/bashbug: rmail: not found"
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux