From owner-freebsd-bugs@FreeBSD.ORG Tue May 12 19:40:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 314221065689 for ; Tue, 12 May 2009 19:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2B48FC1D for ; Tue, 12 May 2009 19:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4CJe2ZN072136 for ; Tue, 12 May 2009 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4CJe2D3072135; Tue, 12 May 2009 19:40:02 GMT (envelope-from gnats) Date: Tue, 12 May 2009 19:40:02 GMT Message-Id: <200905121940.n4CJe2D3072135@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "barbara" Cc: 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 Reply-To: barbara List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2009 19:40:04 -0000 The following reply was made to PR kern/133144; it has been noted by GNATS. From: "barbara" To: "bug-followup" Cc: Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 Date: Tue, 12 May 2009 21:34:48 +0200 As asked by Chagin Dmitry... > hmm, please, make a trace by ktrace or truss. 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=3D0x= 0 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,0x2847b4c0,0x= d,0xbfbfd81c) 49332 et.x86 RET linux_sys_futex -1 errno 38 Socket operation on non-sock= et 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