I've never analyzed a .DMP file before. Installed windbg, ran the analysis, this is what I see:
WinDBG CACHEMANAGER BSOD ANALYSIS - Pastebin.com
With hopefully the smoking gun line:
*** WARNING: Check Image - Checksum mismatch - Dump: 0x208038, File: 0x208034 - C:\ProgramData\Dbg\sym\BTHport.sys\2AFD096C202000\BTHport.sys
Blue screens started soon after I updated/installed some bluetooth drivers about a month ago, which I didn't make the connection until I saw this line. The trigger for the blue screen was something I thought pretty crazy.... running a Python script that I wrote that doesn't do very much. I could trigger the blue screen 50% of the time just by repeatedly executing the script. On the second or third run, it would blue screen. Makes me wonder if some bluetooth support within Python (is it related/called RFCOMM?) wasn't triggering a bluetooth driver, even though my script was simply accessing/processing some small binary files.
I've since uninstalled everything bluetooth I could find in device manager, updated my bluetooth driver (RZ616?) with the latest ones I could find, and then disabled bluetooth. I can't trigger the BSOD any longer. The blue screens weren't happening randomly which was nice for once. :)
I'll run through the whole data collection thing if necessary, but sure seems like I've already fixed it. The coincidence of BTHport.sys showing up in the windbg analysis, then me reinstalling bluetooth drivers, and then no longer able to reproduce it would be too much.
Appreciate the quick look.
Thanks
WinDBG CACHEMANAGER BSOD ANALYSIS - Pastebin.com
With hopefully the smoking gun line:
*** WARNING: Check Image - Checksum mismatch - Dump: 0x208038, File: 0x208034 - C:\ProgramData\Dbg\sym\BTHport.sys\2AFD096C202000\BTHport.sys
Blue screens started soon after I updated/installed some bluetooth drivers about a month ago, which I didn't make the connection until I saw this line. The trigger for the blue screen was something I thought pretty crazy.... running a Python script that I wrote that doesn't do very much. I could trigger the blue screen 50% of the time just by repeatedly executing the script. On the second or third run, it would blue screen. Makes me wonder if some bluetooth support within Python (is it related/called RFCOMM?) wasn't triggering a bluetooth driver, even though my script was simply accessing/processing some small binary files.
I've since uninstalled everything bluetooth I could find in device manager, updated my bluetooth driver (RZ616?) with the latest ones I could find, and then disabled bluetooth. I can't trigger the BSOD any longer. The blue screens weren't happening randomly which was nice for once. :)
I'll run through the whole data collection thing if necessary, but sure seems like I've already fixed it. The coincidence of BTHport.sys showing up in the windbg analysis, then me reinstalling bluetooth drivers, and then no longer able to reproduce it would be too much.
Appreciate the quick look.
Thanks