Displaying 2 results from an estimated 2 matches for "gfxinfo".
Did you mean:
gfx_info
2014 Feb 23
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279
--- Comment #17 from Karl Tomlinson <bugs.freedesktop at karlt.net> ---
> Thread 1 (Thread 0x7f2d032c2740 (LWP 3445)):
> #0 0x00007f2d02ebfa8d in read () from /usr/lib/libpthread.so.0
> #1 0x00007f2cfd97264a in mozilla::widget::GfxInfo::GetData() ()
> from /home/fred/T?l?chargements/firefox/libxul.so
I wouldn't expect a blocking read on a pipe to use 100% CPU.
Is this the same process that top is showing using the CPU?
If it is, can you use 'H' in top to identify the thread, please?
--
You are receiving this...
2014 Feb 24
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
..._bug.cgi?id=75279
--- Comment #18 from Frederic Bezies <fredbezies at gmail.com> ---
(In reply to comment #17)
> > Thread 1 (Thread 0x7f2d032c2740 (LWP 3445)):
> > #0 0x00007f2d02ebfa8d in read () from /usr/lib/libpthread.so.0
> > #1 0x00007f2cfd97264a in mozilla::widget::GfxInfo::GetData() ()
> > from /home/fred/T?l?chargements/firefox/libxul.so
>
> I wouldn't expect a blocking read on a pipe to use 100% CPU.
> Is this the same process that top is showing using the CPU?
> If it is, can you use 'H' in top to identify the thread, please?
Ca...