Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCrash reports can be accessed in IguanaX Settings > About, and click Crash Files

A list of all crash reports are provided. Users can click on the crash file to view the report.

Image Removedcrash.pngImage Added

A history of all crash reports is stored in your IguanaX working directory.

Code Block
<working directory>/config/reports/
Expand
titleCrash reports contain useful information for Interfaceware to quickly diagnose and resolve issues

No need to talk to IT to get additional information, everything is in the crash report file. The information included helps our team diagnose and resolve issues quickly.

It does not contain any PHI.

  1. Information about the instance. This contains key information about the operating system, Iguana version and the web server identity. This is one of the reasons it is so important to Identify your Iguana.

  2. Server Resource Usage. This contains key server statistics including CPU percentage used, Memory, Open Files, and Disk usage. All key statistics important in identifying particular issues.

  3. Root cause. A root error or cause of the crash is provided to be interpreted by our support and development team.

  4. Stack trace. Provides contextual information about the sequence of events that led to the error, starting from the point where the error happened and back through the chain of calls that led to that point.

{ "last_upload": "/Users/IguanaDemo/Library/IguanaX/crashreport/20231127-152859.crash" }

Expand
titleCrash reports are automatically sent to the Interfaceware team

If your IguanaX can access our crash reporting site - https://crashreport.interfaceware.com:7888/ - then crash dumps are automatically sent to our team so we can support you right away. If you need to confirm if the crash file has been sent to our team, check the uploads.json file. in your working directory:

Code Block
<working directory>/crashreports/upload.json

Upload.json displays the latest crash report file uploaded to the Interfaceware crash reporting site.

Code Block
languagejson