From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 4 21:18:59 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4FA81065693; Sat, 4 Oct 2008 21:18:59 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 97BBD8FC08; Sat, 4 Oct 2008 21:18:59 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 16C82205846; Sun, 5 Oct 2008 01:18:58 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1261006648; Sun, 05 Oct 2008 01:18:57 +0400 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.2) with ESMTP id m94LIv4O044268; Sun, 5 Oct 2008 01:18:57 +0400 (MSD) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.2/Submit) id m94LIofY044267; Sun, 5 Oct 2008 01:18:50 +0400 (MSD) (envelope-from root) Date: Sun, 5 Oct 2008 01:18:50 +0400 From: Chagin Dmitry To: "Sean C. Farley" Message-ID: <20081004211850.GA44165@dchagin.dialup.corbina.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org, Alexander Logvinov Subject: Re: SEGV with games/linux-ut 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, 04 Oct 2008 21:19:00 -0000 On Sat, Oct 04, 2008 at 11:55:45AM -0500, Sean C. Farley wrote: > Alexander and I are getting SEGV's when trying to run games/linux-ut. > He also sees problems with Serious Sam. It does not occur for him with > an FC4 base. > > Criteria for SEGV: > 1. linux_base-f8-8_{4,6} > 2. compat.linux.osrelease: 2.6.16 > 3. RELENG_7 (r183556) with or without patches for Flash 9 support > 4. nvidia-driver-173.14.12 > > ktrace: > > 7055 ut-bin CALL geteuid > 7055 ut-bin RET geteuid 1001/0x3e9 > 7055 ut-bin CALL geteuid > 7055 ut-bin RET geteuid 1001/0x3e9 > 7055 ut-bin CALL linux_open(0xbfbfc628,0x8002,0) > 7055 ut-bin NAMI "/compat/linux/dev/nvidiactl" > 7055 ut-bin NAMI "/dev/nvidiactl" > 7055 ut-bin RET linux_open 50/0x32 > 7055 ut-bin CALL linux_ioctl(0x32,0xc04846d2 ,0xbfbfc588) > 7055 ut-bin RET linux_ioctl 0 > 7055 ut-bin CALL linux_ioctl(0x32,0xc0e046c8 ,0x2bab5700) > 7055 ut-bin RET linux_ioctl 0 > 7055 ut-bin CALL linux_ioctl(0x32,0xc00c4622 ,0xbfbfc6d8) > 7055 ut-bin RET linux_ioctl 0 > 7055 ut-bin CALL geteuid > 7055 ut-bin RET geteuid 1001/0x3e9 > 7055 ut-bin CALL linux_open(0xbfbfc528,0x8002,0) > 7055 ut-bin NAMI "/compat/linux/dev/nvidia0" > 7055 ut-bin NAMI "/dev/nvidia0" > 7055 ut-bin RET linux_open 51/0x33 > 7055 ut-bin CALL linux_ioctl(0x32,0xc040464d ,0xbfbfc338) > 7055 ut-bin RET linux_ioctl 0 0xc040464d = _IOWR('F', 77, xxxxx), aka FrameBuffer which never supported in linuxulator (as far as I understand) please, show /compat/linux/bin/sh /usr/bin/ldd /path_to/ut-bin > 7055 ut-bin PSIG SIGSEGV caught handler=0x283a4d38 mask=0x0 code=0x0 > 7055 ut-bin PSIG SIGSEGV SIG_DFL > 7055 ut-bin NAMI "ut-bin.core" > thnx! -- Have fun! chd