From owner-freebsd-questions@freebsd.org Sun Nov 3 01:12:18 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7D1717D779 for ; Sun, 3 Nov 2019 01:12:18 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 475Hw20QQHz4QbX for ; Sun, 3 Nov 2019 01:12:17 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id 619694E67D; Sat, 2 Nov 2019 18:12:16 -0700 (PDT) From: "Ronald F. Guilmette" To: Michael Toth cc: Michael Toth , freebsd-questions@freebsd.org Subject: Re: sort is broken In-Reply-To: <0a81c1da-86b1-94aa-ba96-9e2da4c73238@queldor.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8751.1572743536.1@segfault.tristatelogic.com> Date: Sat, 02 Nov 2019 18:12:16 -0700 Message-ID: <8752.1572743536@segfault.tristatelogic.com> X-Rspamd-Queue-Id: 475Hw20QQHz4QbX X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rfg@tristatelogic.com designates 69.62.255.118 as permitted sender) smtp.mailfrom=rfg@tristatelogic.com X-Spamd-Result: default: False [-5.21 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[tristatelogic.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14051, ipnet:69.62.128.0/17, country:US]; IP_SCORE(-2.91)[ip: (-7.63), ipnet: 69.62.128.0/17(-3.82), asn: 14051(-3.03), country: US(-0.05)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2019 01:12:18 -0000 In message <0a81c1da-86b1-94aa-ba96-9e2da4c73238@queldor.net>, you wrote: >> What version of sort do you have? >> > >Same as you Well, this is effing bizzare then. I didn't just make up the error message that I reported, and it *does* only seem to arise when some file containing at least a snippet of UTF-8 is coming into sort, specifically and only via stdin. I guess that I get to grovel around in the sort source if I want to isolate this. Apparently, nobody else on the planet is affected.