When I open process properties, there are usually 4 threads in the list.ghisler(Author) wrote:kernel32.dll+0x2542 is in WaitForMultipleObjects.
Top line is active (CPU over 90%, CSwitch Delta ~100), other threads are idling.
Counters show that used time is kernel time.
When I press refresh button in Process Explorer, I get these different, but similar stacks:
Code: Select all
ntkrnlpa.exe+0x6a7af
ntkrnlpa.exe+0xf6ee8
ntkrnlpa.exe+0x26ae1
hal.dll+0x6c0e
ntkrnlpa.exe+0xdf0a4
ntkrnlpa.exe+0x66638
ntdll.dll+0xe4f4
kernel32.dll+0x2542
TOTALCMD.EXE+0x16e512
TOTALCMD.EXE+0x192b2
TOTALCMD.EXE+0x364a
kernel32.dll+0xb713
Code: Select all
ntkrnlpa.exe+0x6a7af
ntkrnlpa.exe+0xf6ee8
ntkrnlpa.exe+0x26ae1
hal.dll+0x6c0e
kernel32.dll+0x256a
kernel32.dll+0x2542
TOTALCMD.EXE+0x16e512
TOTALCMD.EXE+0x192b2
TOTALCMD.EXE+0x364a
kernel32.dll+0xb713
Code: Select all
ntkrnlpa.exe+0x6a7af
ntkrnlpa.exe+0xf6ee8
ntkrnlpa.exe+0x26ae1
hal.dll+0x6c0e
ntkrnlpa.exe+0x60f2b
ntkrnlpa.exe+0x66638
ntdll.dll+0xe4f4
kernel32.dll+0x2542
TOTALCMD.EXE+0x16e512
TOTALCMD.EXE+0x192b2
TOTALCMD.EXE+0x364a
kernel32.dll+0xb713
What that thread might be waiting for?