From owner-freebsd-current@FreeBSD.ORG Wed Mar 6 15:38:01 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 05E89334; Wed, 6 Mar 2013 15:38:01 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id D6EEA1B7; Wed, 6 Mar 2013 15:38:00 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 45058B917; Wed, 6 Mar 2013 10:38:00 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: r247839: broken pipe - for top, sudo and ports Date: Wed, 6 Mar 2013 08:04:57 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <5135B7E1.3050002@zedat.fu-berlin.de> <5135BBD9.9090009@FreeBSD.org> <51364914.2010104@zedat.fu-berlin.de> In-Reply-To: <51364914.2010104@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201303060804.57238.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 06 Mar 2013 10:38:00 -0500 (EST) Cc: Dimitry Andric , "Hartmann, O." X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 15:38:01 -0000 On Tuesday, March 05, 2013 2:35:48 pm Hartmann, O. wrote: > On recent FreeBSD 10.0-CURRENT/amd64 (CLANG buildworld, serveral systems > (3) the same symptoms)), many services drop a sporadic > > broken pipe > > This happesn to system's top (I have to type it several times to get > finally a top), it happens to "sudo su -", it happens to SSH (drops > connection with broken pipe) and as I reported earlier, it seems to > affect the entire port system, since I can not build any port, I receive > > *** [do-extract] Signal 13 > > This is dramatic for me, because several modules (rtc, linux_adobe ...) > can not be recompiled as it is required by the last /usr/src/UPDATING > entry 20130304. > > Since dbus fails to start and even the nVidia driver (which is a kernel > module, it canot be built and therefore ... ). > > Dimitry, I put you into CC, just in case. It seems that the last commits > (not only the new DRM2 mess) broke something. > > I hope that others using FreeBSD 10.0CURRENT with CLANG can confirm this.\ Have you tried backing up to just before all of pjd@'s file descriptor and capsicum commits? It broke some other stuff initially related to fd passing, so I don't think it is beyond imagination that it broke something with UNIX domain sockets in general. -- John Baldwin