From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030822 Description of problem: Version-Release number of selected component (if applicable): bash-2.05b-20 How reproducible: Always Steps to Reproduce: 1. Copy paste this in a file: #! /bin/bash i=896786k; $(( i[0] )) 2. chmod 755 <file> 3. ./<file> Actual Results: [...]: line 3: 896786k: value too great for base (error token is "896786k") segmentation fault Expected Results: Only the error message Additional info:
Reported upstream: http://mail.gnu.org/archive/html/bug-bash/2003-09/msg00098.html