Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2001 14:50:03 -0700 (PDT)
From:      Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/3685: [BPATCH%] panic: fdesc attr
Message-ID:  <200106022150.f52Lo3M29228@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/3685; it has been noted by GNATS.

From: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
To: freebsd-gnats-submit@FreeBSD.org, cschuber@uumail.gov.bc.ca
Cc:  
Subject: Re: kern/3685: [BPATCH%] panic: fdesc attr
Date: Sat, 2 Jun 2001 23:41:25 +0200

 This PR can be closed.
 There have been many changes to this file; instead of a switch(fp->f_type)
 there's now a call fo_stat(fp, ...) etc.
 
 Also, I can't reproduce this panic on -current:
 
 /tmp#mount_fdescfs fdesc /tmp/fdd 
 /tmp#find /tmp -type d -perm 777 | xargs ls -ld 
 find: /tmp/fdd/8: Bad file descriptor
 /tmp#
 /tmp#find /tmp -type d -perm 777 | xargs ls -l 
 find: /tmp/fdd/8: Bad file descriptor
 /tmp#
 /tmp#uname -a
 FreeBSD i609.hadiko.de 5.0-CURRENT FreeBSD 5.0-CURRENT #402: Fri Jun  1 19:10:19 CEST 2001     p@i609.hadiko.de:/usr/obj/usr/src/sys/I609  i386
 
 
 Bye, Philipp

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106022150.f52Lo3M29228>