Re: [Dri-devel] debugging question

2002-09-20 Thread Jacek Popławski
On Fri, Sep 20, 2002 at 06:12:17PM -0600, Brian Paul wrote: > Just continue when you hit the _mesa_test_os_sse_exception_support() > function. It's a normal part of start-up. We found that the only > reliable way to detect SSE support (both CPU-wias and OS-wise) is > to try an SSE instruction an

Re: [Dri-devel] debugging question

2002-09-20 Thread Brian Paul
Jacek Popławski wrote: > On Fri, Sep 20, 2002 at 06:12:17PM -0600, Brian Paul wrote: > >>Just continue when you hit the _mesa_test_os_sse_exception_support() >>function. It's a normal part of start-up. We found that the only >>reliable way to detect SSE support (both CPU-wias and OS-wise) is >>

Re: [Dri-devel] debugging question

2002-09-20 Thread Brian Paul
Jacek Popławski wrote: > Sometimes when using gdb with my program I see error: > > Program received signal SIGFPE, Arithmetic exception. > [Switching to Thread 1024 (LWP 2340)] > 0x405cdcfb in _mesa_test_os_sse_exception_support () from >/usr/X11R6/lib/modules/dri/tdfx_dri.so > > This is not m

[Dri-devel] debugging question

2002-09-20 Thread Jacek Popławski
Sometimes when using gdb with my program I see error: Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 1024 (LWP 2340)] 0x405cdcfb in _mesa_test_os_sse_exception_support () from /usr/X11R6/lib/modules/dri/tdfx_dri.so This is not my program fault, because there is same