-CURRENT panics in NFS

Mateusz Guzik mjguzik at gmail.com
Sat Feb 27 20:49:10 UTC 2021


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 at freebsd.org> wrote:
> Hi,
>
> thank you for the swift reaction. This patch fixed my problem.
>
> otis
>
>> Juraj Lutter
> XMPP: juraj (at) lutter.sk
> GSM: +421907986576
>
>> On 27 Feb 2021, at 16:53, Rick Macklem <rmacklem at uoguelph.ca> wrote:
>>
>> I reproduced the problem and the attached trivial patch
>> seems to fix it. Please test the patch if you can.
>>
>
>


-- 
Mateusz Guzik <mjguzik gmail.com>


More information about the freebsd-current mailing list