CrGuard icon indicating copy to clipboard operation
CrGuard copied to clipboard

Fresh boot first start crashes one of the chrome process

Open fhoshino opened this issue 7 years ago • 5 comments

got a debug.log file which contains:

[0929/230301.844:FATAL:exception_handler_server.cc(279)] GetFileInformationByHandleEx: The handle is invalid. (0x6)

fhoshino avatar Sep 29 '18 15:09 fhoshino

This should be chrome is trying to start SwReporter and CreateFile blocked the attempt. Did the browser work correctly after this?

typcn avatar Sep 30 '18 11:09 typcn

Chrome seems to work fine, just the crash is a bit annoying. (pops up every time upon a reboot)

fhoshino avatar Sep 30 '18 12:09 fhoshino

Looks like the SwReporter starts on first run after 00:00 and each reboot, just encountered one, without rebooting. csrss_2018-10-01_01-20-41 werfault_2018-10-01_01-20-44

fhoshino avatar Sep 30 '18 17:09 fhoshino

my chrome doesn't have this problem after a reboot, since SwReporter related code is not in chromium source, some reverse is needed.

You can install "Process Hacker". When this happens, select the chrome process, find which module(should be chrome.dll) in the error message(at location 0x****). image

Then, upload this module, with the base address and error address.

typcn avatar Oct 01 '18 01:10 typcn

should be fixed in https://github.com/typcn/CrGuard/releases/tag/1.4

typcn avatar Apr 05 '19 21:04 typcn