https://bugs.freedesktop.org/show_bug.cgi?id=28410
--- Comment #19 from Pierre Ossman <[email protected]> 2010-07-06 23:08:30 PDT --- More digging. The client hangs because the X server ignores the request in this code: /* * Ensures an out of control client can't exhaust our swap queue, and * also orders swaps. */ if (DRI2ThrottleClient(client, pDrawable)) return client->noClientException; (from ProcDRI2SwapBuffers()) >From the looks of it, I guess that code means no reply is sent to the client and it will wait forever. The server does accept the first SwapBuffer request, but the second triggers that throttle thing. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
