From owner-freebsd-current@FreeBSD.ORG Sat Aug 28 09:20:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B54E516A4CE for ; Sat, 28 Aug 2004 09:20:35 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6521343D2F for ; Sat, 28 Aug 2004 09:20:34 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received-SPF: pass (eva.fit.vutbr.cz: domain of xdivac02@eva.fit.vutbr.cz designates 127.0.0.1 as permitted sender) receiver=eva.fit.vutbr.cz; client_ip=127.0.0.1; envelope-from=xdivac02@eva.fit.vutbr.cz; Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i7S9KTeZ059727 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 28 Aug 2004 11:20:29 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i7S9KT4D059726 for current@freebsd.org; Sat, 28 Aug 2004 11:20:29 +0200 (CEST) Date: Sat, 28 Aug 2004 11:20:29 +0200 From: Divacky Roman To: current@freebsd.org Message-ID: <20040828092029.GA59619@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: panic in RELENG_5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 09:20:35 -0000 Hi, I just compiled recent RELENG_5 with CFLAGS=-Os (I know its not officially supported) and I'v got two problems 1) when I boot with acpi there is some problem with network copying. scp copyies at about 120KB/s, without acpi its 800KB/s. I have debug.mpsafenet=1 and vm.old_contigmalloc=0 2) I tried to boot this way - in boot loader I unset acpi_load boot and then I got this (very strange) panic fvn = 0xc0ed3000 ip = 0x58:0xc3c6 sp = 0x10:0xf96 fp = 0x10:0xfd2 p flags = resume, IOPL = 0 c p = 0 (swapper) [thread 0] Stopped at 0xc3c6: error reading from address c3c6 bt> trace (null)(10070,60,246000,ffe000b,0) at 0xc3c6 its hand written using shorthands (ip = instruction pointer etc.) I wasnt able to dump since it told me there is no dumpdevice defined. and that trace is all I got after issuing trace command roman