Comment #3 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
Wow, that is incredibly helpful! I guess all the functions in resource_message_filter_gtk.cc need to either proxy to the UI thread or do some locking. You can see this thread for another instance of the same problem: http://groups.google.com/group/chromium-dev/browse_thread/thread/2b41bf09d58a2a82 While we're at it, it also seems we could cache the value returned by GetRootWindowRect as we don't need to repeatedly make a round-trip to the X server for it. (I guess it could change if you change your display resolution. Hrm.) -- 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 -~----------~----~----~----~------~----~------~--~---
