Greetings! I recently installed FreeBSD 11 on a server machine, Xeon E3-1275v6, wtih ZFS as the rootfs in a 3-way mirror configuration. On the first day of use I experienced two kernel panics which are not readily reproducible. I have the kernel crash dump and the output of
I attach the output of
kgdb > backtrace
, but I don't know what to read from that. The first panic occured when I tried printing the kernel routing table with netstat -r
, while the other one occured when I tried running dhclient
on an inactive Ethernet port (that is, there was no cable plugged in). The motherboard has two Ethernet ports, both using igb driver. dhclient
sends broadcasts on the active one but gets no reply, so I just wanted to make sure I was using the correct port by running dhclient
on the other one as well. It displayed "No link" and then the kernel paniced.I attach the output of
kgdb
, any help appreciated.