Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 168
    • Issues 168
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • 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
  • #2331
Closed
Open
Issue created Oct 08, 2009 by Dillon Pariente@dillon

Uncaught exception: assert false on bitvector

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


Id Project Category View Due Date Updated
ID0000273 Frama-C Plug-in > jessie public 2009-10-08 2010-12-09
Reporter dpariente Assigned To cmarche Resolution fixed
Priority normal Severity major Reproducibility always
Platform - OS - OS Version -
Product Version Frama-C GIT, precise the release id Target Version - Fixed in Version Frama-C Beryllium-20090902

Description :

Command line: frama-c -jessie foo.c

with foo.c containing:

/* ==================================== */ typedef float real; struct T26_27 { real _F0 ; real _F1 ; }; typedef struct T26_27 _T26; struct T28_29 { _T26 _F0 ; _T26 _F1 ; }; typedef struct T28_29 _T28; typedef _T28 RR; void f(RR const *tab , real *y ) { y = (float )(double )(((real )tab + 1)); } / ==================================== */

yields:

Uncaught exception: File "jc/jc_interp.ml", line 1819, characters 1-7: Assertion failed

Any means allowing to overcome temporarily this exception (by modifying the C source code) will be welcome!

Regards, Dillon

Additional Information :

fixed in Why 2.21

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