Re: CVS commit: src/sys/external/bsd/libnv/dist

2019-02-14 Thread Timo Buhrmester
This commit (or the following one) gives me the following panic on 'npfctl reload': | # npfctl reload | [ 169.6257771] panic: kmem_free(0xc1fd76a0, 46) != allocated size 4294967295 | [ 169.6361202] cpu0: Begin traceback... | [ 169.6361202]

Re: CVS commit: src/sys/external/bsd/libnv/dist

2019-02-14 Thread Martin Husemann
Can you try this patch? rmind: can you *please* run the tests before commiting such changes? That would have immediately caught this. Martin Index: nvlist.c === RCS file: /cvsroot/src/sys/external/bsd/libnv/dist/nvlist.c,v

Re: CVS commit: src/sys/external/bsd/libnv/dist

2019-02-14 Thread Timo Buhrmester
> Can you try this patch? With the patch I get a different panic: | # npfctl reload | panic: kernel diagnostic assertion "(nvp) != ((void *)0)" failed: file "/home/fstd/qemutest/src/sys/external/bsd/libnv/dist/nvpair.c", line 2140 | cpu0: Begin traceback... |