Anonymous | Login | Signup for a new account | 2019-12-06 15:20 CET | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001789 | Frama-C | Kernel > ACSL implementation | public | 2014-05-28 22:13 | 2015-03-17 22:17 | ||||
Reporter | Ian | ||||||||
Assigned To | correnson | ||||||||
Priority | normal | Severity | crash | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | Ubuntu | OS Version | ||||||
Product Version | Frama-C Neon-20140301 | ||||||||
Target Version | Fixed in Version | Frama-C Sodium | |||||||
Summary | 0001789: Crashes when using logic in assigns statement | ||||||||
Description | WP crashes when using a statement defined with 'logic' | ||||||||
Steps To Reproduce | Create the file logic_assigns.c :
#include | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | ![]() | ||||||||
![]() |
|
(0005173) virgile (developer) 2014-05-29 13:19 |
Arguably, the issue lies in the kernel, that should not allow in assigns clause a logic variable which by definition is immutable. On the contrary, assigns *the_var; would be a perfectly valid clause. (NB: the_var in fact depends on the program state's, but you still can't modify it as a logic variable, you can only assign var_ptr). |
(0005178) correnson (manager) 2014-06-02 14:07 |
Transform to user-error |
(0005179) correnson (manager) 2014-06-02 14:27 |
Fix committed to master branch. |
![]() |
|||
Date Modified | Username | Field | Change |
2014-05-28 22:13 | Ian | New Issue | |
2014-05-28 22:13 | Ian | Status | new => assigned |
2014-05-28 22:13 | Ian | Assigned To | => correnson |
2014-05-28 22:13 | Ian | File Added: logic_assigns.c | |
2014-05-29 13:13 | virgile | Assigned To | correnson => virgile |
2014-05-29 13:19 | virgile | Note Added: 0005173 | |
2014-05-29 13:19 | virgile | Category | Plug-in > wp => Kernel > ACSL implementation |
2014-06-02 10:40 | correnson | Status | assigned => closed |
2014-06-02 10:40 | correnson | Assigned To | virgile => correnson |
2014-06-02 10:40 | correnson | Resolution | open => no change required |
2014-06-02 14:07 | correnson | Note Added: 0005178 | |
2014-06-02 14:07 | correnson | Status | closed => assigned |
2014-06-02 14:27 | correnson | Note Added: 0005179 | |
2014-06-02 14:27 | correnson | Status | assigned => resolved |
2014-06-02 14:27 | correnson | Resolution | no change required => fixed |
2015-03-17 22:17 | signoles | Fixed in Version | => Frama-C Sodium |
2015-03-17 22:17 | signoles | Status | resolved => closed |
Copyright © 2000 - 2019 MantisBT Team |