> > Program received signal SIGFPE, Arithmetic exception.
> > [Switching to Thread 16384 (LWP 2053)]
> > 0x40c9fa70 in _mesa_test_os_sse_exception_support () from
>
> This is expected, just press 'c' to continue.  Look at the name of the
> function -- it's deliberately trying to raise an exception.

D'oh..  Thanks Keith and Leif.  Can't believe I messed that up...

Anyway, here's the important output:

(gdb) c
Continuing.
[New Thread 32769 (LWP 1136)]
[New Thread 16386 (LWP 1137)]
[New Thread 32771 (LWP 1138)]
[New Thread 49156 (LWP 1139)]

Program received signal SIGSEGV, Segmentation fault.
r200UpdateTextureEnv (ctx=0x8391a38, unit=0) at r200_texstate.c:739
739        const GLenum format = tObj->Image[tObj->BaseLevel]->Format;
(gdb) bt
#0  r200UpdateTextureEnv (ctx=0x8391a38, unit=0) at r200_texstate.c:739
#1  0x40cc5419 in disable_tex (ctx=0x8391a38, unit=0) at
r200_texstate.c:1401
#2  0x40cc5966 in r200UpdateTextureUnit (ctx=0x8391a38, unit=0) at
r200_texstate.c:1644
#3  0x40cc598a in r200UpdateTextureState (ctx=0x8391a38) at
r200_texstate.c:1656
#4  0x40caa521 in r200ValidateState (ctx=0x8391a38) at r200_state.c:2036
#5  0x40cc8c42 in r200NotifyBegin (ctx=0x8391a38, p=5) at
r200_vtxfmt.c:918
#6  0x40c771d7 in _tnl_Begin (mode=5) at t_imm_api.c:215
#7  0x40c77301 in _tnl_hard_begin (ctx=0x8391a38, p=5) at t_imm_api.c:245
#8  0x40c7517a in fallback_drawelements (ctx=0x8391a38, mode=5, count=9,
    indices=0x850ea10) at t_array_api.c:65
#9  0x40c7572f in _tnl_DrawElements (mode=5, count=9, type=5123,
indices=0x4091ec3c)
    at t_array_api.c:336

I'll gladly test what I can.

Adam




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to