The Crash Analyser Carbide.c++ Extension is a tool for decoding different types of crash files from binary to readable format and analysing crash/panic situations. Crash Analyser provides an error library containing most of the Symbian OS error codes and panic descriptions.
-
You can activate the Crash Analyser by selecting Carbide > Crash Analyser.
-
-
Main features
-
-
Decode MobileCrash and D_EXC files from binary to readable format.
-
UI visualisation for decoding files (CrashVisualiser).
-
Possibility to create HTML reports about a crash.
-
Open crash related source files from the UI.
-
Pick up MobileCrash files via TraceViewer Carbide.c++ Extension.
-
Error library containing Symbian OS error codes and panic descriptions.
-
-
-
What's new
-
-
Change: Drag & Drop support.
-
Change: Possibility to read crash files directly from the device via PC Suite connection.
-
Change: Support for ELF core dump files.
-
Change: Support for multiple processes.
-
Fix: Bug fixes & UI improvements
-
-
-
Installation notes
-
-
N/A
-
-
-
System requirements
-
Basic Requirements:
-
-
Windows 2000 or Windows XP
-
.NET Framework v2.0.50727 or newer
-
-
Additional Requirements:
-
-
TraceViewer Carbide.c++ Extension
-
-
-
Compatibility issues
-
-
N/A
-
-
-
Known issues
-
-
GCCE map files are not supported. Only RVCT map files are supported.
-
-
-
Version history
-
Version 1.1.0 – 1st October 2009
-
-
Change: Drag & Drop support.
-
Change: Possibility to read crash files directly from the device via PC Suite connection.
-
Change: Faster and more stable decoding engine.
-
Fix: Bug fixes & UI improvements.
-
-
-
Version 1.0.0 – 7th Janury 2009
-
The first version.
-
-
-
-
\ No newline at end of file
+
+
+
+
+ Release Notes
+
+
+
+
+
The Crash Analyser Carbide.c++ Extension is a tool for decoding different
+types of crash files from binary to readable format and analysing crash/panic
+situations. Crash Analyser provides an error library containing most of the
+Symbian OS error codes and panic descriptions.
+
+
You can activate the Crash Analyser by selecting Carbide > Crash
+Analyser.
+
+
Main features
+
+
Decode MobileCrash and D_EXC files from binary to readable format.
+
UI visualization for decoding files (CrashVisualiser).
+
Possibility to create HTML reports about a crash.
+
Open crash related source files from the UI.
+
Pick up MobileCrash files via TraceViewer Carbide.c++ Extension.
+
Error library containing Symbian OS error codes and panic
+ descriptions.
+
+
+
What's new
+
+
Feature: Shows production mode and crash source.
+
Feature: Shows OST trace information and it is possible to insert OST
+ dictionaries to decoding process.
+
Feature: Added preferences button to main view.
+
Feature: Defect hash information is shown.
+
Feature: If there are multiple threads in the crash, those are shown as
+ tree view in the main view.
+
Change: Improved UI, more tabs added.
+
Fix: Bug fixes.
+
+
+
Installation notes
+
+
N/A
+
+
+
System requirements
+
+
Basic Requirements:
+
+
Windows 2000 or Windows XP
+
.NET Framework v2.0.50727 or newer
+
+
+
Additional Requirements:
+
+
TraceViewer Carbide.c++ Extension
+
+
+
Compatibility issues
+
+
N/A
+
+
+
Known issues
+
+
GCCE map files are not supported. Only RVCT map files are supported.
+
+
+
Version history
+
+
Version 1.1.0 – 1st October 2009
+
+
Change: Drag & Drop support.
+
Change: Possibility to read crash files directly from the device via PC
+ Suite connection.