Re: [2.6.28-rc1 regression] wmifinfo dockapp takes 100% of cpu (bisected)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Carlos R. Mafra
Date: Saturday, October 25, 2008 - 9:25 am

On Sat 25.Oct'08 at  7:13:48 -0700, Arjan van de Ven wrote:

Your patch did not solve it.

But you are right that the program I use is a mess, it was doing

    tv.tv_sec = 0;
    tv.tv_usec = 5000000L;

So I changed it to

    tv.tv_sec = 5;
    tv.tv_usec = 0;

and it worked (with and without your patch).

From what I understand this is what your patch does,
so it is strange that it didn't work...

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [2.6.28-rc1 regression] wmifinfo dockapp takes 100% of ..., Carlos R. Mafra, (Sat Oct 25, 9:25 am)
Re: [2.6.28-rc1 regression] wmifinfo dockapp takes 100% of ..., Arjan van de Ven, (Sat Oct 25, 12:12 pm)