From owner-freebsd-emulation@FreeBSD.ORG Sun Aug 20 08:14:29 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 363F716A4DA for ; Sun, 20 Aug 2006 08:14:29 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8021843D45 for ; Sun, 20 Aug 2006 08:14:27 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.7/8.13.7) with ESMTP id k7K8ELUl052985 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 20 Aug 2006 10:14:21 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k7K8ELO4052984; Sun, 20 Aug 2006 10:14:21 +0200 (CEST) Date: Sun, 20 Aug 2006 10:14:21 +0200 From: Divacky Roman To: Boris Samorodov Message-ID: <20060820081421.GA52836@stud.fit.vutbr.cz> References: <20060819104117.GA99504@stud.fit.vutbr.cz> <20060819134825.17a98fb1@Magellan.Leidinger.net> <16412869@bsam.ru> <20060819123837.GA3211@stud.fit.vutbr.cz> <71766606@bsam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <71766606@bsam.ru> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: Yuri , Alexander Leidinger , freebsd-emulation@freebsd.org Subject: Re: panic when running acroread on recent -CURRENT/amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 08:14:29 -0000 On Sun, Aug 20, 2006 at 04:53:37AM +0400, Boris Samorodov wrote: > On Sat, 19 Aug 2006 14:38:37 +0200 Divacky Roman wrote: > > On Sat, Aug 19, 2006 at 04:05:30PM +0400, Boris Samorodov wrote: > > > On Sat, 19 Aug 2006 13:48:25 +0200 Alexander Leidinger wrote: > > > > Quoting Divacky Roman (Sat, 19 Aug 2006 12:41:18 +0200): > > > > > > > > 1) I can fix this (its trivial) and wait what else will cause panic > > > > > > > > > > 2) I can port MI emuldata stuff to amd64 (but I cannot test it) and this > > > > > should fix all these panics like the one you are seeing > > > > > > > > > > 3) I can say "amd64 linuxolator is broken now pls wait" > > > > > > > Forget about 3), either 2) or 1). > > > > > > I'd vote for 2). > > > > > > Roman, I have an amd64 machine to test your patches. > > > www.stud.fit.vutbr.cz/~xdivac02/amd64.patch > > > pls tell me if this works (it WONT work with 2.6 kernel because we lack the MD parts) > > OK, I managed to test the patch on -current amd64. So far I tried > acroread, linux-firefox and linux-opera. All of them are core dumping > when start. It's a little bit better than without the patch when the > system just reboots. with 2.4 emulation all programs coredump? can you please compile -DDEBUG linuxolator and send me (I'd prefer you put it on some web or somethign...) the debug output? > BTW, after applying the patch I did only make kernel. Seems that it's > enough. How can I do it faster? Maybe compile/install a linux kernel > module? for kernel module you need some patches which are not in -current, just apply http://perforce.freebsd.org/fileDiffView.cgi?FSPC=//depot/projects/soc2006/rdivacky%5flinuxolator/kern/link%5felf%5fobj.c&REV=2&ACT=edit and "cd /sys/modules/linux && make -DDEBUG && make install" then plain kldload linux should work but pls dont forget to -DDEBUG thnx roman