From owner-freebsd-stable Tue Nov 12 1:53: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77AA437B401 for ; Tue, 12 Nov 2002 01:53:05 -0800 (PST) Received: from gate1.psi.de (gate1.psi.de [194.115.214.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD72143E42 for ; Tue, 12 Nov 2002 01:53:03 -0800 (PST) (envelope-from thorsten.greiner@consol.de) Received: from IntServBln1.psi.de (host-006.194.115.213.psi.de [194.115.213.6]) by gate1.psi.de (8.11.3/8.11.3) with ESMTP id gAC9SPb15055 for ; Tue, 12 Nov 2002 10:28:25 +0100 Received: from consol.de (DHCP132.nev.psi.de [192.168.142.132]) by IntServBln1.psi.de (8.12.2/8.9.1) with ESMTP id gAC9SJVa004994 for ; Tue, 12 Nov 2002 10:28:20 +0100 Message-ID: <3DD0C9B3.9020502@consol.de> Date: Tue, 12 Nov 2002 10:28:19 +0100 From: Thorsten Greiner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: stable@freebsd.org Subject: Re: NVidia Drivers Released ! X-Enigmail-Version: 0.65.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > However, gltron, tuxracer, and pretty much anything else that uses SDL > (except mplayer for some odd reason) all gets the very generic > "Segmentation Fault" message on startup. I think it may be related to > threads, but haven't had much luck tracking it down. Anyone else seen > this? "Me too" :-) Here is a stacktrace from tuxracer which incured a segmentation violation: #0 0x283383fe in glXMakeContextCurrent () from /usr/X11R6/lib/libGL.so.1 (gdb) where #0 0x283383fe in glXMakeContextCurrent () from /usr/X11R6/lib/libGL.so.1 #1 0x282cdf40 in __DTOR_END__ () from /usr/local/lib/libSDL-1.1.so.4 #2 0x282b2692 in X11_DestroyWindow () from /usr/local/lib/libSDL-1.1.so.4 #3 0x282b3ce4 in X11_VideoQuit () from /usr/local/lib/libSDL-1.1.so.4 #4 0x282a9b65 in SDL_VideoQuit () from /usr/local/lib/libSDL-1.1.so.4 #5 0x2828b517 in SDL_QuitSubSystem () from /usr/local/lib/libSDL-1.1.so.4 #6 0x2828b573 in SDL_Quit () from /usr/local/lib/libSDL-1.1.so.4 #7 0x2828be57 in SDL_Parachute () from /usr/local/lib/libSDL-1.1.so.4 #8 0x2848c6c8 in _thread_sig_handler () from /usr/lib/libc_r.so.4 #9 0x2848c53e in _thread_sig_handler () from /usr/lib/libc_r.so.4 #10 0xbfbfffac in ?? () #11 0x2837faca in gluBuild2DMipmaps () from /usr/X11R6/lib/libGLU.so.1 #12 0x8078d3a in load_texture () #13 0x8079048 in load_texture_cb () #14 0x28219b38 in TclInvokeStringCommand () from /usr/local/lib/libtcl83.so.1 #15 0x28251b98 in TclExpandTokenArray () from /usr/local/lib/libtcl83.so.1 #16 0x282522a2 in Tcl_EvalEx () from /usr/local/lib/libtcl83.so.1 #17 0x282491ad in Tcl_EvalFile () from /usr/local/lib/libtcl83.so.1 #18 0x282247c9 in Tcl_SourceObjCmd () from /usr/local/lib/libtcl83.so.1 #19 0x28251b98 in TclExpandTokenArray () from /usr/local/lib/libtcl83.so.1 #20 0x282522a2 in Tcl_EvalEx () from /usr/local/lib/libtcl83.so.1 #21 0x282491ad in Tcl_EvalFile () from /usr/local/lib/libtcl83.so.1 #22 0x806512b in read_game_init_script () #23 0x806536a in main () #24 0x804b3b3 in _start () Can this be related to the recent libc_r MFC? Regards -Thorsten To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message