Displaying 1 result from an estimated 1 matches for "cn_nameptr".
2003 Jul 02
0
union_lookup panics ...
...r doing a
pkg_delete ... but, is there any way of finding which file?
The code is here, but I can't seem to even get an inode out of it to using
'find' to find:
(kgdb) list
610
611 #ifdef DIAGNOSTIC
612 if (cnp->cn_namelen == 1 &&
613 cnp->cn_nameptr[0] == '.' &&
614 *ap->a_vpp != dvp) {
615 panic("union_lookup returning . (%p) not same as
startdir (%p)", ap->a_vpp, dvp);
616 }
617 #endif
618
619 return (error);
(kgdb) print *ap->a_vpp
$1 = (struc...