Re: kern/149917: [net] [patch] freebsd 8.1 crash with ECMP

2010-08-24 Thread andre
Synopsis: [net] [patch] freebsd 8.1 crash with ECMP Responsible-Changed-From-To: freebsd-net->qingli Responsible-Changed-By: andre Responsible-Changed-When: Tue Aug 24 08:25:53 UTC 2010 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=149

Re: kern/149917: [net] [patch] freebsd 8.1 crash with ECMP

2010-08-23 Thread linimon
Old Synopsis: freebsd 8.1 crash with ECMP New Synopsis: [net] [patch] freebsd 8.1 crash with ECMP Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Aug 24 04:13:05 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). h

Re: freebsd 8.1 crash with ECMP

2010-08-23 Thread Ingo Flaschberger
Hi, attached bugfix. Kind regards, Ingo Flaschberger--- /usr/src/sys/net/radix_mpath.c_org 2010-08-23 16:36:57.0 + +++ /usr/src/sys/net/radix_mpath.c 2010-08-23 16:38:18.0 + @@ -294,6 +294,9 @@ weight >= rt->rt_rmx.rmx_weight && rn;

Re: freebsd 8.1 crash with ECMP

2010-08-23 Thread Ingo Flaschberger
Hi, Dump: #0 doadump () at pcpu.h:224 224 __asm("movq %%gs:0,%0" : "=r" (td)); (kgdb) backtrace #0 doadump () at pcpu.h:224 #1 0x802b0e25 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:416 #2 0x802b126d in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutd

Re: freebsd 8.1 crash with ECMP

2010-08-22 Thread Andrey V. Elsukov
On 23.08.2010 3:38, Ingo Flaschberger wrote: > ifconfig em0 10.11.11.175/24 > ifconfig em0 alias 10.20.20.1/24 > route add -net 10.20.20.0/24 10.11.11.1 -weight 2 > > Fatal trap 12: page fault while in kernel mode Hi, Can you show output of `ident /usr/src/sys/dev/e1000/if_*`? -- WBR, Andrey V

Re: freebsd 8.1 crash with ECMP

2010-08-22 Thread Remko Lodder
>> Hi, >> >> ifconfig em0 10.11.11.175/24 >> ifconfig em0 alias 10.20.20.1/24 >> route add -net 10.20.20.0/24 10.11.11.1 -weight 2 >> >> Fatal trap 12: page fault while in kernel mode >> cpuid = 0; apic id = 00 >> fault virtual address = 0x98 >> fault code = supervisor read data, pa

freebsd 8.1 crash with ECMP

2010-08-22 Thread Ingo Flaschberger
Hi, ifconfig em0 10.11.11.175/24 ifconfig em0 alias 10.20.20.1/24 route add -net 10.20.20.0/24 10.11.11.1 -weight 2 Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x98 fault code = supervisor read data, page not present instruction p