Date: Wed, 3 Nov 1999 20:16:55 +0000 From: Ben Smithurst <ben@scientia.demon.co.uk> To: stable@freebsd.org Subject: panic from ffs_write Message-ID: <19991103201655.A492@strontium.scientia.demon.co.uk>
index | next in thread | raw e-mail
To cut a long story short, the panic seems to have originated at this point:
(kgdb) frame 14
#14 0xc01735e3 in ffs_write (ap=0xc4d24ec8)
at ../../ufs/ufs/ufs_readwrite.c:411
411 if (uio->uio_offset < 0 ||
(kgdb) l
406 default:
407 panic("%s: type", WRITE_S);
408 }
409
410 fs = ip->I_FS;
411 if (uio->uio_offset < 0 ||
412 (u_int64_t)uio->uio_offset + uio->uio_resid > fs->fs_maxfilesize) {
413 if (object)
414 vm_object_vndeallocate(object);
415 return (EFBIG);
(kgdb) print fs
$1 = (struct fs *) 0x0
(kgdb)
Any idea how this could have happened? Any hints about where I should
start looking for the cause of this?
--
Ben Smithurst | PGP: 0x99392F7D
ben@scientia.demon.co.uk | key available from keyservers and
| ben+pgp@scientia.demon.co.uk
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991103201655.A492>
