From owner-freebsd-current@FreeBSD.ORG Fri Jun 20 09:35:36 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 D09A737B401 for ; Fri, 20 Jun 2003 09:35:36 -0700 (PDT) Received: from noir.propagation.net (noir.propagation.net [63.249.159.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A1043F75 for ; Fri, 20 Jun 2003 09:35:36 -0700 (PDT) (envelope-from nickh@supportteam.net) Received: from dotnet (c66.169.110.87.ts46v-03.otn-a1.ftwrth.tx.charter.com [66.169.110.87]) by noir.propagation.net (8.9.3p2/8.8.5) with ESMTP id LAA07788 for ; Fri, 20 Jun 2003 11:34:46 -0500 Message-ID: <001b01c33749$d6d6d690$0402a8c0@dotnet> From: "Nick H." To: Date: Fri, 20 Jun 2003 11:34:36 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3663.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.3663.0 Subject: lock order reversal (2 different items) 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: Fri, 20 Jun 2003 16:35:37 -0000 Has anyone come across this before? dc0: promiscuous mode enabled Jun 20 09:56:15 router kernel: dc0: promiscuous mode enabled lock order reversal 1st 0xc05a0100 bpf global lock (bpf global lock) @ /usr/src/sys/net/bpf.c:375 2nd 0xc1f5d7bc dc0 (network driver) @ /usr/src/sys/pci/if_dc.c:3543 dc0: promiscuous mode disabled --this happened when I did a tcpdump -nnxXv for my dc0 interface. I also got this one on boot today (gg cable company): Entropy harvesting: interrupts ethernet point_to_point . lock order reversal 1st 0xc1fb65c0 process lock (process lock) @ /usr/src/sys/kern/kern_descrip.c:2112 2nd 0xc200ac34 filedesc structure (filedesc structure) @ /usr/src/sys/kern/kern_descrip.c:2119 swapon: adding /dev/ad0s1b as swap device --Noticed it on boot, figured it'd be worth a mention It only happens one time per boot (which isnt often). Here's some stats on it: harm@router harm $ uname -a FreeBSD router.XXXXXX.com 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #6: Sun Jun 15 01:09:07 CDT 2003 root@router.XXXXXX.com:/usr/obj/usr/src/sys/Router i386 CPU: Pentium III/Pentium III Xeon/Celeron (448.80-MHz 686-class CPU) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs real memory = 201261056 (191 MB) avail memory = 188223488 (179 MB) As you can see, the sources are fairly new (Jun 14th is the last time I grabbed and built them). If anyone has any ideas/suggestions or if you need anything more off of me (Im sorry, Im fresh out of money to give out) ;) I'll be more than happy to provide with what I can. Thanks! Regards, Nick H. nickh@supportteam.net