Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=5721          
     

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/r200            |Mesa core




------- Additional Comments From [EMAIL PROTECTED]  2006-11-22 17:05 -------
this bug has unfortunately easily survived all tnl changes so far, a newer
backtrace with some more information:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1077327872 (LWP 24516)]
0x41a76d87 in loopback_Color4ubv_f (
    v=0x11845334 <Address 0x11845334 out of bounds>) at main/api_loopback.c:280
280        COLORF( UBYTE_TO_FLOAT(v[0]), UBYTE_TO_FLOAT(v[1]),
(gdb) bt
#0  0x41a76d87 in loopback_Color4ubv_f (
    v=0x11845334 <Address 0x11845334 out of bounds>) at main/api_loopback.c:280
#1  0x4190cae2 in _ae_loopback_array_elt (elt=1391) at main/api_arrayelt.c:1293
#2  0x41ac128f in fallback_drawelements (ctx=0xb93bc00, mode=4, count=336, 
    indices=0x52456f60) at tnl/t_array_api.c:75
#3  0x41ac1b48 in _tnl_DrawElements (mode=4, count=336, type=5125, 
    indices=0x52456f60) at tnl/t_array_api.c:393
#4  0x08156450 in ?? ()

(gdb) print *aa->array
$25 = {Size = 4, Type = 5121, Stride = 60, StrideB = 60, 
  Ptr = 0x38 <Address 0x38 out of bounds>, Enabled = 1, Normalized = 1 '\001', 
  BufferObj = 0xa9de738, _MaxElement = 326, Flags = 1}

That doesn't sound right. _MaxElement is only 326, and we're tryiing to access
element 1391? I'll wonder what's going on here - some problem if stride isn't 
0?          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to