[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
memory allocation bug in bash 4.2.39(1)-release
From: |
John Vincent |
Subject: |
memory allocation bug in bash 4.2.39(1)-release |
Date: |
Fri, 9 Aug 2013 15:56:05 +0000 |
I'm using bash 4.2.39(1)-release, part of Fedora release 17 (Beefy Miracle)
I find that if I enter the command:
echo {1..20000000}
it runs, but afterwards whenever I enter another command I get the error:
-bash: fork: Cannot allocate memory
I guess that the memory allocated to all those numbers on the echo command line
is not freed properly.
Thanks,
John Vincent.
- memory allocation bug in bash 4.2.39(1)-release,
John Vincent <=