On Sat, 2004-03-06 at 15:21, SÃrgio Monteiro Basto wrote:
> On Sat, 2004-03-06 at 11:46, Michel DÃnzer wrote:
> > You need to get a stack trace with gdb or at least catchsegv.
> Is this a stack trace ?

[...]

> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 16384 (LWP 28125)]
> 0x4075d064 in _mesa_test_os_sse_exception_support () from
> /usr/X11R6/lib/modules/dri/savage_dri.so

Look at the function name: that exception is expected in the course of
SSE support detection. Do

continue

and when you get to the actual crash do

bt


-- 
Earthling Michel DÃnzer      |     Debian (powerpc), X and DRI developer
Libre software enthusiast    |   http://svcs.affero.net/rm.php?r=daenzer



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to