From owner-freebsd-emulation@FreeBSD.ORG Sat Aug 19 10:41:25 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 8248B16A4DE for ; Sat, 19 Aug 2006 10:41:25 +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 D9FAD43D46 for ; Sat, 19 Aug 2006 10:41:24 +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 k7JAfIkx099776 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 19 Aug 2006 12:41:18 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k7JAfILe099775; Sat, 19 Aug 2006 12:41:18 +0200 (CEST) Date: Sat, 19 Aug 2006 12:41:18 +0200 From: Divacky Roman To: Yuri Message-ID: <20060819104117.GA99504@stud.fit.vutbr.cz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: 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: Sat, 19 Aug 2006 10:41:25 -0000 On Sat, Aug 19, 2006 at 03:29:18AM +0400, Yuri wrote: > Hi, > > After upgrading to -CURRENT/amd64 as of 18 August 2006, around 7PM > GMT, I'm getting panics when running acroread, even without X. Ports > were upgraded too. > > linux_base-fc-4_8 > acroread7-7.0.8,1 > > If more information is needed, it's 100% reproducible here. > > --- > Unread portion of the kernel message buffer: > panic: no emuldata found for userreting process. I know what causes it.. and netchild's fix wont fix it. but I dont know what to do with it... 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" now tell me which one I shoul do... roman