Date: Fri, 27 May 2011 19:03:08 -0400 (EDT) From: Rick Macklem <rmacklem@uoguelph.ca> To: Goran Lowkrantz <glz@hidden-powers.com> Cc: freebsd-current@freebsd.org Subject: Re: Testing new nfs and VIMAGE Message-ID: <1297732809.928917.1306537388344.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <BF1CE7DB96DCAD7822BCAB48@syn>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_928916_555251632.1306537388342 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit > And the attached core.txt got eaten. > <http://people.hidden-powers.com/~glz/core.txt.3> > > /glz > > --On May 27, 2011 10:37:32 +0200 Goran Lowkrantz > <glz@hidden-powers.com> > wrote: > > > > > I have been testing VIMAGE a lot lately to see how it works an all > > my > > test cases works as expected except when I use NFSv4 from an NFS > > client > > with a kerrel with VIMAGE enabled. > > > > All other permutations work and this error is very specific. All > > crashes > > occurs when trying to read or write to an NFS v4 volume. I have seen > > it > > on both i386 and amd64. > > > ># 12 0xc0a73c15 in rt_tables_get_rnh (table=0, fam=2) > > at /usr/src/sys/net/route.c:153 > > > > > > static __inline struct radix_node_head ** > > rt_tables_get_rnh_ptr(int table, int fam) > > { > > struct radix_node_head **rnh; > > > > KASSERT(table >= 0 && table < rt_numfibs, ("%s: table out of > > bounds.", > > __func__)); > > KASSERT(fam >= 0 && fam < (AF_MAX+1), ("%s: fam out of > > bounds.", > > __func__)); > > > > /* rnh is [fib=0][af=0]. */ > > ---> rnh = (struct radix_node_head **)V_rt_tables; > > /* Get the offset to the requested table and fam. */ > > rnh += table * (AF_MAX+1) + fam; > > > > return (rnh); > > } > > > > Any ideas? > > > > Cores and dumps are available plus a vmware player setup to test and > > debug. > > I know diddly about VIMAGE, but you could try the attached patch which imitates what is done other places. If the patch isn't attached, you can find it at: http://people.freebsd.org/~rmacklem/vnet.patch rick ------=_Part_928916_555251632.1306537388342 Content-Type: text/x-patch; name=vnet.patch Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=vnet.patch LS0tIGZzL25mc2NsaWVudC9uZnNfY2xwb3J0LmMuc2F2CTIwMTEtMDUtMDQgMTk6MTI6MTAuMDAw MDAwMDAwIC0wNDAwCisrKyBmcy9uZnNjbGllbnQvbmZzX2NscG9ydC5jCTIwMTEtMDUtMjcgMTg6 NTI6MTEuMDAwMDAwMDAwIC0wNDAwCkBAIC05NDMsNyArOTQzLDkgQEAgbmZzY2xfZ2V0bXlpcChz dHJ1Y3QgbmZzbW91bnQgKm5tcCwgaW50IAogCQlzYWQuc2luX2ZhbWlseSA9IEFGX0lORVQ7CiAJ CXNhZC5zaW5fbGVuID0gc2l6ZW9mIChzdHJ1Y3Qgc29ja2FkZHJfaW4pOwogCQlzYWQuc2luX2Fk ZHIuc19hZGRyID0gc2luLT5zaW5fYWRkci5zX2FkZHI7CisJCUNVUlZORVRfU0VUKFREX1RPX1ZO RVQoY3VydGhyZWFkKSk7CiAJCXJ0ID0gcnRhbGxvYzEoKHN0cnVjdCBzb2NrYWRkciAqKSZzYWQs IDAsIDBVTCk7CisJCUNVUlZORVRfUkVTVE9SRSgpOwogCQlpZiAocnQgIT0gTlVMTCkgewogCQkJ aWYgKHJ0LT5ydF9pZnAgIT0gTlVMTCAmJgogCQkJICAgIHJ0LT5ydF9pZmEgIT0gTlVMTCAmJgpA QCAtOTY2LDcgKzk2OCw5IEBAIG5mc2NsX2dldG15aXAoc3RydWN0IG5mc21vdW50ICpubXAsIGlu dCAKIAkJc2FkNi5zaW42X2ZhbWlseSA9IEFGX0lORVQ2OwogCQlzYWQ2LnNpbjZfbGVuID0gc2l6 ZW9mIChzdHJ1Y3Qgc29ja2FkZHJfaW42KTsKIAkJc2FkNi5zaW42X2FkZHIgPSBzaW42LT5zaW42 X2FkZHI7CisJCUNVUlZORVRfU0VUKFREX1RPX1ZORVQoY3VydGhyZWFkKSk7CiAJCXJ0ID0gcnRh bGxvYzEoKHN0cnVjdCBzb2NrYWRkciAqKSZzYWQ2LCAwLCAwVUwpOworCQlDVVJWTkVUX1JFU1RP UkUoKTsKIAkJaWYgKHJ0ICE9IE5VTEwpIHsKIAkJCWlmIChydC0+cnRfaWZwICE9IE5VTEwgJiYK IAkJCSAgICBydC0+cnRfaWZhICE9IE5VTEwgJiYK ------=_Part_928916_555251632.1306537388342--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1297732809.928917.1306537388344.JavaMail.root>