Am Donnerstag, 1. Juli 2004 20:07 schrieb Dieter Nützel:
> Am Donnerstag, 1. Juli 2004 18:53 schrieb Ian Romanick:
> > Dieter Nützel wrote:
> > > quake3-smp do NOT work anylonger.
> >
> > Could you try these two patches?  They *should* fix the crash you're
> > seeing.
>
> The "first" one, YES. But...
>
> ...loading 'scripts/skin.shader'
> ...loading 'scripts/sky.shader'
> ...loading 'scripts/test.shader'
> ----- finished R_Init -----
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1233759152 (LWP 9827)]
> 0x44c3bfb9 in _mesa_Viewport () from /usr/X11R6/lib/modules/dri/r200_dri.so
> (gdb) c
> Continuing.
> Received signal 11, exiting...
>
> Program exited normally.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1233849264 (LWP 32396)]
_mesa_Viewport (x=0, y=0, width=640, height=480) at matrix.c:551
551        ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx);
(gdb) list
546      */
547     void GLAPIENTRY
548     _mesa_Viewport( GLint x, GLint y, GLsizei width, GLsizei height )
549     {
550        GET_CURRENT_CONTEXT(ctx);
551        ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx);
552        _mesa_set_viewport(ctx, x, y, width, height);
553     }
554
555     /**
(gdb) info registers
eax            0x0      0
ecx            0x896b758        144095064
edx            0xf7f    3967
ebx            0x0      0
esp            0x498b0984       0x498b0984
ebp            0x0      0x0
esi            0x1e0    480
edi            0x280    640
eip            0x44c438d9       0x44c438d9
eflags         0x10212  66066
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51

Is this more helpful?

-Dieter


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to