[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: execve E2BIG (Argument list too long)
From: |
Chet Ramey |
Subject: |
Re: execve E2BIG (Argument list too long) |
Date: |
Wed, 30 Sep 2020 11:36:32 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
On 9/30/20 3:12 AM, Michael Green wrote:
> Bash Version: 5.0
> Patch Level: 17
> Release Status: release
>
> Description:
>
> The included short script when run with the following command results
> in execve "E2BIG (Argument list too long) errors".
The argument list includes the size of the environment, and your script
creates a huge environment variable.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/