This application is based on and hereby claims priority to German Patent Application No. 19925239.4 filed on Jun. 2, 2001, the contents of which are hereby incorporated by reference.
A compact disc is included herewith and incorporated by reference herein having thereon a computer program listing appendix in the ASCII uncompressed text format with ASCII carriage return, ASCII line feed and all control codes defined in ASCII, having computer compatibility with IBM PC/XT/AT or compatibles, having operating system compatibility with MS-Windows and including file PROGRA˜6.TXT (Program-Listing.txt in Windows) of 130,121 bytes, created on Nov. 29, 2001.
The invention relates to a method and a system for ascertaining an overall fault description for at least one section of a computer program, and also to a computer product and a computer-readable storage medium.
Such a method and such a system are known from N. Leveson, “Safety Verification of ADA Programs Using Software Fault Trees”, IEEE Software, July 1991, pages 48–59, which discloses the practice of using computers to ascertain an overall fault description in the form of an overall fault tree for a computer program. For the computer program, a control flow description is ascertained in the form of a control flow graph. For various program elements of the computer program, a stored fault description associated with a respective stored reference element is used to ascertain an element fault description. The fault description for a reference element describes possible faults in the respective reference element. The element fault descriptions in the form of element fault trees are used to ascertain the overall fault description, taking into account the control flow graph for the computer program.
The method and the system taught by Leveson have the following drawbacks, in particular. The overall fault tree ascertained is incomplete in terms of the faults examined and the causes thereof, and is therefore unreliable. Hence, this practice is not appropriate for use within the context of generating fault trees for a computer program for safety-critical applications. The individual fault trees associated with the reference elements are also incomplete and hence unreliable.
M. Weiser, “Program Slicing”, in IEEE Transaction on Software Engineering, Vol. 10, No. 4, July 1984, pp. 352–357 provides an overview of “slicing”. Slicing is the analysis carried out when searching for causes of incorrect action in a computer program. This procedure involves checking whether the incorrect action has been caused by an instruction currently under consideration. If this is not the case, the instructions which deliver data for or control the execution of the instruction are checked. This method is continued until no further operations exist, that is to say it gets to input data for the computer program. In slicing, “slices” are ascertained. A slice shows which instructions are affected in what way by a value under consideration. Below, the term slicing is always understood to mean backwardly directed slicing.
P. Liggesmeyer, Modultest und Modulverifikation—State of the Art, Mannheim, Vienna, Zurich: BI Wissenschaftsverlag, 1990 discloses the practice of ascertaining a control flow description and a data flow description for a computer program. In Liggesmeyer, this representation is used as an initial basis for “data-flow-oriented testing” of the computer program. The instructions (nodes) of the control flow graph are assigned data flow attributes (data flow description) which describe the nature of the data access operations contained in the instructions of the computer program. A distinction is drawn between write access operations and read access operations. Write access operations are referred to as definitions (def). Read access operations are referred to as a reference. If a read access operation takes place in a decision, this access operation is referred to as a predicative reference (p-use, predicate use). A read access operation during calculation of a value is referred to as a computational reference (c-use, computational use).
DIN 25424-1: Fehlerbaumanalysen; Methoden und Bildzeichen, September 1981, which has a title that can be translated “Fault Tree Analyses; Methods and Graphic Symbols”, discloses principles relating to a fault tree. A fault tree is to be understood, as described in DIN 25424-1, to mean a structure which describes logical relationships between input variables for the fault tree which lead to a prescribed undesirable event.
In addition, DIN 25424-2: Fehlerbaumanalyse; Handrechenverfahren zur Auswertung eines Fehlerbaums, Berlin, Beuth Verlag GmbH, April 1990 which has a title that can be translated “Fault Tree Analysis; Manual Computation Methods for Evaluating a Fault Tree”, discloses various methods for fault tree analysis.
The invention is based on the problem of ascertaining an overall fault description which is more reliable than ascertaining an overall fault tree in the manner known on the basis of the method taught by Leveson.
In a method for ascertaining an overall fault description for at least one section of a computer program, using a computer, at least the section of the computer program is stored. A control flow description and a data flow description are ascertained for the section of the computer program, and program elements are selected from the section of the computer program. For each selected program element, a stored fault description is used to ascertain an element fault description. The fault description is associated with a respective reference element. The element fault description describes possible faults in the respective program element. A fault description for a reference element describes possible faults in the respective reference element. The element fault descriptions are used to ascertain the overall fault description, which takes into account the control flow description and the data flow description.
A system for ascertaining an overall fault description for at least one section of a computer program has a processor which is set up such that the following method steps can be carried out:
A computer program product comprises a computer-readable storage medium on which a program is stored which, when it has been loaded into a memory in a computer, allows the computer to carry out the following steps for ascertaining an overall fault description for at least one section of a computer program:
A computer-readable storage medium stores a program which, when it has been loaded into a memory in a computer, allows the computer to carry out the following steps for ascertaining an overall fault description for at least one section of a computer program:
The invention now makes it possible to ascertain a reliable overall fault description, which takes into account the peculiarities of a computer program, for a computer program or a section thereof. Since the overall fault description ascertained is much more reliable than the overall fault description which can be ascertained on the basis of the method taught by Leveson, the invention is also suitable for safety-critical applications, i.e. in particular for ascertaining an overall fault description for a safety-critical computer program.
The control flow description and/or the data flow description may be in the form of a control flow graph or of a data flow graph, respectively.
The fault description may be in the form of a stored fault tree, and the element fault description can be ascertained as an element fault tree. In this case, the overall fault description can be ascertained as an overall fault tree. This development permits standardized representation of a fault description, which makes it much simpler for a user of the fault description to analyze same.
In one development, the overall fault description can be used for fault analysis in the section of the computer program. This development has the advantage, in particular, that automated, reliable fault analysis becomes possible, and if the fault descriptions are in the form of fault trees the fault description can even be analyzed in a manner “normalized” in accordance with the fault tree analysis methods.
In another refinement, the overall fault description is ascertained as an overall fault tree, and the overall fault tree is altered in terms of prescribable boundary conditions. The alteration can be made by adding a complementary fault tree.
These and other objects and advantages of the present invention will become more apparent and more readily appreciated from the following description of the exemplary embodiment of the invention as explained in more detail below and as illustrated in the figures, in which:
a to 4c are flow diagrams for a control flow graph (
a to 5c are flow diagrams for a control flow graph (
a to 6c are flow diagrams for a control flow graph (
a and 8b are flow diagrams for a slice for the output of the variable max (
Reference will now be made in detail to the preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to like elements throughout.
The memory 102 stores a computer program 104 for which an overall fault description is ascertained in the manner described below. In addition, the memory 102 stores a program 105 which implements the method described below. The memory also stores fault descriptions 115 for different reference elements of a computer program. A fault description for a reference element describes possible faults in the respective reference element. Various reference elements and fault descriptions associated with the reference elements are explained in detail below.
The input/output interface 106 has a keyboard 108 connected to it via a first connection 107. A second connection 109 is used to connect the input/output interface 106 to a computer mouse 110, and a third connection 111 is used to connect the input/output interface 106 to a screen 112 on which the overall fault description ascertained for the computer program 104 is displayed. A fourth connection 113 is used to connect the input/output interface 106 to an external storage medium 114.
The stored computer program 104 is used to ascertain a control flow graph 201 and a data flow graph 202 for the computer program 104.
Individual program elements are selected from the computer program (step 203). For each program element selected, a stored fault description associated with a reference element corresponding to the selected program element is used to ascertain an element fault description (step 204). The element fault description describes possible faults in the respective selected program element.
On the basis of a fault event in the computer program (undesirable event), which fault event is prescribed by a user and needs to be examined, in a final step (step 205) an overall fault description for the computer program is ascertained, for the fault instance to be examined, from the element fault descriptions, taking into account the control flow graph and the data flow graph. The overall fault tree ascertained is displayed to the user on the screen 112.
For an event 301 selected by a user, it is necessary to ascertain how the selected incorrect event can arise. In a computer program, incorrect output of a variable, as a selected incorrect event (undesirable event) 301, can be caused by a control flow fault 303 and/or a data fault 304 (INCLUSIVE-OR function 302).
A control flow fault 303 is to be understood to mean incorrect control of the processing of the respective variable.
The data flow fault 304 is to be understood to mean a fault which arises during processing as a result of incorrect data. The data flow fault 304 may originate in the processing step currently under consideration (block 306) and/or it may already have been present and may be maintained only by fault propagation (block 307) (INCLUSIVE-OR function 305).
On the basis of these considerations, the appropriate fault tree, a slice describing the instruction and a control flow graph are respectively illustrated below for the following elements of a computer program:
Instruction Sequence
The instruction sequence 401 comprises the three instructions shown in
In accordance with the practice disclosed in Weiser, a slice 410 is formed for this instruction sequence 401, as shown in
For the control flow graph 401, the fault tree 420 shown in
The incorrect event 421 may have been produced by a fault in the third instruction 404 under consideration itself, if the data up to this instruction step were correct (element 422 in
Selection Element
With a selection element as reference element, it is necessary to consider possibilities of fault in the data flows and in the control flows within the computer program.
a to 5c show a control flow graph 501 (cf.
For the control flow graph 501 shown in
The following definitions apply for the two edge types:
The slice is ascertained by searching the control flow graph, counter to the edge direction, for a definition of the variable under consideration starting from the instruction containing the variable under consideration, for which the undesirable event is prescribed. If computational references exist for the definition, the method is continued recursively until no further additional nodes are found. The dependencies found in this way between instructions are data dependencies. If a node under consideration is contained in a block whose execution is controlled directly by a decision, this represents a control dependency. For the predicative references of the variables involved in the decision, nodes with appropriate definitions—that is to say data flow dependencies—are recursively sought which have other control dependencies.
b shows the failure element's associated slice 520 with corresponding control edges and data flow edges.
c shows the fault tree 540 for the prescribed event “the third variable i is incorrect before the 6th instruction” 541.
The following events result in the incorrect event 541 when INCLUSIVE-ORed 542:
Multiple Selection Element
A multiple selection element as reference element can be handled in accordance with the scheme described above by breaking down the multiple selection into a cascade of two-way selection elements processed in accordance with the procedure above, in order thus to ascertain a fault tree for a multiple selection element.
Loop
a to 6c show a fault tree 601 (cf.
b shows the corresponding slice 620 for the control flow graph 601 shown in
The fault tree 640 is obtained by INCLUSIVE-ORing 642 the following four events:
The fault trees described above, which are associated with the individual reference elements, are stored in the memory 102 as fault trees 115.
input (n);
input (a);
max:=0;
sum:=0;
i:=2;
WHILE i=n DO
avr:=sum/n;
output (max);
output (avr);
For the control flow graph 700 comprising 13 instructions (reference symbols 1, 2, 3, . . . , 13) which is shown in
An overall fault tree 1000 for the computer program shown above is shown in
By starting from the prescribed undesirable event and working backward, the overall fault tree 1000 is thus ascertained using the fault trees associated with the reference elements.
The variable sum is incorrect before the eleventh instruction 11 (element 1005) if at least one of the following events is satisfied (INCLUSIVE-OR function 1006):
To provide for clearer illustration, the fault tree 1000 from
The fault tree 1000 shown in
The text below illustrates alternatives and further opportunities for application of the exemplary embodiment described above.
The overall fault tree produced using the method described above can be used for various purposes:
The invention has been described in detail with particular reference to preferred embodiments thereof and examples, but it will be understood that variations and modifications can be effected within the spirit and scope of the invention.
Number | Date | Country | Kind |
---|---|---|---|
199 25 239 | Jun 1999 | DE | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/DE00/01001 | 4/3/2000 | WO | 00 | 12/3/2001 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO00/75780 | 12/14/2000 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
5500941 | Gil | Mar 1996 | A |
5586252 | Barnard et al. | Dec 1996 | A |
5740357 | Gardiner et al. | Apr 1998 | A |
5903453 | Stoddard, II | May 1999 | A |
6012152 | Douik et al. | Jan 2000 | A |