On 2011/03/29 18:43, Stuart Henderson wrote:
> No time for a proper PR at the moment - had a crash after
> ifconfig bridge2 destroy, simple bridge setup with just
> "add vether2 add gif2 up".  No STP.
> 
> Can't investigate it ATM but thought I'd send it so
> at least it's not totally lost.

ugh, apologies for the completely useless trace..

> uvm_fault(0xd69d3cac, 0x0, 0, 3) -> e
> fatal page fault (6) in supervisor mode
> trap type 6 code 2 eip d04523ba cs 8 eflags 10246 cr2 0 cpl 60

$ objdump -t bsd.20101112 | grep d0452[34]  
d0452330 g     F .text  00000049 bstp_stop
d0452380 g     F .text  00000086 bstp_destroy
d0452410 g     F .text  0000008c bstp_create
d04524a0 g     F .text  00000063 bstp_notify_rtage

so it looks like this is the one fgsch fixed (I read if_bridge.c
log but missed bridgestp.c or I would have noticed this).

Reply via email to