From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 14 08:45:39 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EEC516A4CE for ; Wed, 14 Apr 2004 08:45:39 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9885943D1D for ; Wed, 14 Apr 2004 08:45:38 -0700 (PDT) (envelope-from tilman@arved.at) Received: from huckfinn-wi0.arved.de (localhost [127.0.0.1]) i3EFjco2021340 for ; Wed, 14 Apr 2004 17:45:38 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from tilman@localhost) by huckfinn-wi0.arved.de (8.12.11/8.12.6/Submit) id i3EFjcPN021339 for amd64@FreeBSD.org; Wed, 14 Apr 2004 17:45:38 +0200 (CEST) X-Authentication-Warning: huckfinn-wi0.arved.de: tilman set sender to tilman@arved.at using -f Date: Wed, 14 Apr 2004 17:45:37 +0200 From: Tilman Linneweh To: amd64@FreeBSD.org Message-ID: <20040414154537.GE64506@arved.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: dump reports wrong swapsize? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 15:45:39 -0000 Hi, Today I got the following, unfortunately not yet reproducable panic: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x80 fault code = supervisor read, page not present instruction pointer = 0x8:0xffffffff80294731 stack pointer = 0x10:0xffffffffac082750 frame pointer = 0x10:0xffffffffac0827e0 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 = 979 (xmms) kernel: type 12 trap, code=0 Stopped at elf64_puthdr+0x10d: incl %ecx db> where elf64_puthdr() at elf64_puthdr+0x10d elf64_coredump() at elf64_coredump+0x64 coredump() at coredump+0x5ff sigexit() at sigexit+0x8f kse_thr_interrupt() at kse_thr_interrupt+0x306 syscall() at syscall+0x4d6 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (382, FreeBSD ELF64, kse_thr_interrupt), rip = 0x2011602ec, rsp = 0x60bf18, rbp = 0xa --- When I tried to call doadump i got: db> call doadump Dumping 1023 MB Dump failed. Partition too small. 0x23 although mchammer# swapinfo Device 1K-blocks Used Avail Capacity /dev/ad4s1b 2070336 0 2070336 0% Anyone got an idea why? regards tilman