https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230498
--- Comment #1 from [email protected] --- The point at which it fails appears to be Line 1559 in /usr/src/sys/net/rtsock.c info.rti_info[RTAX_IFP] = rt->rt_ifp->if_addr->ifa_addr; At the point where it runs this, (kgdb) print rt->rt_ifp->if_addr $3 = (struct ifaddr *) 0x0 Its trying to access via a NULL pointer. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
