On 2019/05/17 09:32, Jihyun Yu wrote:
> Hi,
> 
> I'm experiencing kernel panic with wireguard and ifconfig. Kernel panics
> with `ifconfig -A` command when wireguard is up. I attached basic output
> (dmesg/ddb output) from the system. The panic is reliably reproducible, so
> please let me know if there's any missing information.

It would probably be useful to have "trace /p 0tXXXXX" where XXXXX is the
TID (not PID) of the ifconfig process; from your previous crash...

> ddb{3}> ps
>    PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
> *24121  166157  25586   1000  7         0x3                ifconfig

...it would be trace /p 0t166157.

> BTW I set `ddb.panic=0` on sysctl.conf but the machine does not reboot
> automatically after panic occurs. Is there any way to reboot the system
> automatically after panic?

There are various conditions that result in entering ddb which aren't
actually a panic, this is one of them.

Reply via email to