Date: Thu, 12 Jun 2003 23:47:48 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Samy Al Bahra <samy@kerneled.com> Cc: freebsd-current@freebsd.org Subject: Re: Interest in nvidia-driver debugging on 5-* Message-ID: <3EE97394.D3F68F3E@mindspring.com> References: <BAY8-F134L28t8YgH5u0000662c@hotmail.com> <1055481094.505.27.camel@beastie.freebsd.local>
next in thread | previous in thread | raw e-mail | index | archive | help
Samy Al Bahra wrote: > I think Terry is jumping to conclusions on what Evan's problem could be. > I have this seen this cause application to crash at exit (if using > OpenGL) but never a crash in kernel-space from the nVidia drivers. 1) It works with libc_r, but not with libthr and not with libkse. 2) The %gs register is not used by libc_r, but is used for threads context for the other two. 3) Most of the other code is shared between the libraries. Draw your own conclusions... 8-). Also read the recent post about nVidia to the threads list about %gs. -- Terry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EE97394.D3F68F3E>