From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 04:46:21 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE2016A4CE for ; Wed, 29 Oct 2003 04:46:21 -0800 (PST) Received: from kundenserver16.yws-admin.de (kundenserver16.yws-admin.de [217.115.154.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 076C943FDF for ; Wed, 29 Oct 2003 04:46:20 -0800 (PST) (envelope-from flo@kasimir.com) Received: from kasimir.com (pD951EC4F.dip.t-dialin.net [217.81.236.79]) by kundenserver16.yws-admin.de (Postfix) with ESMTP id F3A6B352587; Wed, 29 Oct 2003 13:46:02 +0100 (CET) Message-ID: <3F9FB68A.70804@kasimir.com> Date: Wed, 29 Oct 2003 13:46:02 +0100 From: "Florian C. Smeets" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031021 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <3F9F0C6E.9040507@mikulas.com> <200310282120.07095.sam@errno.com> In-Reply-To: <200310282120.07095.sam@errno.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: Jiri Mikulas Subject: Re: panic route.c:565 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 12:46:21 -0000 Sam Leffler wrote: > Any chance you can get a stack trace the next time this happens? The LOR by > itself is hard to go from... Hi Sam, i get a slightly different LOR. lock order reversal 1st 0xc2dd6c90 rtentry (rtentry) @ /space/src/sys/net/route.c:182 2nd 0xc2d4887c radix node head (radix node head) @ /space/src/sys/net/route.c:544 Stack backtrace: backtrace(c0681530,c2d4887c,c06870aa,c06870aa,c0687100) at backtrace+0x17 witness_lock(c2d4887c,8,c0687100,220,1) at witness_lock+0x672 _mtx_lock_flags(c2d4887c,0,c0687100,220,cf428938) at _mtx_lock_flags+0xba rtrequest1(1,cf428944,cf428998,0,c2eb9eb0) at rtrequest1+0x59 rtrequest(1,c2eb9eb0,c2eb9eb0,cf42899c,405) at rtrequest+0x4a in6_ifloop_request(1,c2eb9e00,0,c2eb9e00,40) at in6_ifloop_request+0x76 in6_ifaddloop(c2eb9e00,0,c2eb9e00,0,cf428cbc) at in6_ifaddloop+0x50 in6_ifinit(c2ce7408,c2eb9e00,cf428c64,1,c04e092b) at in6_ifinit+0x147 in6_update_ifa(c2ce7408,cf428c54,0,0,cf428af4) at in6_update_ifa+0x500 in6_control(c2ea2800,8078691a,cf428c54,c2ce7408,c2e0c130) at in6_control+0x731 ifioctl(c2ea2800,8078691a,cf428c54,c2e0c130,c2e9e7fc) at ifioctl+0x1c8 soo_ioctl(c2e02f68,8078691a,cf428c54,c2e06a00,c2e0c130) at soo_ioctl+0x19c ioctl(c2e0c130,cf428d10,c069ca3f,3ed,3) at ioctl+0x475 syscall(2f,2f,2f,8097785,8078691a) at syscall+0x2c0 Xint0x80_syscall() at Xint0x80_syscall+0x1d --- syscall (54), eip = 0x2828768f, esp = 0xbfbff4ec, ebp = 0xbfbff518 --- hth, flo