View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002180 | Frama-C | Plug-in > wp | public | 2015-10-19 21:31 | 2019-10-17 18:01 | ||||
Reporter | yakobowski | ||||||||
Assigned To | correnson | ||||||||
Priority | normal | Severity | crash | Reproducibility | always | ||||
Status | closed | Resolution | won't fix | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002180: Crash on loop with global assigns and per-behavior assigns | ||||||||
Description | frama-c -wp crashes on the following program /*@ behavior foo: */ void main(void) { int i; int t[10]; i = 0; /*@ loop assigns t[0 .. i]; for foo: loop assigns t[0 .. i]; */ while (i < 10) { t[i] = 0; i ++; } return; } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
correnson (manager) 2019-10-17 17:20 Last edited: 2019-10-17 17:20 |
loop-assigns by behavior not implementable for loops in current engine |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-10-19 21:31 | yakobowski | New Issue | |
2015-10-19 21:31 | yakobowski | Status | new => assigned |
2015-10-19 21:31 | yakobowski | Assigned To | => correnson |
2019-10-17 17:20 | correnson | Note Added: 0006907 | |
2019-10-17 17:20 | correnson | Status | assigned => resolved |
2019-10-17 17:20 | correnson | Resolution | open => won't fix |
2019-10-17 17:20 | correnson | Note Edited: 0006907 | View Revisions |
2019-10-17 18:01 | signoles | Status | resolved => closed |