Comment 3 for bug 82123

Revision history for this message
Scott Severance (scott.severance) wrote :

Confirmed in Jaunty via the following command:

for j in `seq 1 10`; do echo "Loop $j"; for i in `seq 1 1000000`; do true ; done; done