From owner-freebsd-stable Thu Mar 7 11:55:31 2002 Delivered-To: freebsd-stable@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 45D3937B400 for ; Thu, 7 Mar 2002 11:55:21 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id F10C0BD80 for ; Thu, 7 Mar 2002 11:55:20 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id LAA30535 for ; Thu, 7 Mar 2002 11:55:20 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g27JwXl46568; Thu, 7 Mar 2002 11:58:33 -0800 (PST) (envelope-from swear@blarg.net) To: freebsd-stable@freebsd.org Subject: Repeatable panic upon ifconfig le0... From: swear@blarg.net (Gary W. Swearingen) Date: 07 Mar 2002 11:58:33 -0800 Message-ID: Lines: 80 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Sorry if you've seen this before; I think I sent it to /dev/null.) This is my first try reporting a crash with crash dump info. I've got a 486/120 PCI/ISA computer which passes the first 6 (?) floppy-based memtest86 tests OK and can rebuild its kernel with no problems. But it panics during FTP (under 4.5 and 4.4) and I thought I'd try a non-PCI, non-RealTek NIC, so I put in a DEC DE204-AB (driver "le"). Now it panics when I do this: ifconfig le0 10.198.164.163 netmask 0xffffff00 I forgot the uname -a, but it's a stock 4.5-RELEASE with the kernel rebuilt with the "#" removed from GENERIC's "le" option and now with "config -g". Boot messages: le0 at port 0x300-0x31f iomem 0xd0000-0xd07ff irq 5 on isa0 le0: DE204-AB ethernet address ... le: driver is using old-style compatibility shims le0 XXX: driver didn't set ifq_maxlen That last one looks questionable. Note that I don't know how the NIC hardware is configured re IRQ, etc as I have no docs and DEC didn't put info on the card. :( The dump follows. It doesn't look helpful. Next step? Thanks. (There's nothing below the dump.) This GDB was configured as "i386-unknown-freebsd"... IdlePTD at phsyical address 0x004b0000 initial pcb at physical address 0x003f4fc0 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0x0 stack pointer = 0x10:0xc694bd60 frame pointer = 0x10:0xc694bd74 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 = 121 (ifconfig) interrupt mask = net tty trap number = 12 panic: page fault syncing disks... done Uptime: 4m46s dumping to dev #ad/0x30009, offset 52128 dump ata0: resetting devices .. done 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 dumpsys () at ../../kern/kern_shutdown.c:474 474 if (dumping++) { (kgdb) where #0 dumpsys () at ../../kern/kern_shutdown.c:474 #1 0xc01bf377 in boot (howto=256) at ../../kern/kern_shutdown.c:313 #2 0xc01bf758 in poweroff_wait (junk=0xc03a55ec, howto=-1069919985) at ../../kern/kern_shutdown.c:582 #3 0xc0337292 in trap_fatal (frame=0xc694bd20, eva=0) at ../../i386/i386/trap.c:956 #4 0xc0336f65 in trap_pfault (frame=0xc694bd20, usermode=0, eva=0) at ../../i386/i386/trap.c:849 #5 0xc0336b23 in trap (frame={tf_fs = -963510256, tf_es = -974847984, tf_ds = 134742032, tf_edi = 0, tf_esi = -1062437120, tf_ebp = -963330700, tf_isp = -963330740, tf_ebx = -1069491904, tf_edx = -2145359604, tf_ecx = -1062437120, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = 0, tf_cs = 8, tf_eflags = 66118, tf_esp = -1071630790, tf_ss = -1069491904}) at ../../i386/i386/trap.c:448 #6 0x0 in ?? () (kgdb) exit Undefined command: "exit". Try "help". (kgdb) quit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message