Can you try this patch, please? there is a couple of alternatives: putting options NBUF=128 in your kernel configuration is one. doing this is another: % gdb -k -w /netbsd.new [ ... ] set nbuf=128 ^D the first will set NBUF in the kernel as it is built, the second changes the default in a previously built kernel. .mrg.