Tagged Questions

7
votes
3answers
1k views

Cross-platform crash handler

I'm looking for a cross-platform crash handler. Google Breakpad looks promising, but it is sorely lacking any documentation, and requires a reasonable amount of fiddling to actually get going. What ...
6
votes
3answers
401 views

What exactly happens if you delete an object? (gcc) (When double-delete crashes?)

Please note that I don't want to solve any problem with my question - I was thinking about probabilities of things to happen and thus was wondering about something: What exactly happens if you delete ...
3
votes
4answers
513 views

Step execution of release code / post-mortem debugging (VS/C++)

Is there any sense to step-execute release code? I noticed that some lines of code are omitted, i.e. some method calls. Also variable preview doesn't show some variables and shows invalid (not real) ...
1
vote
1answer
388 views

PDB file from different versions of Visual Studio

I have an old DLL file which was built with VC++ 6. Now I need to investigate the dump file but I don't have its PDB available. The stacktrace reported by WinDbg is also inaccurate. Is it possible ...
1
vote
4answers
617 views

Help postmorten debugging of a mixed mode Win32 application

Here's the situation: Background I have a mixed mode .NET/Native application developed in Visual Studio 2008. What I mean by mixed mode is that the front end is written in C++ .NET which calls ...
0
votes
1answer
31 views

gdb 7.0 warnings: Wrong size fpregset in core file

reWhen analyzing a core file, my gdb 7.0 outputs several warnings: warning: Wrong size gregset in core file. warning: Wrong size fpregset in core file. warning: Wrong size gregset in core file. ...
0
votes
1answer
120 views

DebugDiag Crash Rule Does Not Auto-Execute

I'm using DebugDiag for the first time, and I'm using it on Windows 7 x64. I've created a crash rule for (x86) myprogram.exe, which is guaranteed to crash because I've coded it intentionally to crash ...