-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BSOD on win10 #2300
Comments
The crash is occurring here: systeminformer/KSystemInformer/object.c Lines 787 to 798 in c5e25ca
Specifically, trying to de-reference the That said, I would like to understand the full chain of file objects in this context. If you have the dump file could you please email it to me? |
The crash file has 11G size and I can't upload it |
Understood. If willing, start an email thread with me and we can work out logistics or I can provide you with some commands to run in the debugger to get me the information. Otherwise, no worries I'll make a decision on what to do here without the additional information. Keep in mind the dump file contains sensitive information from your system. Please don't upload it somewhere insecure. |
What information do you need to see? I can run the command and send it here |
The register
Then let's inspect each file object in the chain of related file object. Starting with the first one at
|
executing the
|
Hm... Try |
Still no output
|
What does |
show/hide
|
Thanks @eaglesharkmayonnaise, there is not sufficient information here to justify changing the code. If it happens again (or continues to happen) let me know and we can continue to investigate. |
Brief description of your issue
Steps to reproduce (optional)
No response
Expected behavior (optional)
No response
Actual behavior (optional)
No response
Environment (optional)
No response
The text was updated successfully, but these errors were encountered: