On Mon, May 19, 2008 at 09:01:59AM +0700, Insan Praja SW wrote: > Hi Misc@, > While working/experimenting with bgpd + carp and storing the prefix learn > by bgpd to a pftable, the carp peer hang when the other peer is rebooted. > Works ok before storing this prefixes to pftable. Both router are > identical. > So here is the config file on each router, dmesg and of course, the ddb > and trace, >
> rn_delete: Orphaned Mask 0xd1d48c60 at 0x0 > rn_delete: couldn't find our annotation > pfr_unroute_kentry: delete failed. > rn_delete: Orphaned Mask 0xd1d48780 at 0x0 > uvm_fault(0xd7b3e814, 0x0, 0, 1) -> e > kernel: page fault trap, code=0 > Stopped at rn_walktree+0x3f: cmpw $0,0x8(%eax) > ddb> rn_walktree(d1b50480,d030fde0,de864b08,d0311f1b) at rn_walktree+0x3f > pfr_mark_addrs(de848000,ffffffff,10000000,d1d9a000) at pfr_mark_addrs+0x33 > pfr_del_addrs(d1d9a000,84ec4000,400,d1d9a43c,10000000,d0352da4,50,ffffffff) > at pfr_del_addrs+0x364 > pfioctl(4900,c44c4444,d1d9a000,3,d7836818) at pfioctl+0x3a6b > spec_ioctl(de864d68,d777f354,de864d60,d036f7db,40) at spec_ioctl+0x3f > spec_vnoperate(de864d68,d777f354,de864d90,d0371d17,d0796cd0) at > spec_vnoperate+0x16 > VOP_IOCTL(d7acbccc,c44c4444,d1d9a000,3,d7b49000,d7836818,de864e38,d1cfa800) > at VOP_IOCTL+0x40 > vn_ioctl(d7b2bdc0,c44c4444,d1d9a000,d7836818,d07aede0) at vn_ioctl+0xa7 > sys_ioctl(d7836818,de864f68,de864f58,5,d7836818) at sys_ioctl+0x125 > syscall() at syscall+0x24e > --- syscall (number 54) --- > 0xe36eabd: > > > > OpenBSD 4.3-current (GENERIC) #3: Thu May 8 03:46:09 WIT 2008 > [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC Please retry with a more -current kernel. I guess this is already fixed in rev. 1.23 of radix.c from 9 May. -- :wq Claudio