From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 10 07:00:13 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85CD51065670 for ; Tue, 10 Jun 2008 07:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F27C8FC2A for ; Tue, 10 Jun 2008 07:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5A70DFH092042 for ; Tue, 10 Jun 2008 07:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5A70DRR092041; Tue, 10 Jun 2008 07:00:13 GMT (envelope-from gnats) Date: Tue, 10 Jun 2008 07:00:13 GMT Message-Id: <200806100700.m5A70DRR092041@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Garrett Cooper" Cc: Subject: Re: bin/124353: cvsup(1): CVSup coredumps with Bus Error since installworld of 6.3-STABLE on 28/5/08 [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 07:00:13 -0000 The following reply was made to PR bin/124353; it has been noted by GNATS. From: "Garrett Cooper" To: "Simon Phillips" , bug-followup@freebsd.org Cc: Subject: Re: bin/124353: cvsup(1): CVSup coredumps with Bus Error since installworld of 6.3-STABLE on 28/5/08 [regression] Date: Mon, 9 Jun 2008 23:56:17 -0700 On Mon, Jun 9, 2008 at 11:55 PM, Garrett Cooper wrote: > On Mon, Jun 9, 2008 at 10:19 PM, Simon Phillips wrote: >> >> Garrett, >> >> Is this what you mean? >> >> 14:40:15 root@mnemosyne:/usr/ports/net/cvsup-without-gui# cat >> /etc/make.conf >> # added by use.perl 2006-09-03 13:43:51 >> PERL_VER=5.8.8 >> PERL_VERSION=5.8.8 >> 14:40:18 root@mnemosyne:/usr/ports/net/cvsup-without-gui# >> >> I recompiled and will try gdb now. > > Thanks for the info. I was just curious whether or not any weird > optimizations or CFLAG options were being used, out of habit because > the Gentoo Linux crowd tended to rice up their installs without > understanding what things stood for. I was the same too for a while > but learned after making some mistakes to stop ricing things :). > > Now, executing cvsup like the following will be helpful: > > gdb `which cvsup` # Executes gdb and prints out usual copyright info > set arg -L 2 /usr/share/examples/cvsup/stable-supfile # Lots of output > and segfault should happen somewhere here... > bt # Get backtrace > gcc --version > > Be sure to copy all of the output to the next reply to bug-followup@. > > Thanks, > -Garrett > Oh yeah, you need to type in "r" and hit enter after "set arg ...". Silly me :). -Garrett