Comment #4 on issue 9869 by [email protected]: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->request)) >= 0)' failed http://code.google.com/p/chromium/issues/detail?id=9869
proxying to the UI thread is not an option. keep in mind that the UI thread could be blocked waiting for a child plugin window which could be blocked trying to script the renderer. this GetRootWindowRect call is handled on the IO thread to avoid that dead-lock scenario, but it depends on being able to talk to the windowing system from more than one thread. i believe the solution for X is to use a mutex to protect all X access. doesn't GTK (or GDK) have such a lock that we can acquire? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
