From owner-freebsd-current@FreeBSD.ORG Wed Jul 29 13:38:45 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1552F1065673 for ; Wed, 29 Jul 2009 13:38:45 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 987488FC14 for ; Wed, 29 Jul 2009 13:38:44 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz12 with SMTP id 12so582002bwz.43 for ; Wed, 29 Jul 2009 06:38:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=1gG9QHZWQ3BwpDVkcBHlPhXcG79Rh2oJvH5eQI1ruRQ=; b=ruVGvxtOz3oHPgOv4KDdW8gpDScyTHruSGAmi1P1mzHkithFjZymAqGvHhGi6v2vVg QQ6Te8oQsxyeCwm5hP5Tco7FtLGItzNmN51fcl06CDkDp+A5ID1k0c4lbvWYYTTTMW0e RgFCkFzntvproTElTHGF4mga8SeamJ69sbbX8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=s6JngqupW4RN+lFR2N5RV5KKZKKsfUPNPojKeNVI8Jafd2SKSYV03fWJ+7c2e3ZWPp zmEozmpX2uChS0GqZ6BNn42zaPXG3qvFZeazrg/Cg2IFuHjJ7l7YlSk4EJtp490qX6Ba yDWWkSsmiYBDbLLybYs4AsmX215cjhZ8jQcJI= MIME-Version: 1.0 Received: by 10.223.113.68 with SMTP id z4mr4291929fap.72.1248873132996; Wed, 29 Jul 2009 06:12:12 -0700 (PDT) Date: Wed, 29 Jul 2009 09:12:12 -0400 Message-ID: <4ad871310907290612m5c89eb3cqd0225c0bda866490@mail.gmail.com> From: Glen Barber To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Reproducible panic: ndis, broadcom 4318 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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 Jul 2009 13:38:45 -0000 This happens on a new install (7.1-RELEASE upgraded to 8.0-BETA2 using freebsd-update). No changes have been made to the system aside from rc.conf edits and copying an existing kernel module for ndis0 from a backup. The machine panics within a few seconds of loading bcmwl5_sys.ko, with or without wpa_supplicant enabled. There is no kernel.debug for me to run kgdb against. I cannot get the system connected to the net to do a recent checkout of the tree, but I will try to build a debug kernel on another machine and copy it with a flash drive. phoenix# kgdb kernel /var/crash/vmcore.0 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x2ac fault code = supervisor read, page not present instruction pointer = 0x20:0xc54e0ea6 stack pointer = 0x28:0xe7847a74 frame pointer = 0x28:0xe7847ac8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 711 (wpa_supplicant) panic: from debugger cpuid = 0 Uptime: 5m7s Physical memory: 1511 MB Dumping 70 MB: 55 39 23 7 Reading symbols from /boot/kernel/snd_hda.ko...Reading symbols from /boot/kernel /snd_hda.ko.symbols...done. done. Loaded symbols for /boot/kernel/snd_hda.ko Reading symbols from /boot/kernel/sound.ko...Reading symbols from /boot/kernel/s ound.ko.symbols...done. done. Loaded symbols for /boot/kernel/sound.ko Reading symbols from /boot/modules/bcmwl5_sys.ko...done. Loaded symbols for /boot/modules/bcmwl5_sys.ko Reading symbols from /boot/kernel/if_ndis.ko...Reading symbols from /boot/kernel /if_ndis.ko.symbols...done. done. Loaded symbols for /boot/kernel/if_ndis.ko Reading symbols from /boot/kernel/ndis.ko...Reading symbols from /boot/kernel/nd is.ko.symbols...done. done. Loaded symbols for /boot/kernel/ndis.ko kgdb: kvm_read: invalid address (0x0) #0 0x00000000 in ?? () -- Glen Barber