From a42876234df99f8523ddb2b21025352f37231c39 Mon Sep 17 00:00:00 2001 From: ddomingo Date: Tue, 2 Dec 2008 09:01:27 +1000 Subject: added new index entries for neglected error items --- doc/SystemTap_Beginners_Guide/en-US/Errors.xml | 145 ++++++++++++++++++++++++- 1 file changed, 144 insertions(+), 1 deletion(-) (limited to 'doc/SystemTap_Beginners_Guide') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Errors.xml b/doc/SystemTap_Beginners_Guide/en-US/Errors.xml index 63f466b8..ffb70470 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Errors.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Errors.xml @@ -735,6 +735,36 @@ probe syscall.open aggregation overflow + + +understainding SystemTap errors +runtime errors/warnings +aggregation overflow + + + +errors +runtime errors/warnings +aggregation overflow + + + +runtime errors/warnings +understainding SystemTap errors +aggregation overflow + + + +aggregation overflow +runtime errors/warnings +understainding SystemTap errors + + +overflow of aggregation +runtime errors/warnings +understainding SystemTap errors + + An array containing aggregate values contains too many distinct key pairs at this time. @@ -745,12 +775,73 @@ An array containing aggregate values contains too many distinct key pairs at thi MAXNESTING exceeded + +understainding SystemTap errors +runtime errors/warnings +MAXNESTING exceeded + + + +errors +runtime errors/warnings +MAXNESTING exceeded + + + +runtime errors/warnings +understainding SystemTap errors +MAXNESTING exceeded + + + +MAXNESTING exceeded +runtime errors/warnings +understainding SystemTap errors + + + +exceeded MAXNESTING +runtime errors/warnings +understainding SystemTap errors + + Too many levels of function call nesting were attempted. MAXACTION exceeded + + + +understainding SystemTap errors +runtime errors/warnings +MAXACTION exceeded + + + +errors +runtime errors/warnings +MAXACTION exceeded + + + +runtime errors/warnings +understainding SystemTap errors +MAXACTION exceeded + + + +MAXACTION exceeded +runtime errors/warnings +understainding SystemTap errors + + + + exceeded MAXACTION + runtime errors/warnings + understainding SystemTap errors + The probe handler attempted to execute too many statements in the probe handler. @@ -758,13 +849,65 @@ An array containing aggregate values contains too many distinct key pairs at thi kernel/user string copy fault at <replaceable>ADDR</replaceable> + + + +understainding SystemTap errors +runtime errors/warnings +copy fault + + + +errors +runtime errors/warnings +copy fault + + + +runtime errors/warnings +understainding SystemTap errors +copy fault + + + +copy fault +runtime errors/warnings +understainding SystemTap errors + The probe handler attempted to copy a string from kernel or - user space at an invalid address (ADDR. + user space at an invalid address (ADDR). pointer dereference fault + + + + + +understainding SystemTap errors +runtime errors/warnings +pointer dereference fault + + + +errors +runtime errors/warnings +pointer dereference fault + + + +runtime errors/warnings +understainding SystemTap errors +pointer dereference fault + + + +pointer dereference fault +runtime errors/warnings +understainding SystemTap errors + There was a fault encountered during a pointer dereference operation such as a target variable evaluation. -- cgit