From owner-freebsd-questions@FreeBSD.ORG Thu May 14 12:04:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFC2510656EC for ; Thu, 14 May 2009 12:04:18 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id B838F8FC28 for ; Thu, 14 May 2009 12:04:17 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm12 with SMTP id 12so1246557fxm.43 for ; Thu, 14 May 2009 05:04:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NvRyNIMFZuOoaWzM9D2AqkbsVDPIyij53hbFqKekD9g=; b=Vz94HNkSMFJnpPJGxn7jFCID1twR2XHRku2P/cl3K/QQrCC/+IQ/0GuGh2L5Q4BOmw YnWBBc68476VPQ4OZmrMwHxdX1x4pqjY2V6HxF8o2DDbpK04GCoKp1j7Y0zvRDOBflER dJ9XCgFOHMHmfzkYh8B4bqg1rHiIuUw/WxxkY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=YGwTGNu/5JCOZC4QVeFwHAAPfyNdYCC4Kh1GWI3eCJobNjSwFDbWJiHtljmMGsuTbp 5iF56xO2GLIcMsxgRR6sCwBebcw3tNF7dpQgpUNRyPRnSq/hA0qorDwho2Us9R5Fw++V FFe+xpd1EHUQYbInWJv1ssYUR6/ZOIaZOIXmc= MIME-Version: 1.0 Received: by 10.204.116.9 with SMTP id k9mr1999080bkq.159.1242302656726; Thu, 14 May 2009 05:04:16 -0700 (PDT) In-Reply-To: <4A0B2CB4.2020407@onetel.com> References: <49F78DD0.70007@onetel.com> <4A03528F.7070405@onetel.com> <3a142e750905080326q2c21e669xc08aaafbf0fbf36@mail.gmail.com> <4A04968E.5060203@onetel.com> <3a142e750905090742i4bf80d45n323a81d3e18223a@mail.gmail.com> <4A089A87.8040800@onetel.com> <3a142e750905120322h2eb984a6q786ad99287ae2cbb@mail.gmail.com> <4A09D206.7030305@onetel.com> <3a142e750905130536t44129963ie3b191ffea47bbeb@mail.gmail.com> <4A0B2CB4.2020407@onetel.com> Date: Thu, 14 May 2009 14:04:15 +0200 Message-ID: <3a142e750905140504y179b0d42u5f2f31afeac403a8@mail.gmail.com> From: "Paul B. Mahol" To: Chris Whitehouse Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: ndis0 interrrupt storm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2009 12:04:26 -0000 On 5/13/09, Chris Whitehouse wrote: > Paul B. Mahol wrote: >> On 5/12/09, Chris Whitehouse wrote: >>> Paul B. Mahol wrote: >>>> Just typing bt on db prompt for now should be enough. >>> panic: sleeping thread >>> cpuid = 0 >>> KDB: enter: panic >>> [thread pid 1497 tid 100073 ] >>> Stopped at kdb_enter+0x3a: movl $0,kdb_why >>> db> bt >>> Tracing pid 1497 tid 100073 td 0xc356c900 >>> kdb_enter(c0c3d8fa,c0c3d8fa,c0c42726,d4001b68,0,...) at kdb_enter+0x3a >>> panic(c0c42726,ffffffff,0,cc,4,...) at panic+0x136 >>> propagate_priority(c0d9df84,0,c0c4249e,2e1,c356d180,...) at >>> propagate_priority+0x18c >>> turnstile_wait(c356d180,c37b2240,0,18d,c34fc06c,...) at >>> turnstile_wait+0x44d >>> _mtx_lock_sleep(c34fc06c,c356c900,0,c38de072,6b4,...) at >>> mtx_lock_sleep+0x18e >>> _mtx_lock_flags(c34fc06c,0,c38de072,6b4,c089dc98,...) at >>> mtx_lock_flags+0xf7 >>> ndis_ticktask(c3821700,c34fc000,c37e8e3c,c3916bd0,c38fc6e0,...) at >>> ndis_ticktask+0x3a >>> _end(c37e8e3c,d4001d38,c0c39438,333,c37ab548,...) at _end+0x321d >>> fork_exit(c38fc600,c37e8e3c,d4001d38) at fork_exit+0xb8 >>> fork_trampoline() at fork_trampoline+0x8 >>> --- trap 0, eip = 0 esp = 0xd4001d70, ebp = 0 --- >>> >>> >>> Typed by hand but I'm pretty sure it is correct. >>> >>> Don't know if it is significant but repeating the panic gave quite a few >>> different values. >> >> Post them too. If only numbers are different and stack is same that >> could help even more. > > Is photos ok or do you need text? Whatever, just let it be complete. >> This is on i386? >> > > yes > -- Paul