Created attachment 20074 [details] [review] proposed patch mi/miinitext.c:InitExtensions() does: GlxPushProvider(&__glXDRISWRastProvider); if (!noGlxExtension) GlxExtensionInit(); On server regen, the call to GlxPushProvider() turns __glXProviderStack into a circular list, because __glXDRISWRastProvider is already there. If swrast_dri.so is not found, the loop over __glXProviderStack in GlxExtensionInit() won't stop... The attached patch fixes that, but I'm not sure it's correct.
On Wed, Nov 5, 2008 at 09:09:23 -0800, bugzilla-daemon@freedesktop.org wrote: > The attached patch fixes that, but I'm not sure it's correct. > got an ack from krh, so I pushed this to master.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.