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

the problem is in 
Program received signal SIGSEGV, Segmentation fault.
0x00c3675b in run_texnorm_stage () from /usr/X11R6/lib/modules/dri/savage_dri.so
(gdb) bt
#0  0x00c3675b in run_texnorm_stage () from 
/usr/X11R6/lib/modules/dri/savage_dri.so
#1  0x00be2a84 in _tnl_run_pipeline () from 
/usr/X11R6/lib/modules/dri/savage_dri.so
#2  0x00c462e9 in savageRunPipeline () from 
/usr/X11R6/lib/modules/dri/savage_dri.so
#3  0x00be7ce6 in _tnl_playback_vertex_list () from 
/usr/X11R6/lib/modules/dri/savage_dri.so
#4  0x00b1f862 in execute_list () from /usr/X11R6/lib/modules/dri/savage_dri.so
#5  0x00b1fc5c in _mesa_CallList () from 
/usr/X11R6/lib/modules/dri/savage_dri.so
#6  0x08052d41 in DisplayFunc () at billard3d.c:3015
#7  0x080821d7 in handle_display_event () at sys_stuff.c:90
#8  0x00121a91 in processWindowWorkList (window=0x9f82650) at glut_event.c:1297
#9  0x00122a9b in glutMainLoop () at glut_event.c:1344
#10 0x0805819f in main (argc=1, argv=0xbf93bec4) at billard3d.c:5194


thanks,
-- 
Sérgio M.B.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to