Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh boot first start crashes one of the chrome process #2

Open
fhoshino opened this issue Sep 29, 2018 · 5 comments
Open

Fresh boot first start crashes one of the chrome process #2

fhoshino opened this issue Sep 29, 2018 · 5 comments

Comments

@fhoshino
Copy link

got a debug.log file which contains:

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

typcn commented Sep 30, 2018

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

@fhoshino
Copy link
Author

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

@fhoshino
Copy link
Author

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

@typcn
Copy link
Owner

typcn commented Oct 1, 2018

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
Copy link
Owner

typcn commented Apr 5, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants