From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup Date: Sat, 22 Feb 2014 20:34:51 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0329683027==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org --===============0329683027== Content-Type: multipart/alternative; boundary="1393101291.01e0ABfC2.17448"; charset="us-ascii" --1393101291.01e0ABfC2.17448 Date: Sat, 22 Feb 2014 20:34:51 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=75279 --- Comment #13 from Benoit Jacob --- The work-around that works for us, and that we're considering landing, is to avoid calling XCloseDisplay and, in this case, just calling XSync to handle any pending errors in glxtest. Digging in the Gecko codebase, I found at least another instance where we avoid calling XCloseDisplay because it is "scary": http://hg.mozilla.org/mozilla-central/file/2d5d5fd03050/dom/plugins/ipc/PluginModuleChild.cpp#l569 At the moment I am wondering if we should stop calling XCloseDisplay altogether... -- You are receiving this mail because: You are the assignee for the bug. --1393101291.01e0ABfC2.17448 Date: Sat, 22 Feb 2014 20:34:51 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 13 on bug 75279 from
The work-around that works for us, and that we're considering landing, is to
avoid calling XCloseDisplay and, in this case, just calling XSync to handle any
pending errors in glxtest. Digging in the Gecko codebase, I found at least
another instance where we avoid calling XCloseDisplay because it is "scary":

http://hg.mozilla.org/mozilla-central/file/2d5d5fd03050/dom/plugins/ipc/PluginModuleChild.cpp#l569

At the moment I am wondering if we should stop calling XCloseDisplay
altogether...


You are receiving this mail because:
  • You are the assignee for the bug.
--1393101291.01e0ABfC2.17448-- --===============0329683027== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau --===============0329683027==--