On 8/9/16 5:46 AM, Siteshwar Vashisht wrote:

> Bash Version: 4.4
> Patch Level: 0
> Release Status: rc2
> 
> Description:
>         Bash crashes while handling very long string in parameter expansion.

You exceed the hard resource limit for your data segment size, and either
the kernel kills the process or malloc fails and xmalloc() aborts the
process.  If malloc fails and returns 0, the shell will attempt to print
an explanatory message.  If that's not happening, the kernel is killing it.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to