Help! My Windows 11 is Randomly Rebooting Due to DRIVER_OVERRAN_STACK_BUFFER

0
3
Asked By TechWizard42 On

I've been experiencing random reboots on my Windows 11 system, and I'm really struggling to figure out the cause. I ran the Windows Debugger on the DMP file, and I got a bug check code of DRIVER_OVERRAN_STACK_BUFFER (f7). The output suggests that a driver might be causing issues by overrunning a stack-based buffer. Does anyone have insights into what specific driver this could be or how I might go about resolving this problem?

2 Answers

Answered By GamerGuy89 On

It looks like this could be related to Powershell as per the dump file analysis. Try using the `!thread` command to get more info. You can capture the first and last addresses and check with `dps ` to see if any device drivers show up. Keep an eye out for anything suspicious there!

CuriousCoder01 -

I tried the `!thread` command, and here's what I got back… Seems like the powershell.exe process is involved. Still not sure which driver is the culprit, though.

Answered By DebugDude123 On

Before making any changes, remember to back up your data. Also, check if your drivers are up to date; sometimes outdated drivers can lead to these errors. If you’re comfortable, you could also look into BIOS settings, but do that with caution!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.