From nobody@FreeBSD.org  Sat Sep  6 01:06:31 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B9CCE1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  6 Sep 2008 01:06:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A200F8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  6 Sep 2008 01:06:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8616VCb053606
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 6 Sep 2008 01:06:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m8616VKl053605;
	Sat, 6 Sep 2008 01:06:31 GMT
	(envelope-from nobody)
Message-Id: <200809060106.m8616VKl053605@www.freebsd.org>
Date: Sat, 6 Sep 2008 01:06:31 GMT
From: Curtis Hacker <hakcenter@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mdconfig is core dumping with Segmentation Fault 11
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         127129
>Category:       amd64
>Synopsis:       mdconfig(8) is core dumping with Segmentation Fault 11
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-amd64
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 06 01:10:00 UTC 2008
>Closed-Date:    Sun Jan 17 15:21:10 UTC 2010
>Last-Modified:  Sun Jan 17 15:21:10 UTC 2010
>Originator:     Curtis Hacker
>Release:        7.1 pre-release
>Organization:
>Environment:
FreeBSD hcc-fs.hcc-experts.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #15: Wed Sep  3 17:21:12 PDT 2008     root@hcc-fs.hcc-experts.com:/usr/obj/usr/src/sys/CUSTOM  amd64
>Description:
I can't get mdconfig to do anything on my amd64 box.

I have an identical machine on i386 running off a vmware machine, same
exact kernel specs / makefile, and no problems on mdconfig.

Decided to cvsup from the stable file provided in the
/usr/share/examples/cvsup/stable-supfile, rebuilt world, and now issues
with mdconfig.
>How-To-Repeat:

>Fix:
run anything but amd64,:(

>Release-Note:
>Audit-Trail:
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 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Mon Sep 22 22:05:57 UTC 2008 
State-Changed-Why:  
Feedback received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127129 

From: Curtis Hacker <hakcenter@gmail.com>
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
 >
 >   
 

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, hakcenter@gmail.com
Cc:  
Subject: Re: amd64/127129: mdconfig(8) is core dumping with Segmentation Fault
 11
Date: Tue, 07 Oct 2008 23:43:48 +0200

 Curtis,
 
 please tell us, if just running ``mdconfig'' is core dumping? Which
 parameters are you using? What does ``mdconfig -l'' give?
 
 Please provide gdb output (bt) of the failing mdconfig.
 
 If nobody else can reproduce your problem, we need debugging information
 from you.
 
 Please report back if your problem has been solved by recompiling world.
 
 Thanks
 
 Volker
State-Changed-From-To: open->feedback 
State-Changed-By: jh 
State-Changed-When: Wed Jan 6 16:16:44 UTC 2010 
State-Changed-Why:  
Note that submitter has been asked for feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127129 

From: Curtis Hacker <hakcenter@gmail.com>
To: bug-followup@FreeBSD.org, hakcenter@gmail.com
Cc:  
Subject: Re: amd64/127129: mdconfig(8) is core dumping with Segmentation Fault
 11
Date: Wed, 06 Jan 2010 12:37:41 -0800

 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 </head>
 <body bgcolor="#ffffff" text="#000000">
 <font face="Helvetica, Arial, sans-serif">Haven't had any issues with
 Freebsd 8 stable. On neither the i386 or amd64. I would consider it
 resolved.<br>
 </font>
 </body>
 </html>
State-Changed-From-To: feedback->closed 
State-Changed-By: jh 
State-Changed-When: Sun Jan 17 15:21:10 UTC 2010 
State-Changed-Why:  
Submitter considers this resolved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127129 
>Unformatted:
