[Bug 146746] Re: bash crashes with infinitive recursion

B Bobo 146746 at bugs.launchpad.net
Tue Jul 30 04:48:20 UTC 2013


Appears to have been fixed in bash 4.2.25

** Changed in: bash (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/146746

Title:
  bash crashes with infinitive recursion

Status in “bash” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: bash

  Steps to reproduce:

  ===
  # cat crash.sh 
  f() {
      if true; then
          f xx
      fi
  }

  f xx

  # bash crash.sh
  segmentation fault  bash crash.sh

  # bash --version
  GNU bash, version 3.2.13(1)-release (i486-pc-linux-gnu)
  Copyright (C) 2005 Free Software Foundation, Inc.

  ===

  Expected behaviour: message "stack overflow in crash.sh" printed to
  stderr, nonzero exit code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/146746/+subscriptions




More information about the foundations-bugs mailing list