I'm running 14.1-RELEASE (with the latest patches as of 2024-07-12) on AMD64. I have a AR93xx wireless card. I ran ifconfig wlan0 destroy and the system rebooted instantly. I don't recall it doing this on 14.0 or earlier. I haven't attempted doing it a second time to see if it's easily reproducible. Thanks!
Did you get a core dump or any backtrace saved?
(In reply to Bjoern A. Zeeb from comment #1) Unfortunately, I don't think so. Should that be automatic in some manner? What would I need to do to collect it, in case I can reproduce it?
(In reply to Henrich Hartzer from comment #2) See dumpdev in rc.conf to get core dumps. savecore_enable is hopefully enabled by default even on a release. If you have gdb from ports (packages) installed it will also create a crashinfo which is helpful. There's a chapter in the handbook (though I have not read it much recently myself): https://docs.freebsd.org/en/books/developers-handbook/kerneldebug/ In case you are able to reproduce it you may consider setting up an bhyve environment with passthru for the ath device to not panic your base system. Help can be found to set this up (I should really write that up fir wireless debugging).
Could be related to 280530