X-Recipient: archive-cygwin@delorie.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:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=y5j
	6T1/UMbtEs1+Kehl1pEQOw46Es0KEC12eYFByze8/vT+YCksZato69dE7mFAhKuJ
	IujBuKYA8lD5f82gdB7iMMPHn2xC3oY1v+tbyN1txsS7UHp/1rkRyiakCgGVjJaf
	u/V2/vyt5Mxqp/kLMp9h0KVrWNu9T9aWE/f4clBU=
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:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=XSxmqb/2b
	Eho7jOJC2KgoNG6MYE=; b=Llopg+BG6PUgjMZQgIas4iGiBLctKcv1HHWSTUJlS
	g2Q143t+A3BPDawMtgi7jTtfnTkClKLVxFVhYyonZE69MZ44NHBGWFstBK0KzahV
	cuTuPYzTJOMPSOf98SxT9hDSijvUfq1idD4+MLA/7oNQusOwlHLCLaHZkrIQJPRg
	QM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=political, packaged, H*c:alternative, H*c:HHH
X-HELO: se02.fab-it.dk
From: Ole Tange <ota@prosa.dk>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Bug report: Core dump with too many args
Date: Wed, 7 Nov 2018 13:37:53 +0000
Message-ID: <acb82352c5c3419e80dd9565c4d74240@prosa.dk>
MIME-Version: 1.0
X-SpamExperts-Domain: prosa.dk
X-SpamExperts-Username: outgoing
Authentication-Results: fab-it.dk; auth=pass (login) smtp.auth=outgoing@prosa.dk
X-SpamExperts-Outgoing-Class: unsure
X-SpamExperts-Outgoing-Evidence: Combined (0.50)
X-Recommended-Action: accept
X-Report-Abuse-To: spam@se01.fab-it.dk
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wA7DcEgo014977

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 - cmalloc would have returned NULL
Hangup


Versions:

$ bash --version
GNU bash, version 4.4.12(3)-release (i686-pc-cygwin)
Copyright (C) 2016 Free Software Foundation, Inc.
Licens GPLv3+: GNU GPL version 3 eller senere <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

$ /bin/echo --version
echo (GNU coreutils) 8.26
Packaged by Cygwin (8.26-2)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Brian Fox and Chet Ramey.

$ /bin/wc --version
wc (GNU coreutils) 8.26
Packaged by Cygwin (8.26-2)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Paul Rubin and David MacKenzie.


Kind regards,

Ole Tange
It political advisor
ota@prosa.dk<mailto:ota@prosa.dk>
Encrypted mobile (Signal): +45 28 93 97 98


--
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


