Package: bash
Version: 3.1dfsg-8

Tried in both stable and unstable.

Test program 1:

 while true; do
  . ./test2
 done


Test program 2  (test2 from above):

  function check_settings()
  {
    for ((interface=0; interface < 10; interface++)) ; do
      :
    done
  }



Now watch 'top' and memory get eaten.  It appears to require the
explicit use of the for syntax.  Note that the code in the function
isn't being run at all, just parsed.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to