[Mesa-dev] [Bug 47375] Blender crash on startup after upgrade to mesa 8.0.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 26 16:56:50 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=47375

--- Comment #27 from Barto <mister.freeman at laposte.net> 2012-07-26 16:56:50 PDT ---
(In reply to comment #26)
> (In reply to comment #24)
> 
> > (gdb) print colorType
> > $3 = 0
> > 
> > that's why this assertion fails in line 1326 :
> > 
> > GLchan rgbaSave[MAX_WIDTH][4];
> > struct swrast_renderbuffer *srb = swrast_renderbuffer(rb);
> > GLenum colorType = srb->ColorType;
> > 
> > assert(colorType == GL_UNSIGNED_BYTE || colorType == GL_FLOAT);
> 
> Can you do "print *srb" at this point?

here is the result :

(gdb) print *srb
$1 = {Base = {Mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __kind =
0, __nusers = 0, {
          __spins = 0, __list = {__next = 0x0}}}, __size = '\000' <repeats 23
times>, __align = 0}, 
    ClassID = 3735928559, Name = 0, RefCount = 2, Width = 676, Height = 467,
Purgeable = 0 '\000', 
    AttachedAnytime = 0 '\000', NumSamples = 0 '\000', InternalFormat = 6407,
_BaseFormat = 6407, 
    Format = MESA_FORMAT_XRGB8888, Delete = 0xb1bc282c
<radeon_delete_renderbuffer>, 
    AllocStorage = 0xb1bc3e13 <radeon_alloc_window_storage>}, Buffer = 0x0, 
  Map = 0xb0b13600 <Address 0xb0b13600 out of bounds>, RowStride = -2816,
ColorType = 0}

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list