From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 22:56:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D5016A4CE for ; Sun, 18 Jan 2004 22:56:24 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-16-132.w80-14.abo.wanadoo.fr [80.14.185.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF93043D41 for ; Sun, 18 Jan 2004 22:56:22 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.local [192.168.0.3]) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id i0J6s5Q5053700; Mon, 19 Jan 2004 07:54:05 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Gilad Rom Date: Mon, 19 Jan 2004 07:54:14 +0100 User-Agent: KMail/1.5.4 References: <200401171338.15670.ajacoutot@lphp.org> <200401181458.44948.ajacoutot@lphp.org> <400A914F.6090802@romat.com> In-Reply-To: <400A914F.6090802@romat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401190754.14904.ajacoutot@lphp.org> cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: rpc.lockd segfault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 06:56:25 -0000 On Sunday 18 January 2004 14:59, Gilad Rom wrote: > install -s uses strip(1), so all your debugging symbols are erased. > the original binary left in-place should have debugging symbols. Thanks you all, it seems to be ok now. I just have to wait for rpc.lockd to core dump again so I could get more information on what's going on. I'll let you know. Antoine