On 2008-06-10, Jens Jahnke <[EMAIL PROTECTED]> wrote: > I just saw that ion-statusd is running at 100% cpu. > Running ion3 20080411 on ubuntu 8.04 and no gnome stuff on the run here. > from cfg_statusbar.lua:=20 > template=3D"[ %date || load: %load | cpu: %cpustat ][ %wsname_full ][ % > mocp_user_defined ] %systray_dock", > Removing mocp, wsname and cpustat didn't help.
Have you tried running ion-statusd without Ion (with the same parameters)? What does it do? Print lots of dots or something? In that case, have the broken the kernel's support for POSIX_MONOTONIC_CLOCK? That wouldn't be totally unexpected, they even fucked up the system clock between 2.6.7 and 2.6.14. Try disabling the use of the monotonic clock (libmainloop/signal.c, fairly obviously #ifdef modification). -- Tuomo
