From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 09:00:02 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24AB537B404; Tue, 22 Apr 2003 09:00:01 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6870043FAF; Tue, 22 Apr 2003 09:00:00 -0700 (PDT) (envelope-from nork@ninth-nine.com) Received: from nd250009.gab.xdsl.ne.jp (nadesico.ninth-nine.com [192.168.36.3]) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with SMTP id h3MFxxn8004984; Wed, 23 Apr 2003 00:59:59 +0900 (JST) (envelope-from nork@ninth-nine.com) Date: Wed, 23 Apr 2003 00:59:59 +0900 (JST) Message-Id: <200304221559.h3MFxxn8004984@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: "Jacques A. Vidrine" In-Reply-To: <20030422153450.GA548@madman.celabo.org> References: <200304221532.h3MFWBn8004350@nd250009.gab.xdsl.ne.jp> <20030422153450.GA548@madman.celabo.org> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org Subject: Re: getgrnam(3) core dump problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 22 Apr 2003 16:00:02 -0000 On Tue, 22 Apr 2003 10:34:50 -0500 "Jacques A. Vidrine" wrote: > > Hi NSS workers! > > I report about getgrnam(3) core dump problem. > Are you compiling with CPUTYPE set / without NO_CPUTYPE_FLAGS set? I am compiling with CPUTYPE=p3. I am trying to compile libc with NO_CPUTYPE_FLAGS=YES.