Tagged Questions
The heisenbug tag has no wiki summary.
12
votes
2answers
135 views
Does something like CHESS exist for Java?
CHESS is a tool for finding and reproducing Heisenbugs in concurrent
programs. CHESS repeatedly runs a concurrent test ensuring that every
run takes a different interleaving. If an interleaving ...
9
votes
8answers
381 views
Unusual code bugs [closed]
I've been reading Wikipedia articles about unusual bugs. I'm particularly interested in Schrödinbugs and Heisenbugs:
Schrödinbug
A schrödinbug is a bug that manifests only after someone reading ...
6
votes
3answers
223 views
How do I track down a Heisenbug in some Python code?
Quick background: we have a large source base written in Python. It is a compiler for a domain specific language, and internally everything is represented as directed graphs. These digraphs are built ...
5
votes
13answers
545 views
When program run correctly while debugging but otherwise not? [closed]
Possible Duplicate:
Common reasons for bugs in release version not present in debug mode
Sometimes I encouter such strange situations that the program run incorrectly while running normally ...
5
votes
8answers
2k views
A random cross-thread operation exception for Winforms multithreaded UI operation
For some reason, this safe-looking method raises a classic exception.
Cross-thread operation not valid:
Control 'statusLabel' accessed from a
thread other than the thread it was
created on.
...
4
votes
3answers
158 views
Why does this program sometimes crash, and sometimes not?
The following program turns off the monitor. It sometimes crashes when I run it, and it sometimes doesn't. The disassembly just points to a random location like 0x00011000, and has no real ...
4
votes
4answers
258 views
Inverse Heisenbug - Unit test fails only when debugger is attached
I recently fixed a defect in our product, the symptom of which was an access violation caused by accessing a dangling pointer.
For good practice I added a unit test to ensure that the bug doesn't ...
4
votes
4answers
295 views
Mysterious heisenbug?
So I'm making a snake game with teleports and the usual mice. I had a loop running like this:
while(snake.alive() && miceEaten < micePerLevel)
{
displayInfo(lives, score, level, ...
3
votes
3answers
149 views
Strategies for finding Heisenbugs
Currently I am once again in the situation that I have to find the cause for a Bug that almost never happens when a debugger is running (probably some race condition). The only things I can think of ...
3
votes
2answers
121 views
What could be causing a deadlock or otherwise causing this concurrency test to inconsistently fail?
I've been fiddling around with CHESS, which seems like an incredibly useful tool. However, ironically, I seem to be dealing with a Heisenbug in one of my test methods. The results reported by CHESS ...
3
votes
2answers
190 views
C function changes behaviour depending on whether it has a call to printf in it
I have a function that processes some data and finds the threshold that classifies the data with the lowest error. It looks like this:
void find_threshold(FeatureVal* fvals, sampledata* data, ...
3
votes
5answers
143 views
What is some advice for debugging really hard to track down bugs?
Most bugs are fairly simple, easily reproducible, and easy to debug. What do you do when you run into ones that are hard or impossible to repro under debugger, i.e.one of these?
Our app is a ...
2
votes
3answers
97 views
Heisenbug issue with using a dll. What do I do next?
I am working on a system that uses a Voltage Controlled Oscillator chip (VCO) to help process a signal. The makers of the chip (Analog Devices) provide a program to load setup files onto the VCO but ...
2
votes
1answer
524 views
OpenCv from C# interop hangs on cvSaveImage, if no debugger!
everyone -- I have a Heisenbug, here (only shows up with debugger detached!). Seems to be in the C# to unmanaged interop -- If I do OpenCv cvSaveImage to the %TEMP% directory, it's ok, but to other ...
2
votes
1answer
200 views
Reading data from memcache sometimes fails
I've written a gevent-based program that allows its web clients to quickly exchange messages through it (so it works like a hub).
Since I only support polling mechanism at this moment, I've written ...
2
votes
1answer
189 views
Why is Chrome dying on this page?
If I open this page in Chrome 6.0.472.62 or .63 for OSX, the Javascript interpreter hangs. If I open the developer console to debug the problem and then open the page, the page runs fine. Running with ...
2
votes
7answers
226 views
What to do, if debug behaviour differs from normal execution?
I have a problem with debugging sessions. My program executes very well in a debug session but if I start a normal run, it behaves completely different.
The problem is, that I cannot say, why it acts ...
2
votes
6answers
190 views
Does attaching to a process make it behave differently?
While I am aware of the differences between debug and release builds, I am curious if attaching the debugger to a process (built release or debug) changes that processes behaviour?
For reference, I'm ...
2
votes
7answers
249 views
why would an application acts differently after VS debugger is attached?
There is a desktop application written in c# trying to manage a socket connection and failing but being successful after same application is attached to visual studio.
how can it be debugged?
1
vote
3answers
44 views
WPF: How to determine the origin of a phantom window?
I recently updated a third party library that my application was using. After doing so, starting the application results in "phantom" window being created. I can see a blank window in the upper left ...
1
vote
2answers
34 views
How can a breakpoint's location affect the findability of a bug?
In this MSO bug report, our very own waffles makes the following observation:
This bug also happens to be a heisenbug, when debugging it if your first breakpoint is too early, stepping through ...
1
vote
3answers
216 views
Java: examples of very hard to track-down bugs
Related to this question, http://stackoverflow.com/questions/570353/hardest-types-of-bugs-to-track, does anyone have any examples of real-world code that introduces extremely hard-to-identify bugs, ...
1
vote
3answers
226 views
stdio's remove() not always deleting on time
For a particular piece of homework, I'm implementing a basic data storage system using sequential files under standard C, which cannot load more than 1 record at a time. So, the basic part is creating ...
1
vote
6answers
522 views
Hardest javascript debugging problem ever
We have an ASP.NET application and when running on client site they often get null reference Javascript errors. As with all these errors the information IE6 displays is less than helpful. But the ...
0
votes
1answer
24 views
Regarding Multithreaded Custom Class Loaders in Java SE 7
Hi : I have been confused about the addition of multithreaded class loaders (SE7).
There is an excellent explanation of a possible deadlock during multithreaded class loading which is here ...
0
votes
1answer
33 views
Variable not overwritten unless breakpoint is set
I have a class which is not being intialised properly:
m_element.variable()=0xffffffff
when it should be -1. I added a call to
Element::debug_initialize() {
m_variable=-1;
}
before reading ...
0
votes
0answers
72 views
Actionscript Mystery Bug
This should be a easy question, but I'm stumped:
I'm trying to translate some code I was given into a more defined MVC format. I'm beginning to lay things out (mostly stitching the old code back ...
0
votes
1answer
85 views
What transformations are done to requests sent through fiddler?
I am currently working on a reverse proxy project done in ASP.Net. It receives requests from a client, creates an HttpWebRequest object to another server (with the same HTTP headers), reads the ...
0
votes
3answers
80 views
Integer arithmetic errors in modern CPUs
Do I need to plan for possible miscalculations in modern CPUs, where for example an addition of two integers 1 and 1 results in 3 once?
(How often) Do such errors in the ALU occur?
Is there any ...
0
votes
1answer
511 views
Program and debugger quit without indication of problem
OK, not quite a Heisenbug but similar in nature.
I'm developing a WPF application. When debugging, the logic reaches a certain point, then the application quits for no reason. VS debugger catches ...
0
votes
1answer
145 views
Application settings do not allways save
I have a bit of a Heisenbug. I have a list of what was recently searched for sometimes it will save the history some times it does not. When I attach the debugger and step through StartFind() it works ...
0
votes
2answers
1k views
Error activating more than one site's Publishing (Site) Feature concurrently
We have a custom self-service SharePoint solution that allows people to come to a provisioning SharePoint app, follow a 3-page wizard, answer a bunch of questions, and based on those questions, calls ...
0
votes
6answers
179 views
Bizarre bug in C
So I have a C program. And I don't think I can post any code snippets due to complexity issues. But I'll outline my error, because it's weird, and see if anyone can give any insights.
I set a pointer ...
0
votes
2answers
110 views
How to avoid failing test during Debug?
I have a test that passes if I am not debugging the test:
Snippet:
using (var reader = dbUtility.ExecuteReader(cmd))
{
if (reader != null)
{
while (reader.Read())
{
In my ...