** Description changed:
I've the following code:
$ cat foo.sh
#!/bin/bash
function f() { f; }; f;
or:
$ cat test.sh
#!/bin/bash
function foo() { foo; }
foo
which both crashing in the following way:
$ ./foo.sh
Segmentation fault (core dumped)
is that norm
** Attachment added: "EXC_BAD_ACCESS (SIGSEGV) on OSX"
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1525436/+attachment/4533478/+files/bash_2015-12-11-232316_mini-mac.crash
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscrib
2 matches
Mail list logo