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

Sergio Monteiro Basto wrote:
> On Mon, 2005-11-14 at 07:51 -0800, Ian Romanick wrote:
>>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! :)
> 
> I will go investigate this, but this is not the problem because this
> doesn't stop the app. 

That is true, but there are other places in the code that depend on
IN_DRI_DRIVER being correctly set.  If it's not set at this place, it is
likely that it's not set at the other places either.  Having it not set
in the other places may be the source of the crash.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDePXaX1gOwKyEAw8RAsthAKCDylfGpu3TRt//OysOqLz9Yobp7wCdHdxZ
117LLrZX3AZbrzX8fv+n4MI=
=yyn4
-----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