TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:program_failure

Program Failure

In the unlikely event a TapeTrack program (Desktop, Server or Command Line) failure or crash a memory dump file will be created.

The dump file contains what processes and drivers were running at the time of the crash, as well as the Kernel-mode stack that stopped.

The information contained in the dump file is used to diagnose why the crash occurred and guide our technical department on creating a fix for the problem.

Desktop Programs

In the event of a program crash while using TapeTrack Desktop programs you will see a popup saying Program Terminated. This popup will let you know the program has terminated, or stopped running, due to a fatal error.

The name and location of the memory dump file will be displayed to help you locate the file. The location will also be automatically copied to your windows clipboard, allowing you to access the file easily using Windows File Explorer or paste into communication documents to your support staff.

This dump file can then be forwarded to the GazillaByte Help Desk to help in the diagnosis of the problem that caused the program termination.

Command Line Programs

In the event of a program crash while using TapeTrack Command Line programs you will see output that an abnormal termination has occurred.

An abnormal termination condition has occured.
A debugging dump file will be created. This dump file can be sent to support for diagnosis.
File name is: ESP10-2021-193-4824.dmp
Program terminating

C:\Users\GazillaByte>

The dump file will be written to the current active directory, in this example C:\Users\GazillaByte>

This dump file can then be forwarded to the GazillaByte Help Desk to help in the diagnosis of the problem that caused the program terminate.

Dump File Example

While all dump files will differ based on the program, time of execution and error encountered, here is an example of a dump file from the Command Line program TMSS10ListMoveHistory that had an error purposely added to the code to cause a crash. The code that caused the crash is not included in any publicly available release and was only included here to obtain a sample dump file.

technote/program_failure.txt · Last modified: 2021/07/22 03:37 by scunliffe