Skip to content

Termination analysis: Wrong RESULT: true #274

Description

@debugfe

Hello everyone,
I found another bug but this time symbiotic's termination analysis returns erroneously RESULT: true

void test() {
  int counter = 0;
  while (counter == 0)
    ;
}

void runTest() {
  test();
}

int main() {
  runTest();
  return 0;
}

I managed to checkout the recent fix for #268 and it seems the bug remains.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions