Re: Serviio Service High CPU
zip wrote:lexluthor wrote: According to resource monitor, serviioservice has 54 threads open right now.
NOt sure if it's possible, but can you somehow get a list of the threads?
It's not the pure number of processes. The desktop that has no utilization also has 50 or so threads.
Found a great app called process explorer. It appears to allow me to look inside a process and the individual threads.
http://technet.microsoft.com/en-us/sysi ... s/bb896653
In this case, it's pretty obvious that all of the CPU usage of the serviioservice is in one thread. Not sure what data I can give you though. The thread is using MSVCR100.dll. TID is 9396. Each time I click stack, it gives me different things on the stack.
Maybe you can take a look at the app and see you what I can provide you with.
Here are some of the things that appear in the stack. It gives me a different thing each time.
ntoskrnl.exe!KeWaitForMultipleObjects+0xc0a
igdkmd64.sys!hybDriverEntry+0x23c15d
ntoskrnl.exe!KeWaitForMultipleObjects+0xc0a
ntoskrnl.exe!CcGetDirtyPages+0xa34
ntoskrnl.exe!KeWaitForMultipleObjects+0xe1f
ntoskrnl.exe!KeSynchronizeExecution+0xd7c
ntoskrnl.exe!KeWaitForMultipleObjects+0xc0a
ntoskrnl.exe!KeAcquireSpinLockAtDpcLevel+0x732
ntoskrnl.exe!KeWaitForMutexObject+0x19f
ntoskrnl.exe!KeWaitForMultipleObjects+0xc0a
ntoskrnl.exe!KeAcquireSpinLockAtDpcLevel+0x732
ntoskrnl.exe!KeWaitForMutexObject+0x19f
ntoskrnl.exe!_misaligned_access+0xba4
ntoskrnl.exe!_misaligned_access+0x1821
ntoskrnl.exe!KeWaitForMultipleObjects+0xe1f
ntoskrnl.exe!KeSetTimer+0x708
Can't imagine this helps, but I'm attaching a mini dmp that this program let's me generate. The full dump is way larger.
Any of that tell you anything?
