win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
2.4k stars 82 forks source link

CPU usage spikes are occurring under Windows Server 2003 #432

Open Zero3K opened 7 months ago

Zero3K commented 7 months ago

They happen randomly and when I move the mouse over its window in random locations. I am using the latest progwrp.dll offered in the Readme and the latest release of Supermium.

IDA-RE-things commented 7 months ago

I am using the latest progwrp.dll offered in the Readme

Which Readme do you mean ?

Zero3K commented 7 months ago

https://github.com/win32ss/supermium/blob/main/README.md

IDA-RE-things commented 7 months ago

I'm trying to reproduce on XP x86. Is your CPU single/dual core ?

Also show us CPU usage history screenshot from ProcessExplorer or Task Manager

Zero3K commented 7 months ago
  1. The VM is set to single core.
  2. Here is the requested screenshot:

image

The first spike happened when going to a webpage. The second one happened when doing what I described in the first post in this issue.

IDA-RE-things commented 7 months ago

Ok. You must determine which Crome.exe process causes this. (If you are using Chrome in multiprocess-mode) And then show us expanded CPU usage history for that process from ProcessExplorer or ProcessHacker. Because this will be more informative. They show usermode/kernelmode times in different colors for a single process. Looks like synchronization issues. and may be related to interaction with VM.

Show us something like this under high load by mouse movements and so on. :

Chrome_CPU_Usage_ProcessExplorer Chrome_CPU_Usage_ProcessExplorer_2 Chrome_CPU_Usage_ProcessHacker

Zero3K commented 7 months ago

image

image image

Zero3K commented 1 month ago

Any news regarding this?