On 2014/05/16 17:12, Giancarlo Razzolini wrote: > As I mentioned, I'm running 5.5 stable. So this might got fixed in > current, I'm taking a look at the CVS commits right now to see if it was > fixed. But, funny thing, I've managed to get another segmentation fault, > this time from command line. While trying to replicate the bug in > another machine, I've wrongly typed: > > ifconfig em4 -inet > > Instead of: > > ifconfig em4 -inet6
I'm unable to repeat this on amd64 5.5 release. Can you repeat it under gdb? i.e. 'sudo gdb ifconfig' then 'set args em4 -inet' (or whatever) and 'run', then if you can trigger it do a 'bt'.
