From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 4 16:55:48 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 8E4B8106568E for ; Sat, 4 Oct 2008 16:55:48 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 592288FC12 for ; Sat, 4 Oct 2008 16:55:48 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (HPooka@thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id m94GtjhA059318; Sat, 4 Oct 2008 11:55:45 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Sat, 4 Oct 2008 11:55:45 -0500 (CDT) From: "Sean C. Farley" To: freebsd-emulation@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-4.3 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: Alexander Logvinov Subject: 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 16:55:48 -0000 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 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" Sean -- scf@FreeBSD.org