Tagged Questions
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.
16
votes
8answers
3k views
Invoke Blue Screen of Death using Managed Code
Just curious here: is it possible to invoke a Windows Blue Screen of Death using .net managed code under Windows XP/Vista? And if it is possible, what could the example code be?
Just for the record, ...
8
votes
2answers
461 views
programmatically trigger BSOD
Purely for academic reasons.
is it possible to programmatically cause a BSOD to occur under windows xp/windows 7 in C#/.NET.
I'm suggesting there's got to be some dirty hack, or some vulnerability ...
8
votes
8answers
502 views
Can a simple program be responsible for a BSOD?
I've got a customer who told me that my program (simple user-land program, not a driver) is crashing his system with a Blue Screen Of Death (BSOD). He says he has never encountered that with other ...
7
votes
7answers
2k views
Simulating a BlueScreen
I am trying to make a program that records a whole bunch of things periodically.
The specific reason is that if it bluescreens, a developer can go back and check a lot of the environment and see what ...
5
votes
1answer
146 views
Windows bug check callback not called on 64 bit systems
We have ported our driver successfully to 64 bit systems a while ago.
But one thing is missing, which is not very important but it was a very handy debugging feature.
The callbacks registered with ...
4
votes
2answers
210 views
Delphi 2010 BSOD Errors
We ported an application from Delphi 7 over to Delphi 2010 and have had customers encountering intermittent BSOD (blue screen of death) errors while running under Windows XP. The errors are very ...
4
votes
3answers
374 views
Catching the dreaded Blue Screen Of Death
It's a simple problem. Sometimes Windows will just halt everything and throws a BSOD. Game over, please reboot to play another game. Or whatever. Annoying but not extremely serious...
What I want is ...
3
votes
2answers
572 views
Why does this iframe tag causes Safari on x64 Windows to crash?
In case you have not heard this piece of code will cause a BSoD crash on x64 bit Windows 7 when ran in Safari
<iframe height='18082563'></iframe>
So naturally the question is how ...
3
votes
3answers
140 views
Debugging/bypassing BSOD without source code
Hello and good day to you.
Need a bit of assitance here:
Situation:
I have an obscure DirectX 9 application (name and application details are irrelevant to the question) that causes blue screen ...
3
votes
3answers
456 views
how to get memory dump after blue screen
I'm getting a lovely BSOD on bootup (STOP: 0x0000007E) from a driver I'm writing, and would like to load up the memory dump for analysis. However, it's not getting dumped anywhere. Everything is ...
3
votes
2answers
153 views
How do I analyse a BSOD and the error information it will provide me?
Well, fortunately I haven't written many applications that cause a BSOD but I just wonder about the usefullness of the information on this screen. Does it contain any useful information that could ...
3
votes
2answers
818 views
Using HalDisplayString For Custom Blue Screen Of Death
I was reading a while ago somewhere online that you could make a custom BSOD. I don't remember where but I know it had something to with calling HalDisplayString which would switch to the bluescreen ...
3
votes
3answers
513 views
How do I know if Windows has just recovered from a BSOD?
From http://support.microsoft.com/kb/317277:
If Windows XP restarts because of a serious error, the Windows Error Reporting tool prompts you...
How can my app know that "Windows XP has restarted ...
3
votes
5answers
11k views
Windows MiniDump files — “Symbols can not be loaded” when trying to read with WinDbg
I have an application that sometimes causes a BSOD on a Win XP machine. Trying to find out more, I loaded up the resulting *.dmp file (from C:\Windows\Minidump), but get this message when in much of ...
2
votes
1answer
82 views
How do I programmatically detect a Blue Screen in VMWare Workstation?
I would like to automatically be able to detect if a BSOD has occurred in a VM (using VMWare Workstation and VIX). I am testing software using all versions of Windows in VMWare and would like to know ...
2
votes
1answer
177 views
WPF/WCF application cause blue screen when PC is undocked
I am trying to solve a blue screen problem.
We have a .Net 4.0 WPF PRISM application. One special thing about this application is that it hosts a WCF Service, which we use to communicate with the ...
2
votes
3answers
678 views
make a windows 7 machine crash on BSOD
I'm trying to write a windows debug utility and I would need to automatically crash a win machine and make a Blue Screen Of Death appear.
I can obviously kill the csrss.exe process from the task ...
2
votes
1answer
207 views
2
votes
1answer
186 views
Visual Studio 2008, Vista x64 and Kaspersky = blue screens (BSOD)?
We just got cool new workstations - 8 GB, 24 inches screens, Vista x64 and a lot of power -- I just love it !
But we are facing some really annoying problems : BSODs ! We found out that the instant ...
2
votes
4answers
1k views
SerialPort and the BSOD
I've written some C# code that checks whether a device is present on any SerialPort by issuing a command on the port and listening for a reply. When I just set the port speed, open the port, get the ...
1
vote
0answers
20 views
IoGetDeviceProperly causes BSOD
I have written a filter driver for hard disks in Windows ( like DiskPerf of DDK ) and I need to get some information about device which my driver is attached to it, for example HardWareID.
I use ...
1
vote
1answer
70 views
How does Windows log hardware errors?
Recently got this in my Event Log:
A fatal hardware error has occurred.
Reported by component: Processor Core
Error Source: Machine Check Exception
Error Type: Bus/Interconnect Error
Processor ID: 1
...
1
vote
2answers
147 views
Windows check for solutions does nothing after BSOD
I have BSODs relatively often on my new computer.
I remember, that my old computed was checking for solutions for BSODs and showing me some reports about them, for example, that some driver is ...
1
vote
1answer
69 views
When does a memory dump get written after BSOD?
I have a machine that periodically BSOD's. I have full memory dumps configured. Sometimes, when rebooting AFTER the BSOD, the machine sits on a black screen for several minutes, then finally comes ...
1
vote
1answer
116 views
Debugging a 3rd-party driver with pdb and no source
I have a disk image that runs well, and has thousands of hours of run-time with no reported blue screens. I set up a reboot loop and didn't see a blue screen after a few dozen cycles.
I installed a ...
1
vote
3answers
520 views
force a blue screen (from a simple driver bug?) in C code [closed]
Possible Duplicate:
Simulating a BlueScreen
Hello SO,
I'm trying to induce a BSOD somehow inline in my C code. My main background is Java but have been fortunate to have been tutored by ...
1
vote
4answers
223 views
Bluescreen of death during Java development on a Leopard - any ideas how to solve this?
I develop using Java 5 and 6 on Intellij IDEA 7 and 9M1. From time to time (during run/compile) my Mac (10.5.7) will die with a Bluescreen of death.
Has anybody else had this issue and somehow ...
1
vote
3answers
1k views
Overlapped serial port and Blue Screen of Death
I created a class that handles serial port asynchronously. I use it to communicate with a modem. I have no idea why, but sometimes, when I close my application, I get the Blue Screen and my computer ...
0
votes
1answer
59 views
Reading RAM data from particular location using Driver?
i am trying to read RAM data from 0x00000001 and copy it to a file in hard disk (just learning!) so i wrote this and compiled and ran it
#include <ntddk.h>
void ...
0
votes
1answer
59 views
SerialPort: App causes Blue Screen on disconnecting device while it transfers data
I working on a solution for device with Serial Port (with USB bridge).
Everything is ok except the thing it causes Blue Screen on disconnecting device durin data transfer.
And my app doesn't catch any ...
0
votes
0answers
36 views
Saving Visual Studio Settings During Debug in Case of BSOD
Is it possible to make Visual Studio save its settings (window positions, etc) at the beginning of a debug session? The project I'm currently working on has the unfortunate property of bluescreening ...
0
votes
4answers
270 views
Create BSOD from user mode?
I was getting bored with my XP box one day, so I decided to try some of the answers to this question to see if any of them would cause a BSOD.
They didn't, and they seemed like they would be the most ...
0
votes
2answers
78 views
Detect BSOD on Windows
Is there any way to detect if a BSOD has just occurred(before the OS shutdowns)?
Thanks,
0
votes
1answer
478 views
Dreamweaver CS5.5 BSOD (Blue Screen of Death) help?
I just finished downloading and installing the trial version of the Adobe Dreamweaver CS5.5 but for some reason, whenever I try to run it, I get a BSOD or Blue Screen of Death. I'm pretty sure I meet ...
0
votes
0answers
141 views
Vista x64 BSOD - IRQL_NOT_LESS_OR_EQUAL - Netw5v64.sys error [closed]
Vista x64 BSOD - IRQL_NOT_LESS_OR_EQUAL - Netw5v64.sys error
0
votes
1answer
189 views
cygwin + java = unkillable java process, then BSOD (Blue Screen Of Death)
Crossing my fingers hoping that someone else has had and solved this problem..
I run cygwin on my office Windows XP Pro machine, and run maven on my java projects.
In about 1 out of every 30/40 mvn ...
0
votes
1answer
464 views
corrupted windows mini-dumps after bugcheck reboot
Greetings.
I have been getting bug-checks lately on my xp laptop, here is the data from the last one:
0x40000080 (0x8a43d130, 0x858ffd20, 0xba4f3e5c, 0x00000001)
I had only mini-dumps enabled ...
0
votes
5answers
336 views
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 ...
0
votes
2answers
114 views
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();
...
0
votes
3answers
388 views
How to track down a Blue Screen of Death triggered by an (usermode) application
We have a .Net application consisting of mixed managed and unmanaged code. We have a number of reports of users getting BSOD while using our application. These blue screens happen on different ...
0
votes
2answers
120 views
Are there any tools to read the contents of dump files created during BSoD in Windows?
Are there any tools that would help us read the contents in a Memory Dump files that is created when there is a BSoD?
0
votes
1answer
435 views
RAM PerformanceCounter problems
My code:
var list = new LinkedList<int>();
var ramCounter = new PerformanceCounter("Memory", "Available MBytes");
while (true)
{
for(int i = 0; i < 1000 * 1000; i++) list.AddLast(0);
...
0
votes
1answer
359 views
Vista 64 bit BSOD when running a Delphi 2009 Application
I have an application that I have converted to Delphi 2009 I have "String format checking" On and the standard memory manager. I downloaded the MS debugging tools at ...
-1
votes
3answers
541 views
C# Simulate Key Press
I was looking for a way to simulate pressing the right control key in C#, it must be the right one. I know this can be done for the left one but I couldn't find anything on the right one. It is so I ...