Re: gconfd process eating CPU
Mark McLoughlin <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.gconf |
|---|---|
| Message-ID | <1103613478.26702.6.camel@blaa> |
On Mon, 2004-12-20 at 15:43 -0600, Brian Cameron wrote: > Aside from running strace or truss for every single user on the system and > waiting for one to hang, is there an easier way? Is there any way to tell > what file descriptor is causing the problem once the process has hung? Yes, run strace on the sick process and it will at least let us know if the problem is what I suggested. Cheers, Mark.