From owner-freebsd-current@FreeBSD.ORG Mon Jan 19 03:23:20 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 EF59F16A4CE for ; Mon, 19 Jan 2004 03:23:20 -0800 (PST) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDCD43D48 for ; Mon, 19 Jan 2004 03:23:17 -0800 (PST) (envelope-from mike@reifenberger.com) Received: from fwd01.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1AiXUx-0006LW-03; Mon, 19 Jan 2004 12:23:15 +0100 Received: from mike.reifenberger.com (G-r1ErZLYeTUiWHkJ5dciTxuDYQFqHl74mA7CRskwPfZLmmpMG4w0Z@[217.232.252.3]) by fmrl01.sul.t-online.com with esmtp id 1AiXTs-1DUkV60; Mon, 19 Jan 2004 12:22:08 +0100 Received: from localhost (mike@localhost)i0JBMBsQ022660 for ; Mon, 19 Jan 2004 12:22:12 +0100 (CET) (envelope-from mike@reifenberger.com) X-Authentication-Warning: mike.reifenberger.com: mike owned process doing -bs Date: Mon, 19 Jan 2004 12:22:11 +0100 (CET) From: mike To: freebsd-current@freebsd.org Message-ID: <20040119121812.N22353-100000@mike.reifenberger.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Seen: false X-ID: G-r1ErZLYeTUiWHkJ5dciTxuDYQFqHl74mA7CRskwPfZLmmpMG4w0Z@t-dialin.net X-Mailman-Approved-At: Mon, 19 Jan 2004 06:28:30 -0800 Subject: coredump over nfs causes client-process-lockup under current 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: Mon, 19 Jan 2004 11:23:21 -0000 Hi, while compiling open-motif under current I got stuck here during the configure: ... checking for working vfork... yes checking for vprintf... yes checking whether sprintf returns void... ps shows: 1869 1868 0,1 root ttyp0 ./conftest 0 0 96 0 1212 488 lockd D+ p0 0:00,07 The process is not interuptable. ls -l shows: -rwxr-xr-x 1 root wheel 4555 19 Jan 03:00 conftest -rw-r--r-- 1 root wheel 110 19 Jan 03:00 conftest.c -rw------- 1 root wheel 0 19 Jan 12:02 conftest.core Running ./conftest directly on the server gives: Bus error (core dumped) So it seems that a core-file should have been written. conftest.c is: #line 8129 "configure" #include "confdefs.h" #include int sprintf(); main() { exit(sprintf(".")); } After setting kern.coredump=0 I get during configure: ... checking for working vfork... yes checking for vprintf... yes checking whether sprintf returns void... Segmentation fault yes checking for wcslen... yes checking for wcscpy... yes and the compilation succeeds... rpc.[stat|lock]d is running on both server and clients. /etc/fstab shows: ... totum:/mnt/Ablage/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3,tcp,-r=8192,-w=8192 0 0 ... Bye/2 --- Michael Reifenberger, Business Unit Manager SAP-Basis, Plaut Consulting Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com http://www.plaut.de | http://www.Reifenberger.com