From owner-freebsd-net@FreeBSD.ORG Thu Oct 6 04:47:02 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34BBC106564A for ; Thu, 6 Oct 2011 04:47:02 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id E2C438FC14 for ; Thu, 6 Oct 2011 04:47:01 +0000 (UTC) Received: by ggeq3 with SMTP id q3so1730817gge.13 for ; Wed, 05 Oct 2011 21:47:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=AiyKlyCgBwkRDCoxLFztn9MkbrfNoTuuujeeQu4uDwk=; b=qsTaVlVcS6gh0nCIfHXLPH3IG8Mdbu9yDxfa0oafLj3MrnSBZ8VSh+OUKPSMCj6kJo tfqfgPz7bNFsKaWMgDXKLGqE0y8BP6HR6pRJ351nD8TQLvedmODoVY/vj8NhTNNkG6s5 ID4BFs0PzQ86lYkR/ymdf5a0WQ7JYDIFxuStU= MIME-Version: 1.0 Received: by 10.236.197.104 with SMTP id s68mr1221935yhn.20.1317876421187; Wed, 05 Oct 2011 21:47:01 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Wed, 5 Oct 2011 21:47:01 -0700 (PDT) In-Reply-To: <201110051850.58888.break19@gmail.com> References: <201110042008.48915.break19@gmail.com> <201110050749.49139.break19@gmail.com> <201110051850.58888.break19@gmail.com> Date: Thu, 6 Oct 2011 12:47:01 +0800 X-Google-Sender-Auth: iemdWTgN9DsoU9-ATwDs4bsEHf4 Message-ID: From: Adrian Chadd To: Chuck Burns Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: [urtw] Wifi link dying randomly. reboot required to reconnect. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 04:47:02 -0000 On 6 October 2011 07:50, Chuck Burns wrote: > Ok, it crashed this evening.. Got a snapshot of it with my wife's digital > camera.. > > http://imageshack.us/photo/my-images/851/kernelcrash.jpg/ > > There is a small "flash dot" as the camera's flash went off, but 99% of it is > readable. (thought I'd turned off the flash). > > Also, as a side note, the machine has a large enough swapfile for a crash > dump.. and it didnt reboot reboot on it's own even though it says it will.. So it didn't crashdump? Unless data[] is completely invalid (eg NULL), I can't see how that function would panic.. Adrian