From owner-cvs-all@FreeBSD.ORG Mon Apr 21 06:28:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1007437B401; Mon, 21 Apr 2003 06:28:27 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638D243FBF; Mon, 21 Apr 2003 06:28:23 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3LDSMgI026279; Mon, 21 Apr 2003 17:28:22 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3LDSMsJ026278; Mon, 21 Apr 2003 17:28:22 +0400 (MSD) Date: Mon, 21 Apr 2003 17:28:21 +0400 From: "Andrey A. Chernov" To: "Jacques A. Vidrine" Message-ID: <20030421132821.GA26205@nagual.pp.ru> References: <200304181411.h3IEBH07088819@repoman.freebsd.org> <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421131512.GA49677@madman.celabo.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 13:28:27 -0000 On Mon, Apr 21, 2003 at 08:15:12 -0500, Jacques A. Vidrine wrote: > > Could you provide the following? > > .. your nsswitch.conf, if any hosts: files dns > .. any +, - entries in passwd(5) or group(5) I don't have such. passwd databases are in old format, they don't changed. > .. if at all possible, a backtrace with debug symbols Segfault is somewhere in libc or libc_r, not inside application. I'll try to recompile some parts with -g to get more meaningful results.