From owner-freebsd-questions@FreeBSD.ORG Sat Jan 17 11:29:31 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 0C99016A4CE for ; Sat, 17 Jan 2004 11:29:31 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-1-65.w80-13.abo.wanadoo.fr [80.13.78.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99E543D2F for ; Sat, 17 Jan 2004 11:29:26 -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 i0HJRa5F038552 for ; Sat, 17 Jan 2004 20:27:36 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Sat, 17 Jan 2004 20:27:19 +0100 User-Agent: KMail/1.5.4 References: <200401171338.15670.ajacoutot@lphp.org> In-Reply-To: <200401171338.15670.ajacoutot@lphp.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401172027.19927.ajacoutot@lphp.org> 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: Sat, 17 Jan 2004 19:29:31 -0000 On Saturday 17 January 2004 13:38, Antoine Jacoutot wrote: > I'm having a problem under FreeBSD-5.2-RELEASE. > I mount my users homedir under NFS and need rpc.lockd. > Unfortunately, and with no reason nor log, rpc.lockd regularly core dump... > Any idea where I should start looking. Here is more information about my problem, using gdb on thecore file: GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (gdb) core rpc.lockd.core Core was generated by `rpc.lockd'. Program terminated with signal 11, Segmentation fault. #0 0x0804dd2f in ?? () I really need help on this issue. Thanks. Antoine