From owner-freebsd-current@FreeBSD.ORG Sat Sep 3 14:34:19 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 D4DD016A41F for ; Sat, 3 Sep 2005 14:34:19 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63CD143D48 for ; Sat, 3 Sep 2005 14:34:19 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by xproxy.gmail.com with SMTP id h32so305063wxd for ; Sat, 03 Sep 2005 07:34:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type; b=Bhcj9cGXxF0B+4o6INGBku4yglgkaRAv0lILxrTw+/bm6KK8AnBIMK1mZpLGginJ6WukRDMKsHEx1IkjyAnpOIAmpwr7S3xN/AXlDWysoT/aPaxDGVO9+gp2Ujqp8em3bE0QheCrdj8RLqqahMAPgoZciF3NinMrasQQGIfNbHs= Received: by 10.70.58.20 with SMTP id g20mr5387wxa; Sat, 03 Sep 2005 07:28:08 -0700 (PDT) Received: by 10.70.56.10 with HTTP; Sat, 3 Sep 2005 07:28:08 -0700 (PDT) Message-ID: Date: Sat, 3 Sep 2005 17:28:08 +0300 From: Dan Cojocar To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: bzeeb+freebsd+lor@zabbadoz.net Subject: LOR in /usr/src/sys/netinet/in.c:972 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dan.cojocar@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 14:34:20 -0000 Hello, Here is my second lor for today :) that i didn't find on=20 http://sources.zabbadoz.net/freebsd/lor.html I get this when i run dhclient on cdce0 interface. It's harmless, because I= =20 obtain an valid ip and everything is working ok. lock order reversal 1st 0xc06a2e40 in_multi_mtx (in_multi_mtx) @ /usr/src/sys/netinet/in.c:972 2nd 0xc0655660 Giant (Giant) @ /usr/src/sys/net/if.c:1998 KDB: stack backtrace: witness_checkorder(c0655660,9,c0612eef,7ce,12c) at witness_checkorder+0x51c _mtx_lock_flags(c0655660,0,c0612eef,7ce,c) at _mtx_lock_flags+0x54 if_addmulti(c1a67800,d5729afc,d5729af8,3cc,c1bf0780) at if_addmulti+0x260 in_addmulti(d5729b40,c1a67800,1,2cc,c1b8bbc8) at in_addmulti+0x66 in_ifinit(c1f53190,0,0,0,d5729b90) at in_ifinit+0x5bc in_control(c1f8b000,8040691a,c1f53180,c1a67800,c1aa0e10) at in_control+0xfa= a ifioctl(c1f8b000,8040691a,c1f53180,c1aa0e10,2) at ifioctl+0x15a soo_ioctl(c1f5e000,8040691a,c1f53180,c1f65200,c1aa0e10) at soo_ioctl+0x2e8 ioctl(c1aa0e10,d5729d04,c,422,3) at ioctl+0x118 syscall(3b,3b,3b,808e3a0,0) at syscall+0x13d Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (54, FreeBSD ELF32, ioctl), eip =3D 0x807f49b, esp =3D 0xbfbfe5= bc,=20 ebp =3D 0xbfbfee28 --- Thanks, Dan