From owner-freebsd-bugs@FreeBSD.ORG Mon May 11 22:55:51 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7A41065783; Mon, 11 May 2009 22:55:51 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out3.libero.it (cp-out3.libero.it [212.52.84.103]) by mx1.freebsd.org (Postfix) with ESMTP id 175FB8FC21; Mon, 11 May 2009 22:55:50 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from libero.it (192.168.16.55) by cp-out3.libero.it (8.5.107) id 4A030BAE00374DFC; Tue, 12 May 2009 00:43:49 +0200 Date: Tue, 12 May 2009 00:43:49 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara" To: "dchagin" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 87.21.239.215 Cc: freebsd-bugs Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2009 22:55:51 -0000 > On Sun, May 10, 2009 at 10:40:02PM +0000, barbara wrote: > > The following reply was made to PR kern/133144; it has been noted by = GNATS. > > > > From: "barbara" > > To: "bug-followup" > > Cc: "alexbestms" > > Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidia= s libGL.so.1 > > Date: Mon, 11 May 2009 00:30:25 +0200 > > > > I have the same problem here. > > It was working on 6-STABLE and 7-STABLE using linux_base-fc4 and com= pat.l=3D > > inux.osrelease: 2.4.2. > > It never worked on 7-STABLE with linux_base-fc6/linux_base-f8 and co= mpat.=3D > > linux.osrelease: 2.6.16. > > And the same setup it's not working on 8-CURRENT too. > > > > I've tried with linux-enemyterritory but I'm getting: > > ...loading libGL.so.1: Received signal 11, exiting... > > Segmentation fault: 11 > > > > On dmesg I'm getting the following 2 lines: > > pid 26151 (et.x86), uid 1001: exited on signal 11 > > linux_sys_futex: unknown op 800164673 > > > > hmm, please, make a trace by ktrace or truss. > Thank you! > > You can find the full dump here: http://filebin.ca/owgdhn/l_kdmp.bz2 And these are some lines from the end: 49332 et.x86 CALL linux_getpid 49332 et.x86 RET linux_getpid 49332/0xc0b4 49332 et.x86 CALL linux_modify_ldt(0x11,0xbfbfdaf4,0x10) 49332 et.x86 RET linux_modify_ldt 666/0x29a 49332 et.x86 PSIG SIGSEGV caught handler=3D0x808c720 mask=3D0x0 code=3D= 0x0 49332 et.x86 CALL linux_fstat64(0x1,0xbfbfd13c,0x2847aff4) 49332 et.x86 UNKNOWN(8) 49332 et.x86 RET linux_fstat64 0 49332 et.x86 CALL linux_mmap2(0,0x1000,0x3,0x22,0xffffffff,0) 49332 et.x86 RET linux_mmap2 760414208/0x2d530000 49332 et.x86 CALL write(0x1,0x2d530000,0x1f) 49332 et.x86 GIO fd 1 wrote 31 bytes "Received signal 11, exiting... " 49332 et.x86 RET write 31/0x1f 49332 et.x86 CALL linux_sys_futex(0x2847c0b0,0x2fb18b41,0x1,0x2847b4c= 0,0xd,0xbfbfd81c) 49332 et.x86 RET linux_sys_futex -1 errno 38 Socket operation on non= -socket 49332 et.x86 PSIG SIGSEGV SIG_DFL 49332 et.x86 NAMI "et.x86.core" Hope it will help. Please ask if you need more info. Thanks Barbara