Frama-C Bug Tracking System - Frama-C | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000388 | Frama-C | Plug-in > Eva | public | 2010-02-01 15:09 | 2014-02-12 16:56 |
Reporter | yakobowski | ||||
---|---|---|---|---|---|
Assigned To | monate | ||||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | Frama-C GIT, precise the release id | ||||
Target Version | Fixed in Version | Frama-C Boron-20100401 | |||
Summary | 0000388: Incorrect 'assert false' in value analysis | ||||
Description | This might be related to variadic calls, but I'm not really sure. The crash is triggered by the following code: typedef void *va_list; #define va_start(AP, LASTARG) \ (AP = ((va_list) __builtin_next_arg (LASTARG))) void main(const char *pszMessage,...) { va_list vlParameters; va_start(vlParameters,pszMessage); } | ||||
Additional Information | SVN 7571 | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
There are no notes attached to this issue. |
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2010-02-01 15:09 | yakobowski | New Issue | |||
2010-02-01 15:09 | yakobowski | Status | new => assigned | ||
2010-02-01 15:09 | yakobowski | Assigned To | => pascal | ||
2010-02-01 20:07 | monate | Assigned To | pascal => monate | ||
2010-02-01 20:07 | monate | Status | assigned => resolved | ||
2010-02-01 20:07 | monate | Resolution | open => fixed | ||
2010-04-13 15:30 | signoles | Status | resolved => new | ||
2010-04-13 15:31 | signoles | Status | new => closed | ||
2010-04-13 15:33 | signoles | Fixed in Version | => Frama-C Boron | ||
2013-12-19 01:14 | Source_changeset_attached | => framac master d3208150 | |||
2014-02-12 16:56 | Source_changeset_attached | => framac stable/neon d3208150 | |||
2018-01-12 14:26 | signoles | Category | Plug-in > value analysis => Plug-in > Eva |