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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/array_array.c (with preprocessing)
[value] Analyzing a complete application starting at main2
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
StaticAllocHEAP[0..3] ∈ {2}
[4..9999] ∈ {0}
next_free ∈ {0}
[value] computing for function LIB_MEM_StaticAlloc <- main2.
Called from tests/value/array_array.c:41.
[value] Called Frama_C_show_each_ALLOCATION_WITH_STATIC_ALLOC({24})
[value] Recording results for LIB_MEM_StaticAlloc
[value] Done for function LIB_MEM_StaticAlloc
tests/value/array_array.c:45:[value] entering loop for the first time
[value] Called Frama_C_show_each_TMP({0})
[value] Called Frama_C_show_each_I({29})
tests/value/array_array.c:48:[value] warning: accessing out of bounds index. assert i < 3;
tests/value/array_array.c:48:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
[value] Recording results for main2
[value] done for function main2
tests/value/array_array.c:48:[value] assertion 'Value,index_bound' got final status invalid.
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function LIB_MEM_StaticAlloc:
new ∈ {{ (void *)&StaticAllocHEAP }}
next_free ∈ {24}
[value:final-states] Values at end of function main2:
NON TERMINATING FUNCTION
[from] Computing for function LIB_MEM_StaticAlloc
[from] Done for function LIB_MEM_StaticAlloc
[from] Computing for function main2
[from] Non-terminating function main2 (no dependencies)
[from] Done for function main2
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function LIB_MEM_StaticAlloc:
next_free FROM size; next_free
\result FROM next_free
[from] Function main2:
NON TERMINATING - NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function LIB_MEM_StaticAlloc:
new; tmp; next_free
[inout] Inputs for function LIB_MEM_StaticAlloc:
next_free
[inout] Out (internal) for function main2:
v; i; tmp___0; next_free
[inout] Inputs for function main2:
next_free
|