From owner-freebsd-threads@FreeBSD.ORG Wed Jun 11 08:05:14 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A5C37B404; Wed, 11 Jun 2003 08:05:14 -0700 (PDT) Received: from bbnest.dyndns.org (i031068.ap.plala.or.jp [218.47.31.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E5543FE3; Wed, 11 Jun 2003 08:05:11 -0700 (PDT) (envelope-from bland@mail.ru) Received: from mail.ru (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h5BF59Uq000673; Thu, 12 Jun 2003 00:05:10 +0900 (JST) (envelope-from bland@mail.ru) Message-ID: <3EE74525.7020809@mail.ru> Date: Thu, 12 Jun 2003 00:05:09 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030512 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: threads@freebsd.org cc: "Matthew N. Dodd" Subject: Re: nvidia OpenGL and lib{thr,kse} related crash X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 15:05:15 -0000 Daniel Eischen wrote: >On Wed, 11 Jun 2003, Alexander Nedotsukov wrote: > > > >>Matthew N. Dodd wrote: >> >> >> >>>Check http://www.minion.de/nvidia.html. >>> >>> >>> >>Looks like this patches mostly present in ports tree. For my >>undestanding the missed two should prevent memory access after free() >>inside kernel and memory allocation for DMA push buffers. Anyway I'll >>check it later evening when can get closer to my pc. >> >> > >If your OpenGL applications or the libraries that they depend >on are using any of the COMPAT4X signal syscalls, then they > The kernel driver compilled by me on -cuurent. The OpenGL library by nvidia on 4.x for sure. Can you say is this http://www.minion.de/files/machdep.c.diff supposed to save %gs? >won't work with libthr or libkse. The COMPAT4X stuff in the >kernel destroys %gs which libthr and libkse both rely on >for their own use. Are you sure that all your applications >and libraries are rebuilt under -current? You can try >rebuilding your kernel without COMPAT4X and see if any > Well just give me a hint which one should be removed: options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 >of your applications stop running; this will tell you >they need to be rebuilt. > > > -- Alexander