bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unsigned int for loop in bash


From: Mathieu Malaterre
Subject: unsigned int for loop in bash
Date: Sat, 1 Feb 2014 17:36:17 +0100

As reported at:

http://stackoverflow.com/questions/21500367/bash-for-loop-with-unsigned-integer

I am getting a weird behavior in bash. Would it be possible for the
next release of bash to not get a SIGSEV ?

Steps:

#!/bin/bash

for i in {0..4294967295}; do
  echo $i
done

Thanks,

-- 
Mathieu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]