Re: LOR: if_ether.c -> route.c.

2003-02-03 Thread Jeffrey Hsu
> 1st 0xc0384800 arp mutex (arp mutex) @ /usr/src/sys/netinet/if_ether.c:151 > 2nd 0xc1886b7c radix node head (radix node head) @ > /usr/src/sys/net/route.c:549 A fix was committed on Jan 28, so if you update your source, the problem will go away. To Unsubscribe: send mail to [EMAIL PROTEC

Re: LOR: if_ether.c -> route.c.

2003-02-03 Thread Pawel Jakub Dawidek
On Mon, Feb 03, 2003 at 12:06:28PM +0100, Pawel Jakub Dawidek wrote: +> We got lock order reversal here: +> +> 1st 0xc0384800 arp mutex (arp mutex) @ /usr/src/sys/netinet/if_ether.c:151 +> 2nd 0xc1886b7c radix node head (radix node head) @ /usr/src/sys/net/route.c:549 +> +> Simple backtrace: +>

LOR: if_ether.c -> route.c.

2003-02-03 Thread Pawel Jakub Dawidek
Hello. We got lock order reversal here: 1st 0xc0384800 arp mutex (arp mutex) @ /usr/src/sys/netinet/if_ether.c:151 2nd 0xc1886b7c radix node head (radix node head) @ /usr/src/sys/net/route.c:549 Simple backtrace: rtreqest1() [route.c] rtreqest() [route.c] arptfree() [if_ether.c] arptimer() [if