From owner-freebsd-stable@FreeBSD.ORG Wed Nov 7 14:43:46 2007 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 2DCAC16A418 for ; Wed, 7 Nov 2007 14:43:46 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id DFE7613C4B9 for ; Wed, 7 Nov 2007 14:43:45 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so346859ana for ; Wed, 07 Nov 2007 06:43:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=9UoYPYRbmKeLAMjtt6fGDhIw+vmB+NpKOwCnZSB43iI=; b=aJ76pCqnwkRKIRm3Pxek7JX96+e94eIIGMfBtRJDxgHMW5BqUb9XQESa+m6lp3ftQ2657WkKkSHbyEbMndLFADythaf/pN4YwFHainZJyB75Tk1FF4KJ0ZVay3I7mwszO1/dnvWSg0N8vy8LTrOJeQqprVwpu81mauxJUQm51f8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=fLq3PYgsGvZa4oGr/DPMdslH8VZLhna1YjZ+Riy9O4yRUQR2Iak2XLo7Y4VdA0Ia6s4RHjjzpH1/vCXfdorRJqe6yR8QJXA0IIwFSTOg870eVGLWBN0IxUPjFtJDd4bb2MCxQNYtKWvOGjwyJylruPv2JkNRSg1iDe88FVpBj7M= Received: by 10.100.225.19 with SMTP id x19mr10851951ang.1194446616420; Wed, 07 Nov 2007 06:43:36 -0800 (PST) Received: from ?192.168.2.203? ( [190.82.5.47]) by mx.google.com with ESMTPS id f13sm2009386gvd.2007.11.07.06.43.33 (version=SSLv3 cipher=RC4-MD5); Wed, 07 Nov 2007 06:43:34 -0800 (PST) From: "Phillip N." To: FreeBSD Stable ML Content-Type: text/plain Date: Wed, 07 Nov 2007 13:43:23 +0000 Message-Id: <1194443003.1797.4.camel@negro> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: RELENG_7 crash in Xfast_syscall? 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: Wed, 07 Nov 2007 14:43:47 -0000 Hello. Im having this crash multiple times, when i start some load. How could i provide more information about this?. Do you think this could be a hardware problem? the kernel is GENERIC without firewire (i need this off) and with SCHED_ULE. the rest is all the same. Thanks in advance, [root@flash /usr/obj/usr/src/sys/FLASH]# uname -a FreeBSD flash.sofsis.cl 7.0-BETA1 FreeBSD 7.0-BETA1 #4: Thu Nov 1 18:04:33 CLST 2007 root@flash.sofsis.cl:/usr/obj/usr/src/sys/FLASH amd64 [root@flash /usr/obj/usr/src/sys/FLASH]# sudo kgdb kernel.debug /var/crash/vmcore.12 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] 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: TPTE at 0xffff800004004c40 IS ZERO @ VA 800988000 panic: bad pte cpuid = 0 Uptime: 2d3h46m1s Physical memory: 2036 MB Dumping 279 MB: 264 248 232 216 200 184 168 152 136 120 104 88 72 56 40 24 8 #0 doadump () at pcpu.h:194 194 __asm __volatile("movq %%gs:0,%0" : "=r" (td)); (kgdb) bt #0 doadump () at pcpu.h:194 #1 0x0000000000000004 in ?? () #2 0xffffffff8045b9f9 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #3 0xffffffff8045bdfd in panic (fmt=0x104
) at /usr/src/sys/kern/kern_shutdown.c:563 #4 0xffffffff806d2f89 in pmap_remove_pages (pmap=0xffffff0020df1c58) at /usr/src/sys/amd64/amd64/pmap.c:2948 #5 0xffffffff8066bd78 in vmspace_exit (td=0xffffff004659a9f0) at /usr/src/sys/vm/vm_map.c:395 #6 0xffffffff8043bebc in exit1 (td=0xffffff004659a9f0, rv=0) at /usr/src/sys/kern/kern_exit.c:294 #7 0xffffffff8043d26e in sys_exit (td=Variable "td" is not available. ) at /usr/src/sys/kern/kern_exit.c:98 #8 0xffffffff806dddb7 in syscall (frame=0xffffffffaeceec70) at /usr/src/sys/amd64/amd64/trap.c:822 #9 0xffffffff806c435b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:272 #10 0x0000000800933ccc in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) -- Phillip N.