Date: Sat, 27 Feb 2021 21:49:06 +0100 From: Mateusz Guzik <mjguzik@gmail.com> To: Juraj Lutter <otis@freebsd.org> Cc: Rick Macklem <rmacklem@uoguelph.ca>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: -CURRENT panics in NFS Message-ID: <CAGudoHHqd2o-zcaJEF0=XbqV7etRKCPCtqj58QP56gQtK%2BEUAQ@mail.gmail.com> In-Reply-To: <D339EFAA-56F2-4F26-BB12-FBD1C854BBC1@FreeBSD.org> References: <E173E60B-D0AF-4315-A99F-ABA1F3D5BBEF@FreeBSD.org> <FBDA3107-00AF-4CF3-B6FA-F09EA8163D7B@FreeBSD.org> <560DD7DF-B1C0-432B-BFCA-9D00819E0C28@FreeBSD.org> <YQXPR0101MB0968CF8BCCD34DB340879F44DD9C9@YQXPR0101MB0968.CANPRD01.PROD.OUTLOOK.COM> <D339EFAA-56F2-4F26-BB12-FBD1C854BBC1@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Can you dump 'struct componentname *cnp'? This should do the trick: f 12 p cnp Most notably I want to know if the name to added is a literal dot. That case is handled if necessary, but the assert was added to start making the interface stricter. If the name is a dot I'll be inclined to remove the assert for 13.x to avoid problems with other callers of the sort. Otherwise I'll have to check what's going on there. On 2/27/21, Juraj Lutter <otis@freebsd.org> wrote: > Hi, > > thank you for the swift reaction. This patch fixed my problem. > > otis > > =E2=80=94 > Juraj Lutter > XMPP: juraj (at) lutter.sk > GSM: +421907986576 > >> On 27 Feb 2021, at 16:53, Rick Macklem <rmacklem@uoguelph.ca> wrote: >> >> I reproduced the problem and the attached trivial patch >> seems to fix it. Please test the patch if you can. >> > > --=20 Mateusz Guzik <mjguzik gmail.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGudoHHqd2o-zcaJEF0=XbqV7etRKCPCtqj58QP56gQtK%2BEUAQ>