File: semaphore.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 (91 lines) | stat: -rw-r--r-- 3,476 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
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/semaphore.i (no preprocessing)
[value] Analyzing a complete application starting at g
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  Sa ∈ {0}
  Sb ∈ {0}
tests/value/semaphore.i:28:[value] entering loop for the first time
tests/value/semaphore.i:29:[value] entering loop for the first time
[value] computing for function V <- g.
        Called from tests/value/semaphore.i:31.
tests/value/semaphore.i:31:[kernel] warning: Neither code nor specification for function V, generating default assigns from the prototype
[value] using specification for function V
[value] Done for function V
[value] computing for function V <- g.
        Called from tests/value/semaphore.i:31.
[value] Done for function V
[value] computing for function V <- g.
        Called from tests/value/semaphore.i:31.
[value] Done for function V
[value] computing for function V <- g.
        Called from tests/value/semaphore.i:31.
[value] Done for function V
[value] computing for function P <- g.
        Called from tests/value/semaphore.i:34.
tests/value/semaphore.i:34:[kernel] warning: Neither code nor specification for function P, generating default assigns from the prototype
[value] using specification for function P
[value] Done for function P
[value] computing for function P <- g.
        Called from tests/value/semaphore.i:35.
[value] Done for function P
[value] computing for function V <- g.
        Called from tests/value/semaphore.i:37.
[value] Done for function V
[value] computing for function V <- g.
        Called from tests/value/semaphore.i:38.
[value] Done for function V
[value] computing for function f <- g.
        Called from tests/value/semaphore.i:40.
[value] computing for function P <- f <- g.
        Called from tests/value/semaphore.i:14.
[value] Done for function P
[value] computing for function P <- f <- g.
        Called from tests/value/semaphore.i:16.
[value] Done for function P
[value] computing for function P <- f <- g.
        Called from tests/value/semaphore.i:17.
[value] Done for function P
[value] computing for function V <- f <- g.
        Called from tests/value/semaphore.i:19.
[value] Done for function V
[value] computing for function V <- f <- g.
        Called from tests/value/semaphore.i:20.
[value] Done for function V
[value] Recording results for f
[value] Done for function f
[value] Recording results for g
[value] done for function g
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function f:
  c ∈ {12}
[value:final-states] Values at end of function g:
  c ∈ {-26; -1}
[from] Computing for function f
[from] Computing for function P <-f
[from] Done for function P
[from] Computing for function V <-f
[from] Done for function V
[from] Done for function f
[from] Computing for function g
[from] Done for function g
[from] ====== DEPENDENCIES COMPUTED ======
       These dependencies hold at termination for the executions that terminate:
[from] Function P:
  NO EFFECTS
[from] Function V:
  NO EFFECTS
[from] Function f:
  NO EFFECTS
[from] Function g:
  NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function f:
          c
[inout] Inputs for function f:
          Sa; Sb
[inout] Out (internal) for function g:
          c; tmp
[inout] Inputs for function g:
          Sa; Sb