Questions tagged [bsod]

The Blue Screen of Death (also called BSoD, Blue Screen, or bluescreen) is the error screen displayed by the Microsoft Windows family of operating systems upon encountering a critical error, of a non-recoverable nature.

A Blue Screen of Death, abbreviated as BSOD, and officially called a Stop Error or Stop code in Microsoft, is a diagnostic screen characteristic of Microsoft Windows operating systems upon encountering a fatal critical error such that your computer can no longer operate safely. The only safe action in response to a BSOD is that you need to restart your computer.

A BSOD includes text indicates that a fatal problem has occurred on your PC, and that it can no longer operate safely without restarting. Information about a stop code is provided, either as a symbolic name (such as "CRITICAL_PROCESS_DIED") or a 8-digit hexadecimal error code (in this case, 0x000000EF). The below image depicts a sample Windows 10 BSOD with its sad emoticon and its stop code of "CRITICAL_PROCESS_DIED".

A BSOD in Windows 10, from the Wikipedia article

Blue Screen of Deaths and similar diagnostic screens (such as Black Screen of Death, Red Screen of Death, etc) are also used for similar reasons in other operating systems.

Official Microsoft link to BSOD Stop Codes: https://support.microsoft.com/en-gb/help/14238/windows-10-troubleshoot-blue-screen-errors

Wikipedia article: https://en.wikipedia.org/wiki/Blue_Screen_of_Death

158 questions
0
votes
1 answer

BSOD with Bug Check 0x139 in RemoveEntryList

We have developed a WDM serial port driver which is based on (WinDDK 6) native serial COM port driver. But our customer has a application triggering BSOD when using our driver. This application calls IRP_MJ_READ continuously when the button on the…
CCT
  • 1
  • 3
0
votes
1 answer

BSOD when modifying an XPage

I have a very weird situation. Since a few days, the following actions will crash my Windows 10 PC (using Notes R9.01FP8): I open my Prefs page in the Domino Designer click on the Source tab move to a specific location in a table then I add a…
D.Bugger
  • 2,300
  • 15
  • 19
0
votes
0 answers

Did my program cause a BSOD?

So I have written a little tool which sends a keypress for a random duration at random intervals to get around the automatic logout because of inactivity in some games. I wrote it today but while testing my computer suddenly gave me a BSOD…
Jannes D.
  • 65
  • 6
0
votes
0 answers

Analyzing a BSOD (WinDbg) beyond !analyze -v

I'm trying to analyze a BSOD (0xFC,ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY) which occurred on a Windows 10 machine during a restart, but I'm stuck. !analyze -v gave useful information like: DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT PROCESS_NAME:…
0x80
  • 176
  • 1
  • 6
0
votes
1 answer

Qemu Booting on a Windows image disk keeps crashing on startup

I have dumped a SSD to a raw image file with dd. It is mountable and seems to be working fine. The OS installed is a Windows 7 32bits. I tried to start a vm on qemu with this image disk as "hda" : qemu-system-i386 -enable-kvm -hda my_image.001 -m…
aze
  • 832
  • 4
  • 12
  • 34
0
votes
3 answers

It's possible from .Net managed code to cause an arbitrary BSOD?

I wonder whether from .Net managed code, or maybe p/invoking the needed NT dll, if I could generate a BSOD (Blue Screen Of Death) with specific bugcheck-code reason. I know this is possible from a kernel-mode driver by calling KeBugCheck or…
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
0
votes
1 answer

BSOD (Kernel Security Check Failure) when using TAPI in OpenCV 3.1.0 x64 (VS12)

I am having some issues when using OpenCV 3.1.0 (x64) in Visual Studio 2013. Concretely, a Blue Screen with a Kernel Security Check message shows up when I try to use the TAPI. Just reading a simple cv::UMat crashes everything, if I don't use the…
Finfa811
  • 618
  • 1
  • 8
  • 28
0
votes
2 answers

Bugcheck error D1

I have a Dell PowerEdge R210 II Server, which is running Windows Server 2012 R2 SP1, and it is randomly rebooting with this error : Bugcheck 0x000000D1 (0x000000000000000C, 0x0000000000000002, 0x0000000000000000, 0xfffff80001b04a16). I tried to look…
THEDJA
  • 21
  • 6
0
votes
6 answers

Bluescreen 0x0000003B during DownloadFileAsync?

I've run into a problem with an application I'm developing in C#/.NET. A problem I can't trace down because it causes my system to crash with a BSOD. Here's the minidump: 060310-27066-01.dmp 03.06.2010 19:47:39 SYSTEM_SERVICE_EXCEPTION 0x0000003b…
Hendrik Wiese
  • 2,010
  • 3
  • 22
  • 49
0
votes
3 answers

C++ - Simulating keystrokes using SendInput method, failure to distinguish rightctrl key

I have very little experience in C++, and I'm completely unfamiliar with the SendInput method. I've setup my laptop (with UK keyboard) via a registry modification, to create a crash dump whenever the right control key is held down and scroll lock is…
Albert F D
  • 529
  • 2
  • 13
  • 33
0
votes
2 answers

Why is BSOD "KMODE_EXCEPTION_NOT_HANDLED" happening (crash report: tcpip.sys, ntoskrnl.exe, netio.sys, ndu.sys) on Windows 8.1 Pro x64?

everyone! I need your help! I am running Windows 8.1 Pro x64. I reinstalled it, but the problem is remaining. BSOD happens about 1-2 time in a day. I noticed that if it happens, it frequently happens in few minutes after I start to download…
Dmitry
  • 11
  • 1
  • 3
0
votes
1 answer

Android Studio blue screens when trying to make a signed APK

I attempted several times to create a signed APK for an app I'm making on Android Studio 0.9.2. I used the signed APK option in the menu and also attempted it using the in-built console. It seems to blue screen whenever it trying to bring to date a…
Matt Grant
  • 41
  • 3
0
votes
2 answers

BSoD when creating threads

I am trying to create +5 threads synchronously so there shouldn't be any concurrency error. Code: System.Threading.Thread t = new System.Threading.Thread(proc); t.Start();//==t.BlueScreen(); t.Join(); Is darkness a feature ? I am doing something…
Behrooz
  • 1,696
  • 2
  • 32
  • 54
0
votes
1 answer

How to dump my buffer when BSoD occurs, using C#

I've designed a logging service for multiple applications in C#. Since the thinking of performance saving, all logs should be store in buffer first, and then write to log file when buffer is full. However, there are some of extension cards (PCI /…
J.C
  • 633
  • 1
  • 13
  • 27
0
votes
1 answer

How to avoid CRITICAL_STRUCTURE_CORRUPTION errors with VirtualBox inside VMWare

I have the same setup as described here: Running Vagrant Inside VMWare VM Now I'm frequently getting BSOD with a CRITICAL_STRUCTURE_CORRUPTION error and I'm wondering if I can get rid of those. I read opinions that I must expect an unstable system…
Jörg Brenninkmeyer
  • 3,304
  • 2
  • 35
  • 50