Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F frama-c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 173
    • Issues 173
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • frama-c
  • Issues
  • #109
Closed
Open
Issue created Oct 19, 2015 by Boris Yakobowski@byakoDeveloper

Crash on loop with global assigns and per-behavior assigns

ID0002180: This issue was created automatically from Mantis Issue 2180. Further discussion may take place here.


Id Project Category View Due Date Updated
ID0002180 Frama-C Plug-in > wp public 2015-10-19 2019-10-17
Reporter yakobowski Assigned To correnson Resolution won't fix
Priority normal Severity crash Reproducibility always
Platform - OS - OS Version -
Product Version - Target Version - Fixed in Version -

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; }

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking