Tagged Questions
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 ...
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 ...