File: inout_on_alarms.res.oracle

package info (click to toggle)
frama-c 20161101%2Bsilicon%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,324 kB
  • ctags: 35,695
  • sloc: ml: 200,142; ansic: 31,465; makefile: 2,334; sh: 1,643; lisp: 259; python: 85; asm: 26
file content (114 lines) | stat: -rw-r--r-- 4,195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/inout_on_alarms.i (no preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  i ∈ {0}
  t[0..9] ∈ {0}
  p ∈ {0}
  S[0..9] ∈ {0}
  c ∈ [--..--]
[value] computing for function f <- main.
        Called from tests/value/inout_on_alarms.i:37.
tests/value/inout_on_alarms.i:17:[value] warning: accessing out of bounds index. assert p->i < 10;
tests/value/inout_on_alarms.i:17:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
[value] Recording results for f
[value] Done for function f
[value] computing for function g <- main.
        Called from tests/value/inout_on_alarms.i:40.
tests/value/inout_on_alarms.i:21:[value] warning: accessing out of bounds index. assert i < 10;
tests/value/inout_on_alarms.i:21:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
[value] Recording results for g
[value] Done for function g
[value] computing for function h <- main.
        Called from tests/value/inout_on_alarms.i:44.
tests/value/inout_on_alarms.i:26:[value] warning: accessing uninitialized left-value. assert \initialized(q);
[value] Recording results for h
[value] Done for function h
[value] Recording results for main
[value] done for function main
tests/value/inout_on_alarms.i:17:[value] assertion 'Value,index_bound' got final status invalid.
tests/value/inout_on_alarms.i:21:[value] assertion 'Value,index_bound' got final status invalid.
tests/value/inout_on_alarms.i:26:[value] assertion 'Value,initialisation' got final status invalid.
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function f:
  NON TERMINATING FUNCTION
[value:final-states] Values at end of function g:
  NON TERMINATING FUNCTION
[value:final-states] Values at end of function h:
  NON TERMINATING FUNCTION
[value:final-states] Values at end of function main:
  i ∈ {12}
  p ∈ {{ &S[8] }}
  S[0..7] ∈ {0}
   [8].i ∈ {12}
   [9] ∈ {0}
[from] Computing for function f
[from] Non-terminating function f (no dependencies)
[from] Done for function f
[from] Computing for function g
[from] Non-terminating function g (no dependencies)
[from] Done for function g
[from] Computing for function h
[from] Non-terminating function h (no dependencies)
[from] Done for function h
[from] Computing for function main
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
       These dependencies hold at termination for the executions that terminate:
[from] Function f:
  NON TERMINATING - NO EFFECTS
[from] Function g:
  NON TERMINATING - NO EFFECTS
[from] Function h:
  NON TERMINATING - NO EFFECTS
[from] Function main:
  i FROM \nothing
  p FROM \nothing
  S[8] FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function f:
          \nothing
[inout] Inputs for function f:
          p; S[8]
[inout] InOut (internal) for function f:
        Operational inputs:
          p; S[8]
        Operational inputs on termination:
          \nothing
        Sure outputs:
          ANYTHING(origin:Unknown)
[inout] Out (internal) for function g:
          \nothing
[inout] Inputs for function g:
          i
[inout] InOut (internal) for function g:
        Operational inputs:
          i
        Operational inputs on termination:
          \nothing
        Sure outputs:
          ANYTHING(origin:Unknown)
[inout] Out (internal) for function h:
          \nothing
[inout] Inputs for function h:
          z
[inout] InOut (internal) for function h:
        Operational inputs:
          q; z
        Operational inputs on termination:
          \nothing
        Sure outputs:
          ANYTHING(origin:Unknown)
[inout] Out (internal) for function main:
          i; p; S[8]
[inout] Inputs for function main:
          i; p; S[8]; c
[inout] InOut (internal) for function main:
        Operational inputs:
          c; z
        Operational inputs on termination:
          c
        Sure outputs:
          i; p; S[8]