Segmentation Fault on simple shell script (attached)
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| bash (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Binary package hint: bash
The following 3-line shell script crashes Bash with segmentation fault:
----
#! /bin/bash
bug(){
# this segfaults:
local -A a=b
}
bug
----
ProblemType: Bug
Architecture: amd64
Date: Thu Feb 4 10:46:37 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelMo
Package: bash 4.0-5ubuntu2
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: bash
Uname: Linux 2.6.31-17-generic x86_64
XsessionErrors:
(polkit-
(nautilus:2904): Eel-CRITICAL **: eel_preferences
(emacs22-
(firefox:4324): GLib-WARNING **: g_set_prgname() called multiple times

Confirmed, also on Karmic amd64. Is there an upstream notice?