What are these *.dmp files generated by CCStudio (2.30+)?
A mini-dump (*.dmp) is a binary file that contains information about a running process. Microsoft provides the tools that permit creation and analysis of these files (windbg). When an exception occurs in cc_app.exe, the exception may be caught in one of three ways: • It may be caught and handled in the code that generated the exception (by a try/catch) block. Since the exception is handled, no dump file is generated. • It may be caught by the cc_app exception handler and a dump file created. • If no hander is found, it will be caught by the unhandled exception handler and dump file will be created. If CCStudio crashes (“unexpected fatal error”) and the exception-handler or the unhandled exception-handler catches the process exception, a mini-dump file will be created. These mini-dump files are useful to include when reporting CCStudio issues to customer support, and can help engineers diagnose the cause of the crash. The file will be located in the
Related Questions
- What changes must be made to the startup GEL files to support versions of CCStudio that support Connect/Disconnect?
- Files with the file extension ".pst" appear, as I connect the IC recorder to the computer. What are PST files?
- Can the webserver log files record the client browsers encryption capabilities?