From owner-freebsd-current@FreeBSD.ORG Sun Dec 14 02:31:22 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEC571065670 for ; Sun, 14 Dec 2008 02:31:22 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 54EBB8FC17 for ; Sun, 14 Dec 2008 02:31:22 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2140255rvf.43 for ; Sat, 13 Dec 2008 18:31:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=tmJIke05eKP9rNsTK2c77pNtzrhDcgW+TwYY8Z9jgbw=; b=TlDf6fDRSx4ud7/Qxlgl28wPr3fIGRgTPov5PGhCWftF7ct3jijtT7xseug9SluqKY HuNxY6yGomc6DH1Irp+GbxwFsKqrA7we9jL2HIEVEcYgMJNiXWgxcvPDhyYW8yOLlZHm 4vE5AqfTo2p8ckasLMuksd4VJr1Ig2K/x98M0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=X8SBibOU6EJ97H0KOhLw6pOv+jmTFORil2/LM8LnF4dgUmW89NoKURj75QNHONJv0S stTafUmdWwv5YdB5K/7hwBo8hNwYYJpqhvHlxoFzAu2ytof/YVkHSlqHsTALjKGbqRmr BVT87mnz1BfUuLyOxX8MNCwnaSgJHIHow7L+Q= Received: by 10.141.122.1 with SMTP id z1mr2852130rvm.49.1229221881943; Sat, 13 Dec 2008 18:31:21 -0800 (PST) Received: by 10.140.158.13 with HTTP; Sat, 13 Dec 2008 18:31:21 -0800 (PST) Message-ID: <7d6fde3d0812131831ucc9cd71scabbfa045192242e@mail.gmail.com> Date: Sat, 13 Dec 2008 18:31:21 -0800 From: "Garrett Cooper" To: freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: SIGPIPE with CVS and CURRENT? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 14 Dec 2008 02:31:22 -0000 Hi guys, I just came across this issue trying to update a repository to push some patches upstream to another project I work with: [gcooper@optimus /scratch/ltp]$ gdb cvs Type "help" followed by command name for full documentation. Command name abbreviations are allowed if unambiguous. (gdb) set args up (gdb) r Starting program: /usr/bin/cvs up Program received signal SIGPIPE, Broken pipe. 0x0000000800bdfeec in write () from /lib/libc.so.7 [gcooper@optimus /scratch/ltp]$ uname -a FreeBSD optimus.gateway.2wire.net 8.0-CURRENT FreeBSD 8.0-CURRENT #9: Sun Dec 7 17:44:13 PST 2008 gcooper@optimus.gateway.2wire.net:/usr/obj/usr/src/sys/OPTIMUS amd64 It looks like a corrupted stack of some flavor because when I do bt it prints out hundreds of ??? before it eventually fails. The sources I originally saw this issue with were based off mid November (don't know when to look up the actual version date because I've rebuilt the kernel a few times and cvsup'ed once or twice since then), but my previous major sync (mid October 2008) didn't yield this issue. I just recently rebuilt kernel + world (today) and I'm getting the same result. Other apps requiring socket connections work (portsnap, fetch, ssh, svn, etc). I'll provide more info if requested. For the time being I'll have to move to svn for the time being because the project supports SVN as well as CVS. Thanks, -Garrett