Skip to content

Stack memory is assumed to not be shared by cbmc #304

Description

@danpoe

In the partial order concurrency encoding cbmc currently assumes that stack memory is not shared. This seems to be a reasonable assumption, but some svcomp benchmarks make use of this:

sv-benchmarks/c/ldv-races/race-2_2-container_of_false-unreach-call.c
sv-benchmarks/c/ldv-races/race-2_3-container_of_false-unreach-call.c
sv-benchmarks/c/ldv-races/race-2_4-container_of_false-unreach-call.c
sv-benchmarks/c/ldv-races/race-2_5-container_of_false-unreach-call.c
sv-benchmarks/c/ldv-races/race-3_2-container_of-global_false-unreach-call.c

For a distilled example see regression/cbmc-concurrency/stack1 in #303.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions