Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 1998 00:52:44 -0500 (EST)
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        hasty@rah.star-gate.com (Amancio Hasty)
Cc:        dyson@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <199803300552.AAA09044@dyson.iquest.net>
In-Reply-To: <199803300443.UAA05790@rah.star-gate.com> from Amancio Hasty at "Mar 29, 98 08:43:20 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Hi,
> 
> I managed to crash the system fairly quickly...
> 
> #8  0xf01d66fd in Debugger ()
> #9  0xf0117d9e in panic ()
> #10 0xf01b5e02 in softdep_fsync (vp=0xf3052e20)
>     at ../../ufs/ffs/ffs_softdep_stub.c:3520
> #11 0xf01ba4ec in ffs_fsync (ap=0xf3097db4) at ../../ufs/ffs/ffs_vnops.c:259
> #12 0xf01b069f in ffs_truncate (vp=0xf3052e20, length=0x000000000002c000, 
>     flags=0, cred=0xf06dda80, p=0xf2fc4a80) at vnode_if.h:499
> #13 0xf01be209 in ufs_setattr ()
> #14 0xf01c06e5 in ufs_vnoperate ()
> #15 0xf013b024 in ftruncate ()
> #16 0xf01e15df in syscall ()
> #17 0x2006e671 in ?? ()
> 
> What I do is:
> make world
> tar  -xzf <large-tar-file> something like X
> rm -R large-directory
> 
I think that you have a mixed up system.  The only way that the ffs_fsync
will call softdep_fsync is if you have the MNT_SOFTDEP flag set in your
mount structure.  You shouldn't have that unless you have the softdep
code linked in.  At least that is what it seems like for me.

John

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



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