View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000809 | Frama-C | Plug-in > slicing | public | 2011-04-29 13:08 | 2011-10-10 14:14 | ||||
Reporter | pascal | ||||||||
Assigned To | Anne | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | Frama-C GIT, precise the release id | ||||||||
Target Version | Fixed in Version | Frama-C Nitrogen-20111001 | |||||||
Summary | 0000809: sliced program does not terminate (csmith) | ||||||||
Description | same conditions as 808 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
Anne (reporter) 2011-05-13 13:21 |
Simple example : frama-c -slice-value G toto.c -slice-print int G; void main (void) { while (1) { G = 10; goto L; while (G) { L: return; } } } gives : int G; void main(void) { while (1) { G = 10; } return; } |
Anne (reporter) 2011-07-28 17:00 |
fixed in rev 14384 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-04-29 13:08 | pascal | New Issue | |
2011-04-29 13:08 | pascal | Status | new => assigned |
2011-04-29 13:08 | pascal | Assigned To | => Anne |
2011-04-29 13:08 | pascal | File Added: nt.tgz | |
2011-05-13 13:21 | Anne | Note Added: 0001884 | |
2011-07-28 17:00 | Anne | Note Added: 0002067 | |
2011-07-28 17:00 | Anne | Status | assigned => resolved |
2011-07-28 17:00 | Anne | Resolution | open => fixed |
2011-10-10 14:13 | signoles | Fixed in Version | => Frama-C Nitrogen-20111001 |
2011-10-10 14:14 | signoles | Status | resolved => closed |