I am analyzing a dump file of a c++ application, generated by ProcDump.
The log file generated by ProcDump contains tons of Exception: C0000005.ACCESS_VIOLATION
which are easily understandable as Access Violations.
However I have not managed to understand the meaning of those 00000006:
[15:39:59] Exception: 00000006
Secondly, although I've found that E06D7363 means C++ exception, I have not managed to find the difference between Exception: E06D7363.J and Exception: E06D7363.msc. Is there any difference ?