On Sat, 2004-03-06 at 17:08, SÃrgio Monteiro Basto wrote:
> On Sat, 2004-03-06 at 15:21, Michel DÃnzer wrote:
> > On Sat, 2004-03-06 at 15:21, SÃrgio Monteiro Basto wrote:
> > 
> > > Program received signal SIGFPE, Arithmetic exception.
> > > [Switching to Thread 16384 (LWP 28125)]
> > > 0x4075d064 in _mesa_test_os_sse_exception_support () from
> > > /usr/X11R6/lib/modules/dri/savage_dri.so
> > 
> > Look at the function name: that exception is expected in the course of
> > SSE support detection. Do
> > 
> > continue
> > 
> > and when you get to the actual crash do
> 
> Well, gdb continue hangs my laptop, 

If you're doing this locally, you need to do it remotely, otherwise
there's a deadlock if gdb stops execution while the DRI driver holds the
hardware lock.

> but I try dgb foobillar >& log.txt and I got this results.

[...]

> Program received signal SIGSEGV, Segmentation fault.
> 0x40757507 in generic_interp (ctx=0x0, t=0.918080449, edst=96,
> eout=21, ein=22, force_boundary=0 '\0')
>     at t_vertex.c:736
> 736              a[0].insert[4-1]( &a[0], vdst, pos );

This may be enough for the savage developers, but a backtrace might
still be good.


-- 
Earthling Michel DÃnzer      |     Debian (powerpc), X and DRI developer
Libre software enthusiast    |   http://svcs.affero.net/rm.php?r=daenzer



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to