diff -r 000000000000 -r 818e61de6cd1 crashanalysercmd/Libraries/Engine/CrashItemLib/LibResources.resx --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/CrashItemLib/LibResources.resx Thu Feb 11 15:50:58 2010 +0200 @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + The code segment: '{0}', for process: '{1}' conflicts with the symbolic information. + + + Crash data indicates that the code segment base address is 0x{0:x8}, however, symbolic information suggests it should be: 0x{1:x8} + + + Code Segment Mismatch + + + The code segment: '{0}', for process: '{1}' does not have any associated symbols. + + + Symbols Unavailable + + + {0} the registers do not contain a value for the link register (R14). + + + Link Register (R14) Not Available + + + {0} the registers do not contain a value for the program counter (R15). + + + Program Counter (R15) Not Available + + + {0} the registers do not contain a value for the current stack pointer (R13). + + + Stack Pointer (R13) Not Available + + + {0} the stack has no associated registers which reduces the accuracy of stack decoding. + + + Registers Missing + + + {0} R00 was null and the thread raised an exception. This suggests a possible de-reference of a NULL 'this' pointer. + + + Possible De-reference of NULL 'this' Pointer? + + + {0} the stack pointer is beyond the start of the stack range, which will result in an exception. + + + Stack Overflow + + + {0} the stack pointer is outside of the stack address range. + + + Stack Underflow + + + {0} no registers are available, which may result in incomplete analysis. + + + Registers Missing + + + {0} stack data has been supplied but the stack pointer value is missing. + + + Stack Pointer (R13) Not Available + + + {0} stack data is not available. + + + Stack Data Unavailable + + + In relation to the {0} mode stack, + + + In relation to the thread '{0}', + + + The stack base address appears to be invalid. + + + Unable to reconstruct call stack as no value was supplied for the current stack pointer (R13). + + + The current stack pointer (R13) is outside of the stack address boundary. + + + The stack top/limiting address appears to be invalid. + + + Stack Reconstruction Error + + + Stack Reconstruction Warning + + + {0} the stack pointer is outside of the supplied stack data. This may mean that part of the reconstructed call stack is omitted. + + + Stack Data Incomplete + + \ No newline at end of file