From owner-freebsd-stable@FreeBSD.ORG Tue Jul 20 08:38:18 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F5FC106564A for ; Tue, 20 Jul 2010 08:38:18 +0000 (UTC) (envelope-from sean@gothic.net.au) Received: from visi.gothic.net.au (visi.gothic.net.au [115.64.131.102]) by mx1.freebsd.org (Postfix) with ESMTP id 28A598FC1F for ; Tue, 20 Jul 2010 08:38:17 +0000 (UTC) Received: from visi.gothic.net.au (localhost [127.0.0.1]) by visi.gothic.net.au (Postfix) with ESMTP id AD2813DA4A for ; Tue, 20 Jul 2010 18:38:16 +1000 (EST) X-Virus-Scanned: amavisd-new at gothic.net.au Received: from localhost ([127.0.0.1]) by visi.gothic.net.au (visi.gothic.net.au [127.0.0.1]) (amavisd-new, port 10026) with SMTP id C-Kmr6469esh for ; Tue, 20 Jul 2010 18:38:11 +1000 (EST) Received: from sean-macbook.gothic.net.au (sean-macbook.gothic.net.au [10.168.1.31]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sean) by visi.gothic.net.au (Postfix) with ESMTPSA id 76FC33DA3A; Tue, 20 Jul 2010 18:38:11 +1000 (EST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Sean In-Reply-To: <337E2BDC-1A76-40E4-868D-8B403742151C@verweg.com> Date: Tue, 20 Jul 2010 18:38:10 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20100717152455.GA61987@ravenloft.kiev.ua> <4C4264F1.4010708@gothic.net.au> <337E2BDC-1A76-40E4-868D-8B403742151C@verweg.com> To: Ruben van Staveren X-Mailer: Apple Mail (2.1081) Cc: freebsd-stable@freebsd.org Subject: Re: SIGEPIPE after update to 8.1-RC2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2010 08:38:18 -0000 On 20/07/2010, at 5:19 PM, Ruben van Staveren wrote: > Hi, >=20 > This happens during a "sudo portupgrade -va --batch" > my shell is /bin/tcsh too. When I run "exec bash" after sudo -s and = then do the portupgrade the problem doesn't show up.=20 >=20 > To me, this is a clear breakage and should be considered a show = stopper issue for 8.1-RELEASE. All shells should be equally supported, = especially when they reside in /bin. Is there already an open pr on this = ? >=20 No PR from me, and not a chance of a fix to 8.1 at this point, unless it = really does cause breakage (not just a message, but actually stops = things); the tag has been laid down and would need to be slid forward. It's likely to be either of two things... a bug in sh, that using tcsh = highlights because of differing signal setup; or a bug in tcsh that a = bug fix in sh highlights. It's a bug that comes and goes in the history = of FreeBSD, at least since early 2006 (based on 10 seconds with Google - = http://www.linuxquestions.org/questions/*bsd-17/broken-pipe-432167/) > Thanks, > Ruben =20 >=20 >=20