On 1/14/15 1:10 PM, Etherial Raine wrote:
> Bash Version: 4.3
> Patch Level: 11
> Release Status: release
>
> Description:
> Using select after making the variable 'REPLY' readonly via
> 'readonly REPLY', bash will crash.
>
> Repeat-By:
>
> ----- snapshot starts -----
>
> gabriel@larnica:~$ exec /usr/bin/env -i /bin/bash --norc
> bash-4.3$ readonly REPLY
> bash-4.3$ select TEST_VALUE in TEST_ITEM1 TEST_ITEM2 TEST_ITEM3; do echo
> "Result: $TEST_VALUE"; break; done
> 1) TEST_ITEM1
> 2) TEST_ITEM2
> 3) TEST_ITEM3
> #? 1
> bash: REPLY: readonly variable
>
>
> Warning: Program '/bin/bash' crashed.
Thanks for the report. This will be fixed in the next release of bash.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU [email protected] http://cnswww.cns.cwru.edu/~chet/