RemoteWriteMonitor icon indicating copy to clipboard operation
RemoteWriteMonitor copied to clipboard

System Freeze

Open halsten opened this issue 9 years ago • 3 comments

I tried the latest release and it just froze my system upon starting the service. Didn't investigate more on it, but wanted to raise this issue up. Is it just me?

halsten avatar Jul 20 '15 21:07 halsten

Thank you for reporting it. I was not able to reproduce it but found that my Win7 x86 test VM was not SP1. I am arranging the up to date Win7 x86 VM currently.

Let me know if your OS version is not x86 Win7 and you think the problem is not related to it.

-----Original Message----- From: "Mohamed Saher" [email protected] Sent: ‎2015-‎07-‎20 2:45 PM To: "tandasat/RemoteWriteMonitor" [email protected] Subject: [RemoteWriteMonitor] System Freeze (#5)

I tried the latest release and it just froze my system upon starting the service. Didn't investigate more on it, but wanted to raise this issue up. Is it just me? — Reply to this email directly or view it on GitHub.

tandasat avatar Jul 21 '15 04:07 tandasat

Hi, I was not able to reproduce the issue on up-to-date Win7 x86/x64 and Win8.1 x64 VMs. I wonder if your system was waiting for a debugger to attache the system. The driver issues a break if kernel debugging is enabled at the entry point even on the Release binaries.

If not the case, can you build and test with source code? https://github.com/tandasat/RemoteWriteMonitor/releases

tandasat avatar Jul 23 '15 15:07 tandasat

Ahh...yes, my system was waiting for a debugger actually. Good catch Satoshi! Thanks I will try again without the breakpoint. I will disable it.

halsten avatar Jul 23 '15 17:07 halsten