Tagged Questions
The crashrpt tag has no wiki summary.
26
votes
5answers
3k views
Good crash reporting library in c#
Does anyone know of a good crash reporting library for C#?
In C++ there is CrashRpt available, so I'd like something along those lines.
Ideally I'd like the library to zip up general information ...
11
votes
7answers
2k views
Any recommended VC++ settings for better PDB analysis on release builds
Are there any VC++ settings I should know about to generate better PDB files that contain more information?
I have a crash dump analysis system in place based on the project crashrpt.
Also, my ...
4
votes
4answers
600 views
how do I specify the source code directory in VS when looking at the call stack of a memory dump?
I am analyzing a .dmp file that was created and I have a call stack which gives me a lot of info. But I'd like to double click on the call stack and have it bring me to the source code.
I can ...
3
votes
4answers
413 views
Is there a good C++ crash reporting library that works well with Visual Studio 2005?
After reading this previous discussion and this one, it looked as though Crashrpt was exactly what I was looking for, but it seems it's no longer being maintained and, after playing with it, found it ...
3
votes
7answers
531 views
Crash reporting in C for Linux
Following this question:
Good crash reporting library in c#
Is there any library like CrashRpt.dll that does the same on Linux? That is, generate a failure report including a core dump and any ...
2
votes
2answers
2k views
How to diagnosis app crash from OS X error log?
Short Q.: What does this exception mean? "EXC_BAD_ACCESS (0x0001)"
Full Q.: How can I use this error log info (and thread particulars that I omitted here) to diagnosis this app crash? (NB: I have no ...
1
vote
0answers
16 views
How can multiple programmers use crashrpt stack traces?
When we encounter bugs in our program, we need to be able to debug. The program produces crash dumps via crashrpt. These dumps are for the release-with-debug-info versions of our program and all ...
0
votes
2answers
201 views
How do you configure the email settings in CrashRpt to send the crash dump?
After reading this discussion and this discussion about using CrashRpt to generate a crash dump and email it to the developers, I've been having a difficult time finding any instructions/tutorials for ...