From owner-freebsd-bugs Mon Sep 7 07:43:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09636 for freebsd-bugs-outgoing; Mon, 7 Sep 1998 07:43:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from relay.esat.net (relay.esat.net [192.111.39.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09629 for ; Mon, 7 Sep 1998 07:43:55 -0700 (PDT) (envelope-from nialls@euristix.ie) Received: from (euristix.ie) [193.120.210.2] by relay.esat.net with esmtp id 0zG2W4-00063C-00; Mon, 7 Sep 1998 15:43:41 +0100 Received: by gateway.euristix.ie id <19716>; Mon, 7 Sep 1998 15:39:41 +0100 Message-Id: <98Sep7.153941bst.19716@gateway.euristix.ie> Date: Mon, 7 Sep 1998 15:19:04 +0100 From: Niall Smart X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: Processes get "stuck" accessing filesystems backed by vnode devices Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I configured a 100 meg vnode and mounted it and tried to fill it up using dd, it hung after a while and so did a number of other processes which tried to access it: [nsmart@phrynia ~]$ ps -wwal | egrep 'ls|mount|dd' 1000 8140 8138 0 -14 0 368 72 inode D+ p0 0:00.00 ls -la /2 0 8135 7984 4 -2 0 236 84 getblk D+ p1 0:00.60 dd if=/dev/zero of=foo bs=8192 0 8175 8167 0 -2 0 308 28 getblk D+ p2 0:00.01 umount -f /2 If I can reproduce it, I'll provide more information. Niall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message