From owner-freebsd-stable@FreeBSD.ORG Sat Jul 5 15:58:45 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5CC0106566C for ; Sat, 5 Jul 2008 15:58:45 +0000 (UTC) (envelope-from mnd999@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.181]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1DB8FC0C for ; Sat, 5 Jul 2008 15:58:45 +0000 (UTC) (envelope-from mnd999@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so793852ika.3 for ; Sat, 05 Jul 2008 08:58:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=p/1YdnCE+FN84e6kPZSHRoBxN2EtErjaLJalNp+b6EA=; b=j+ctbzAOjnVz34DgyHVfIY19f62qswXEltdOG4ks7xaI7HO2Z833UYOLjyBp0VXIut I2XXxqT+jRHmttnpg8+QWZQNjvNwGGhCFafAaPKhlmk2vbpnepWyY6ufYio32I63C8Vx FvKirpte6Zi8+Q4AmSuUrpXclQjt6x1Hm5EMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=Uj83v0HFhY4/Js00gaOJbWu34NCdayBMao0cWahAC43zxnBJEl2o2InbLL3J+DQVA4 7aUKZhKafQGh2n7TZ4vtnlo9hmgBMTB3JZSb9fsV/sU4tCbnD4jSQd55gvUr+jWPsCP/ FOy+NNKkXUhyWhkxUDdPW56g8XVaFInx+oVvk= Received: by 10.210.90.8 with SMTP id n8mr1317516ebb.191.1215271936489; Sat, 05 Jul 2008 08:32:16 -0700 (PDT) Received: from ?192.168.0.222? ( [90.193.89.181]) by mx.google.com with ESMTPS id t2sm2642225gve.9.2008.07.05.08.32.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 05 Jul 2008 08:32:14 -0700 (PDT) Message-Id: <6C1A742B-AB45-4E72-8BA9-F333F607A55E@gmail.com> From: Mark Dixon To: freebsd-net@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Sat, 5 Jul 2008 16:32:10 +0100 X-Mailer: Apple Mail (2.926) Cc: Subject: Net crash in ath on FREEBSD-7 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 15:58:45 -0000 Hi, I get the following when I run portupgrade and it tries to hit the network for a package on stable. It looks like something has been broken in ath? Seeing as I don't update very often it could have been around for a while. Kernel is GENERIC. Modules are kernel, snd_ich, sound, aio and linux. If anyone wants to look at this and needs more info, let me know. Mark 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 "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 2; apic id = 02 fault virtual address = 0x0 fault code = supervisor read data, page not present instruction pointer = 0x8:0xffffffff8025e2f2 stack pointer = 0x10:0xffffffffaec9e630 frame pointer = 0x10:0xffffff00018fa100 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 16516 (fetch) trap number = 12 panic: page fault cpuid = 2 Uptime: 2m56s Physical memory: 2034 MB Dumping 251 MB: (CTRL-C to abort) 236 220 (CTRL-C to abort) 204 188 172 156 140 124 108 92 76 60 (CTRL-C to abort) 44 28 12 Reading symbols from /boot/kernel/snd_ich.ko...Reading symbols from / boot/kernel/snd_ich.ko.symbols...done. done. Loaded symbols for /boot/kernel/snd_ich.ko Reading symbols from /boot/kernel/sound.ko...Reading symbols from / boot/kernel/sound.ko.symbols...done. done. Loaded symbols for /boot/kernel/sound.ko Reading symbols from /boot/kernel/aio.ko...Reading symbols from /boot/ kernel/aio.ko.symbols...done. done. Loaded symbols for /boot/kernel/aio.ko Reading symbols from /boot/kernel/linux.ko...Reading symbols from / boot/kernel/linux.ko.symbols...done. done. Loaded symbols for /boot/kernel/linux.ko #0 doadump () at pcpu.h:194 194 pcpu.h: No such file or directory. in pcpu.h (kgdb) where #0 doadump () at pcpu.h:194 #1 0x0000000000000004 in ?? () #2 0xffffffff804964a9 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #3 0xffffffff804968ad in panic (fmt=0x104
) at /usr/src/sys/kern/kern_shutdown.c:572 #4 0xffffffff8075ff74 in trap_fatal (frame=0xffffff00044d66a0, eva=18446742974267905128) at /usr/src/sys/amd64/amd64/trap.c:724 #5 0xffffffff80760345 in trap_pfault (frame=0xffffffffaec9e580, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:641 #6 0xffffffff80760c88 in trap (frame=0xffffffffaec9e580) at /usr/src/sys/amd64/amd64/trap.c:410 #7 0xffffffff8074664e in calltrap () at /usr/src/sys/amd64/amd64/exception.S:169 #8 0xffffffff8025e2f2 in ath_start (ifp=0xffffff00011cd800) at /usr/src/sys/dev/ath/if_ath.c:1747 #9 0xffffffff8052fab6 in ether_output_frame (ifp=0xffffff00011cd800, m=0xffffff000421eb00) at /usr/src/sys/net/if_ethersubr.c:405 #10 0xffffffff805300e2 in ether_output (ifp=0xffffff00011cd800, m=0xffffff000421eb00, dst=Variable "dst" is not available. ) at /usr/src/sys/net/if_ethersubr.c:374 #11 0xffffffff805755df in ip_output (m=0xffffff000421eb00, opt=Variable "opt" is not available. ) at /usr/src/sys/netinet/ip_output.c:551 #12 0xffffffff805ce48c in tcp_output (tp=0xffffff0004216b60) at /usr/src/sys/netinet/tcp_output.c:1135 #13 0xffffffff805d880d in tcp_usr_rcvd (so=Variable "so" is not available. ) at /usr/src/sys/netinet/tcp_usrreq.c:738 #14 0xffffffff804ef5cf in soreceive_generic (so=0xffffff001040c570, psa=0x0, uio=0xffffffffaec9eb00, mp0=Variable "mp0" is not available. ) at /usr/src/sys/kern/uipc_socket.c:1825 #15 0xffffffff804cee1d in dofileread (td=0xffffff00044d66a0, fd=3, fp=0xffffff00047e4168, auio=0xffffffffaec9eb00, offset=Variable "offset" is not available. ) at file.h:242 #16 0xffffffff804cf18e in kern_readv (td=0xffffff00044d66a0, fd=3, auio=0xffffffffaec9eb00) at /usr/src/sys/kern/sys_generic.c:192 #17 0xffffffff804cf27c in read (td=0xffffffff80e62000, uap=0xffffff00044d66a0) at /usr/src/sys/kern/sys_generic.c:108 #18 0xffffffff807605c7 in syscall (frame=0xffffffffaec9ec70) at /usr/src/sys/amd64/amd64/trap.c:852 #19 0xffffffff8074685b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:290 #20 0x0000000800c0297c in ?? () Previous frame inner to this frame (corrupt stack?)