Subject | English | Chinese simplified |
comp., MS | crash consistency | 完全一致性 (A feature of shadow copy backups that ensures all files are backed up, regardless of their state) |
comp., MS | crash dump | 故障转储 (A binary file that a programmer can load into a debugger to analyze the cause of the crash. It contains the contents of the memory when the crash occurred) |
comp., MS | Crash Dump Type | 故障转储类型 (Specifies the file format Dr. Watson will use to store the information. The Full format contains the entire memory space of the program, as well as the program image itself, the handle table, and other information that will be useful to the debugger. The Mini format may include the full memory and handle table, or it may simply contain information about a single thread. The Windows NT 4.0-compatible Full format provides you with the opportunity to use older tools to analyze the dump file. Crash Dump Type is only available when you have selected the Create Crash Dump File check box) |
comp., MS | crash recovery | 故障修复 (The ability of a computer to resume operation after a disastrous failure, such as the failure of a hard drive. Ideally, recovery can occur without any loss of data, although usually some, if not all, data is lost) |