xbmc.bin idling at 100% CPU usage
#2
(2012-03-25, 09:15)NiteShdw Wrote: I've been using xbmcbuntu with Eden. I've been having an issue with the betas and it still exists in the final. During idle, XBMC will start consuming 100% CPU. I haven't been able to find out what triggers it to start happening, but it doesn't always happen when I'm using it but sometimes it does.

A quick strace shows this repeating over and over again very quickly:

Code:
clock_gettime(CLOCK_MONOTONIC, {29349, 457025715}) = 0
read(17, 0xbfbd8ec0, 4112)              = -1 EAGAIN (Resource temporarily unavailable)
clock_gettime(CLOCK_MONOTONIC, {29349, 457723676}) = 0
read(14, 0x97a000, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
read(7, 0xa43f360, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
select(8, [7], NULL, NULL, {0, 0})      = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {29349, 469872958}) = 0
time(NULL)                              = 1332659133
time(NULL)                              = 1332659133

So it looks like a thread is stuck in a loop. A request appears to be failing and it just keeps repeating it. Is there a way to narrow down exactly what might be causing this? Could it be a skin or plugin?

Seeing the exact same problem with a brand new fresh install of Eden,
Debug log is showing nothing at all need to dig further
Reply


Messages In This Thread
RE: xbmc.bin idling at 100% CPU usage - by generious - 2012-03-25, 15:09
Logout Mark Read Team Forum Stats Members Help
xbmc.bin idling at 100% CPU usage0