X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:references :content-type; q=dns; s=default; b=glzPOOX56r0z1zojP8ywwVS2gs0pG UztAyqq9NJiVGq/9yhY8R35/0sE1cu5SOPbSWzXpHYqHAhyDXfwV4ZBgicUQ6W4H r8iefxeMQdVuZng9foCkcbo184x1wQQ1KT1OSHpTeB9l3X1Us52cmfIkRtxgznSD zhHs08u/n/3TuI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:references :content-type; s=default; bh=J3Fzj4AdvfqBFjRjJ2hu3bKjhyU=; b=rhe auQyM5/Nsy0a1vIYzDXmcUC5Bw3ii51PTv7fyhDTpVGXyJTTz6YdYKspM67/PdgB 510oby60JLtXUvXApOi/oMpNfARSM3ZIGpdkVZrfD8TKA0GN5qKpDlJvHQbEOC2R t98ZiBovuIuKynB84H02WGVEz/7w47H1GTjGlYbI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Ole, H*M:1c69fb81, H*M:google X-HELO: mail-ot1-f49.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:references:user-agent; bh=xfR2W15wznQNvpseIHuaVKKkD077gHGHf7tstyLDhtc=; b=NczBlObBt1Y90uXvfYU7vCnqhCIt00nHDKL8l7Bw1FyJyW1GKdwJG7CHbhQDKAPhcS DNARtrd9dseOqn+D08n1xmyPSoeI2Za1F5a6fw0x1qknRvD71RxLxZsNs+BiUA2TIZBK HPs22zb89ht88CMgMFKmv+VSBlJTXxfW38vceDF4Zw+1VgoXY6A7MyWjy/+8OjFsIJwu SJsy+Zm3P3ggbjhjI1pIdlUinjcePNULsOUsYmtTVXUi6plaKmkLDQGucHWtM3qLbLR2 k9Or/Po0kEAiyITN8t45nLe/1kpmQEYKN5ZHGP5OKSdoC9EdWmfyWvUIcO5vLW2liUcd KPWA== Message-ID: <5be2ff11.1c69fb81.2a641.181c@mx.google.com> Date: Wed, 07 Nov 2018 07:04:49 -0800 (PST) From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: Bug report: Core dump with too many args References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.8.0 (cup.github.io/tryst) On Wed, 7 Nov 2018 13:37:53, Ole Tange wrote: > I get core dump when running: > > $ /bin/echo `seq 1000000` > Segmentation fault (core dumped) > > This also looks bad: > > $ /bin/wc `seq 1000000` > 2 [main] -bash 15396 C:\cygwin\bin\bash.exe: *** fatal error - cmallo= > c would have returned NULL > Hangup Not sure what you are expecting to happen when you provide pathological input to the shell? For context - Fedora essentially does the same thing: $ /bin/echo `seq 1000000` Killed -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple