From owner-freebsd-amd64@FreeBSD.ORG Mon Sep 22 22:10:04 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B2DB1065675 for ; Mon, 22 Sep 2008 22:10:04 +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 3805B8FC1F for ; Mon, 22 Sep 2008 22:10:04 +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 m8MMA3pY020674 for ; Mon, 22 Sep 2008 22:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8MMA3xE020673; Mon, 22 Sep 2008 22:10:03 GMT (envelope-from gnats) Date: Mon, 22 Sep 2008 22:10:03 GMT Message-Id: <200809222210.m8MMA3xE020673@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Curtis Hacker X-Mailman-Approved-At: Mon, 22 Sep 2008 22:38:35 +0000 Cc: Subject: Re: amd64/127129: mdconfig(8) is core dumping with Segmentation Fault 11 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Curtis Hacker List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2008 22:10:04 -0000 The following reply was made to PR amd64/127129; it has been noted by GNATS. From: Curtis Hacker To: edwin@FreeBSD.org Cc: Subject: Re: amd64/127129: mdconfig(8) is core dumping with Segmentation Fault 11 Date: Mon, 22 Sep 2008 13:37:50 -0700 amd64 box ident /sbin/mdconfig /sbin/mdconfig: $FreeBSD: src/lib/csu/amd64/crti.S,v 1.7 2004/03/21 01:39:01 peter Exp $ $FreeBSD: src/lib/csu/amd64/crtn.S,v 1.6 2004/03/21 01:39:01 peter Exp $ $FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4.20.1 2007/12/06 13:43:43 kib Exp $ $FreeBSD: src/lib/csu/amd64/crt1.c,v 1.15 2005/10/07 22:13:17 bde Exp $ i386 box ident /sbin/mdconfig /sbin/mdconfig: $FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.7 2005/05/19 07:31:06 dfr Exp $ $FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.6 2005/05/19 07:31:06 dfr Exp $ $FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4.20.1 2007/12/06 13:43:43 kib Exp $ $FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.15 2005/10/07 22:13:17 bde Exp $ ive got 3 total bsd boxes, on the latest stable sup (7.1 pre-release) and only amd64 is giving me problems with mdconfig. I guess I could nuke my make.conf and rebuild just mdconfig edwin@FreeBSD.org wrote: > Synopsis: mdconfig(8) is core dumping with Segmentation Fault 11 > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Mon Sep 22 06:37:15 UTC 2008 > State-Changed-Why: > This sounds more like a upgrade which went wrong than a problem > with mdconfig(8) since I have a lot of people saying that it works > for them. > > Can you give the output of "ident `which mdconfig`" ? > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=127129 > >