From owner-freebsd-threads@FreeBSD.ORG Tue Jun 10 23:53:10 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 E4EBC37B401 for ; Tue, 10 Jun 2003 23:53:10 -0700 (PDT) Received: from smtp3.jp.viruscheck.net (smtp3.jp.viruscheck.net [154.33.69.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476E143FA3 for ; Tue, 10 Jun 2003 23:53:10 -0700 (PDT) (envelope-from bland@mail.ru) Received: from [154.33.69.38] (helo=mail3.jp.viruscheck.net) by smtp3.jp.viruscheck.net with esmtp (Exim 3.20 #3) id 19PzTp-00004N-00; Wed, 11 Jun 2003 15:53:09 +0900 Received: from [219.167.226.187] (helo=noc.orchid) by mail3.jp.viruscheck.net with esmtp (Exim 3.36 #2) id 19PzTj-00001g-00; Wed, 11 Jun 2003 15:53:03 +0900 Received: from mail.ru (horse.orchid [89.60.10.11]) by noc.orchid (8.10.2+Sun/8.10.2) with ESMTP id h5B6qvi29274; Wed, 11 Jun 2003 15:53:02 +0900 (JST) Message-ID: <3EE6D1C8.4090703@mail.ru> Date: Wed, 11 Jun 2003 15:52:56 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <002301c32fb3$00d24ea0$f001a8c0@davidw2k> In-Reply-To: <002301c32fb3$00d24ea0$f001a8c0@davidw2k> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: threads@freebsd.org 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 06:53:11 -0000 David Xu wrote: >>On Tue, 10 Jun 2003, Alexander Nedotsukov wrote: >> >> >>>Hi, >>> >>>I get 100% reproduceable crash in all opengl programs wich seems to be >>>similar to both threading libraries while libc_r works just fine. Here >>>is an info plus more on demand. >>> >>>uname -a >>>FreeBSD bbnest.dyndns.org 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Sun Jun 8 >>>21:33:08 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386 >>> >>>ports/x11/nvidia-driver installed (w/o LINUX support, with nvagp) >>> >>>backtraces for glxinfo after signal 10, Bus error >>> >>>(gdb) where >>>#0 0x281aa7b3 in pthread_main_np () from /usr/lib/libkse.so.1 >>>(gdb) where >>>#0 0x281aa7b3 in pthread_main_np () from /usr/lib/libkse.so.1 >>>#1 0x2819fcb9 in pthread_key_create () from /usr/lib/libkse.so.1 >>>#2 0x280a3b58 in __nvsym15249 () from /usr/X11R6/lib/libGL.so.1 >>>#3 0x2804eb16 in _rtld () from /usr/libexec/ld-elf.so.1 >>> >>> >Can you update libkse source code to newest, I saw the similar >backtrace with pthread_main_np, last commit to thr_support.c make >the bug go away. > FreeBSD bbnest.dyndns.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Jun 11 14:18:40 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386 Built right after cvsup. The problem is still there. Same backtrace. > >David Xu > > > >