Re: ion-statusd eating up 100% cpu
Tuomo Valkonen <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
On 2008-06-10 19:00 +0200, Jens Jahnke wrote: > I've had the 100% cpu after some minutes but > right now I'm logged on for hours and it behaves normal. I'll keep an eye > on it and report if there is something more reproducable. One thing you could try is attach to it with strace (-p pid), to try to see what it's doing. Another thing is to attach with gdb (--pid), but this is of little use if you have debugging symbols disabled (as they by default are), or if the code is in lua. -- Tuomo