On Thu, 2002-10-17 at 12:00, Ian Romanick <[EMAIL PROTECTED]> wrote:
> It's not long gone.  It's sitting right there in gdb.  This exception is NOT
> what is crashing your app.  Do 'c' in gdb to get to the real problem.  At
> the point when this happens no 3D rendering has happened.  In fact, the
> driver hasn't even initialized 3D state in the hardware.

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 8192 (LWP 27516)]
0x40771fbb in gl_test_os_katmai_exception_support ()
   from /usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x40678267 in driMesaBindContext ()
   from /usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb) bt
#0  0x40678267 in driMesaBindContext ()
   from /usr/X11R6/lib/modules/dri/radeon_dri.so
#1  0x4029c469 in xf86DRIMakeCurrent () from /usr/lib/libGL.so.1
#2  0x40f10008 in ?? ()
(gdb) 

Now what?

David

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to