From owner-freebsd-current@FreeBSD.ORG Thu Jan 29 05:19:01 2004 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 27C0A16A501 for ; Thu, 29 Jan 2004 05:19:01 -0800 (PST) Received: from smtp1.powertech.no (smtp1.powertech.no [195.159.0.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8095E43D46 for ; Thu, 29 Jan 2004 05:18:59 -0800 (PST) (envelope-from frode@nordahl.net) Received: from [195.159.6.12] (dhcp12.ns5.powertech.no [195.159.6.12]) by smtp1.powertech.no (Postfix) with ESMTP id AA152832E for ; Thu, 29 Jan 2004 14:16:54 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v612) In-Reply-To: References: <3DC16400-517B-11D8-9CB2-0005028F6AEB@TrueStep.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <68FC202A-525D-11D8-B122-000A95A9A574@nordahl.net> Content-Transfer-Encoding: 7bit From: Frode Nordahl Date: Thu, 29 Jan 2004 14:16:55 +0100 To: freebsd-current@freebsd.org X-Mailer: Apple Mail (2.612) Subject: Re: rpc.lockd(8) seg faults on 5.2-RELEASE 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: Thu, 29 Jan 2004 13:19:01 -0000 Hello, Caught a new and different core dump from rpc.lockd today. (gdb) bt #0 dump_filelock (fl=0x809c000) at lockd_lock.c:318 #1 0x0804e0a1 in lock_nfslock (fl=0x8080815) at lockd_lock.c:875 #2 0x0804ea7b in lock_partialfilelock (fl=0x809d015) at lockd_lock.c:1337 #3 0x0804e99e in retry_blockingfilelocklist () at lockd_lock.c:1261 #4 0x0804ed4b in unlock_partialfilelock (fl=0xbfbfe090) at lockd_lock.c:1532 #5 0x0804f180 in do_unlock (fl=0xbfbfe090) at lockd_lock.c:1788 #6 0x0804f50e in unlock (lock=0xbfbfe568, flags=2) at lockd_lock.c:1967 #7 0x0804cce3 in nlm4_unlock_4_svc (arg=0xbfbfe090, rqstp=0xbfbfdf01) at lock_proc.c:1120 #8 0x0804aea4 in nlm_prog_4 (rqstp=0xbfbfeac0, transp=0xbfbfe090) at nlm_prot_svc.c:436 #9 0x280f57d8 in svc_getreq_common () from /lib/libc.so.5 #10 0x280f55af in svc_getreqset () from /lib/libc.so.5 #11 0x280b4ea4 in svc_run () from /lib/libc.so.5 #12 0x0804b358 in main (argc=134685440, argv=0xbfbfecb4) at lockd.c:212 #13 0x080498a2 in _start () (gdb) Mvh, Frode