Re: Bug report: Core dump with too many args

2018-11-07 Thread Achim Gratz
Ole Tange writes: > I get core dump when running: > > $ /bin/echo `seq 100` > Segmentation fault (core dumped) > > This also looks bad: > > $ /bin/wc `seq 100` > 2 [main] -bash 15396 C:\cygwin\bin\bash.exe: *** fatal error - cmalloc > would have returned NULL > Hangup They both

Re: Bug report: Core dump with too many args

2018-11-07 Thread Steven Penny
On Wed, 7 Nov 2018 13:37:53, Ole Tange wrote: I get core dump when running: $ /bin/echo `seq 100` Segmentation fault (core dumped) This also looks bad: $ /bin/wc `seq 100` 2 [main] -bash 15396 C:\cygwin\bin\bash.exe: *** fatal error - cmallo= c would have returned NULL Hangup

Bug report: Core dump with too many args

2018-11-07 Thread Ole Tange
I get core dump when running: $ /bin/echo `seq 100` Segmentation fault (core dumped) This also looks bad: $ /bin/wc `seq 100` 2 [main] -bash 15396 C:\cygwin\bin\bash.exe: *** fatal error - cmalloc would have returned NULL Hangup Versions: $ bash --version GNU bash, version