[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:45:30 PDT 2012


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

--- Comment #26 from Brian Paul <brian.e.paul at gmail.com> 2012-07-26 16:45:30 PDT ---
(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?

-- 
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