Comment 11 for bug 583252

Revision history for this message
Alessandro Pignotti (a-pignotti) wrote : Re: firefox goes segfault while loading youtube

Andrea, would you try changing line swf.cpp:1060 from
int attrib[10]={GLX_BUFFER_SIZE,24,GLX_DEPTH_SIZE,24,None};
to
int attrib[10]={GLX_BUFFER_SIZE,24,GLX_DEPTH_SIZE,16,None};

thanks.