Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Created October 1, 2020 15:29
Show Gist options
  • Save cgwalters/1e1539b26af6835720ca6d9cc63896f5 to your computer and use it in GitHub Desktop.
Save cgwalters/1e1539b26af6835720ca6d9cc63896f5 to your computer and use it in GitHub Desktop.
bash stackoverflow
$ cat /tmp/foo.sh 
#!/bin/bash
foo() {
    foo
}
foo
$ bash /tmp/foo.sh
fish: 'bash /tmp/foo.sh' terminated by signal SIGSEGV (Address boundary error)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment