-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sergio Monteiro Basto wrote:

> Today, I test chromium, tuxracer and foobillard and none of then runs
> try to dig with gdb and all stop on run_texnorm_stage()
> 
> here is the debug with backtrace: 
> 
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread -1208801600 (LWP 12723)]
> 0x00ec8a80 in _mesa_test_os_sse_exception_support () from 
> /usr/X11R6/lib/modules/dri/savage_dri.so
> (gdb) cont
> Continuing.

What platform are you running on?  Properly built drivers on Linux or
BSD should *NEVER* encounter this code.  That code has been removed from
the Linux builds for almost a year.  I suspect that you're either
picking up a very old savage_dri.so or something is not right with your
build.

The code is #ifdef'ed out at line 186 of src/mesa/x86/x86_common.c:

#if defined(__linux__) && !defined(IN_DRI_DRIVER)

Clearly, IN_DRI_DRIVER should be defined when building the Savage DRI
driver! :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDeLKTX1gOwKyEAw8RAnU9AJ0cRK94kxW+hLsvcxAfJOco12Zf/gCfToz8
x6nRRgMZIR+pyV4HwaIYzYI=
=4Ka3
-----END PGP SIGNATURE-----


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to