Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

reproducible kernel crash with the agr interface



Hello,

I have a system with bnx and wm interfaces. When I try the following the kernel crashes.

ifconfig agr0 create
ifconfig agr0 agrport wm1
ifconfig agr0 -agrport wm1
ifconfig agr0 agrport bnx1
->dump


[ 22261.159501] panic: kernel diagnostic assertion "ifp->if_hwdl == NULL" failed: file "/usr/src/sys/net/if.c", line 456
[ 22261.159501] cpu1: Begin traceback...
[ 22261.159501] vpanic() at netbsd:vpanic+0x156
[ 22261.159501] kern_assert() at netbsd:kern_assert+0x4b
[ 22261.159501] if_set_sadl() at netbsd:if_set_sadl+0x9b
[ 22261.159501] ether_ifattach() at netbsd:ether_ifattach+0x78
[ 22261.159501] agrether_ctor() at netbsd:agrether_ctor+0x6d
[ 22261.159501] agr_ioctl() at netbsd:agr_ioctl+0x977
[ 22261.169542] doifioctl() at netbsd:doifioctl+0x307
[ 22261.169542] sys_ioctl() at netbsd:sys_ioctl+0x56d
[ 22261.169542] syscall() at netbsd:syscall+0x196
[ 22261.169542] --- syscall (number 54) ---
[ 22261.169542] netbsd:syscall+0x196:
[ 22261.169542] cpu1: End traceback...

[ 22261.169542] dumping to dev 4,1 (offset=22227071, size=12581616):
[ 22261.169542] dump


Is the information enough to recreate the problem or do I need to do more work?


Thank you for your efforts

Regards
Uwe



Home | Main Index | Thread Index | Old Index