From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 18:10:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA891065673 for ; Tue, 13 May 2008 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2B18FC1C for ; Tue, 13 May 2008 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4DIA2kb028900 for ; Tue, 13 May 2008 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4DIA27d028899; Tue, 13 May 2008 18:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 13 May 2008 18:10:02 GMT Resent-Message-Id: <200805131810.m4DIA27d028899@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank DENIS Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B82C6106566B for ; Tue, 13 May 2008 18:09:11 +0000 (UTC) (envelope-from j@stiletto.c9x.org) Received: from stiletto.c9x.org (stiletto.c9x.org [91.121.136.120]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFA28FC19 for ; Tue, 13 May 2008 18:09:11 +0000 (UTC) (envelope-from j@stiletto.c9x.org) Received: by stiletto.c9x.org (Postfix, from userid 1000) id 9EBED2052437; Tue, 13 May 2008 19:50:10 +0200 (CEST) Message-Id: <20080513175010.9EBED2052437@stiletto.c9x.org> Date: Tue, 13 May 2008 19:50:10 +0200 (CEST) From: Frank DENIS To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: j@pureftpd.org Subject: kern/123634: kernel panic with FreeBSD 7-STABLE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank DENIS List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 18:10:02 -0000 >Number: 123634 >Category: kern >Synopsis: kernel panic with FreeBSD 7-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 13 18:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Frank DENIS >Release: FreeBSD 7.0-STABLE i386 >Organization: http://forum.manucure.info >Environment: System: FreeBSD stiletto 7.0-STABLE FreeBSD 7.0-STABLE #4: Tue May 13 09:00:17 CEST 2008 root@stiletto:/usr/obj/usr/src/sys/GENERIC i386 >Description: While compiling ports/java/jdk16/ the following kernel panic occurred. Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x100008 fault code = supervisor write, page not present instruction pointer = 0x20:0xc0a4c1df stack pointer = 0x28:0xe8ca1bc4 frame pointer = 0x28:0xe8ca1c04 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 = 30086 (cc1plus) trap number = 12 panic: page fault cpuid = 1 Uptime: 26m56s Physical memory: 3047 MB Dumping 251 MB: 236 220 204 188 172 156 140 124 108 92 76 60twe0: completion event for nonbusy command 44 28 12 Reading symbols from /boot/kernel/acpi.ko...Reading symbols from /boot/kernel/acpi.ko.symbols...done. done. Loaded symbols for /boot/kernel/acpi.ko Reading symbols from /boot/kernel/pflog.ko...Reading symbols from /boot/kernel/pflog.ko.symbols...done. done. Loaded symbols for /boot/kernel/pflog.ko Reading symbols from /boot/kernel/pf.ko...Reading symbols from /boot/kernel/pf.ko.symbols...done. done. Loaded symbols for /boot/kernel/pf.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:195 195 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) bt #0 doadump () at pcpu.h:195 #1 0xc0756b92 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc0756e65 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:572 #3 0xc0a4fe74 in trap_fatal (frame=0xe8ca1b84, eva=1048584) at /usr/src/sys/i386/i386/trap.c:899 #4 0xc0a500c4 in trap_pfault (frame=0xe8ca1b84, usermode=0, eva=1048584) at /usr/src/sys/i386/i386/trap.c:812 #5 0xc0a50a2a in trap (frame=0xe8ca1b84) at /usr/src/sys/i386/i386/trap.c:490 #6 0xc0a381db in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc0a4c1df in pmap_remove_pages (pmap=0xcb42d8b4) at /usr/src/sys/i386/i386/pmap.c:3130 #8 0xc097b047 in vmspace_exit (td=0xc6693440) at /usr/src/sys/vm/vm_map.c:404 #9 0xc0733274 in exit1 (td=0xc6693440, rv=0) at /usr/src/sys/kern/kern_exit.c:294 #10 0xc07345bb in sys_exit (td=Could not find the frame base for "sys_exit". ) at /usr/src/sys/kern/kern_exit.c:98 #11 0xc0a50405 in syscall (frame=0xe8ca1d38) at /usr/src/sys/i386/i386/trap.c:1035 #12 0xc0a38240 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:196 #13 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) Here's the boot log. Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-STABLE #4: Tue May 13 09:00:17 CEST 2008 root@stiletto:/usr/obj/usr/src/sys/SMP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz (2666.63-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0xe3fd AMD Features=0x20000000 AMD Features2=0x1 Cores per package: 2 real memory = 3210739712 (3062 MB) avail memory = 3134599168 (2989 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est0 attach returned 6 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est1 attach returned 6 p4tcc1: on cpu1 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0xd140-0xd147 mem 0xfeb00000-0xfeb7ffff,0xc0000000-0xdfffffff,0xfe900000-0xfe9fffff irq 16 at device 2.0 on pci0 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 pcib3: irq 17 at device 28.1 on pci0 pci3: on pcib3 re0: port 0xc000-0xc0ff mem 0xfea20000-0xfea20fff irq 17 at device 0.0 on pci3 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto re0: Ethernet address: 00:1c:c0:41:c4:1c re0: [FILTER] uhci0: port 0xd080-0xd09f irq 23 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xd060-0xd07f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xd040-0xd05f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xd020-0xd03f irq 16 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb3: on uhci3 usb3: USB revision 1.0 uhub3: on usb3 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xfeb80000-0xfeb803ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: on usb4 uhub4: 8 ports with 8 removable, self powered pcib4: at device 30.0 on pci0 pci4: on pcib4 twe0: <3ware Storage Controller. Driver version 1.50.01.002> port 0xb000-0xb00f mem 0xfe810000-0xfe81000f,0xfe000000-0xfe7fffff irq 20 at device 5.0 on pci4 twe0: [GIANT-LOCKED] twe0: [ITHREAD] twe0: 2 ports, Firmware FE8S 1.05.00.068, BIOS BE7X 1.08.00.048 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd0f0-0xd0ff irq 16 at device 31.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] atapci1: port 0xd0e0-0xd0e7,0xd0d0-0xd0d3,0xd0c0-0xd0c7,0xd0b0-0xd0b3,0xd0a0-0xd0af irq 17 at device 31.2 on pci0 atapci1: [ITHREAD] ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 acpi_button1: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] pmtimer0 on isa0 orm0: at iomem 0xcb800-0xcc7ff,0xcc800-0xcd7ff pnpid ORM0000 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec twed0: on twe0 twed0: 715403MB (1465147120 sectors) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/twed0s1a re0: link state changed to UP >How-To-Repeat: unknown. >Fix: unknown. >Release-Note: >Audit-Trail: >Unformatted: