NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: netbsd crashes when using fat filesys
rhialto%falu.nl@localhost (Rhialto) writes:
>I had something similar recently when doing a rename of a file on a FAT
>file system (in this case my /efi file system). Fortunately I had it
>mounted with -o rump, because it was 100% repeatable.
>I filed http://gnats.netbsd.org/58146 for it.
Maybe that's rump.
msdosfs:
KASSERT(tcnp->cn_cred == cred);
genfs: /*
* XXX Want a better equality test. `tcnp->cn_cred == cred'
* hoses p2k because puffs transmits the creds separately and
* allocates distinct but equivalent structures for them.
*/
KASSERT(kauth_cred_uidmatch(cred, tcnp->cn_cred));
Can you still repeat the crash when you change the assertion
to match the genfs check ?
Home |
Main Index |
Thread Index |
Old Index