Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control Dominator incorrect for steps outside if-else block #220

Open
dingyuchen opened this issue Jul 3, 2021 · 0 comments
Open

Control Dominator incorrect for steps outside if-else block #220

dingyuchen opened this issue Jul 3, 2021 · 0 comments
Assignees
Labels

Comments

@dingyuchen
Copy link
Contributor

image

Bug Overview

From the Step entries, we see that step 4 onwards all have step 3 as a control dominator.
This is a bug since all steps will execute regardless of the result of step 4.
Step 3 corresponds to line 14, and step 4 corresponds to line 19.
image

Reproducing steps:

  1. Run Microbat trace debugging on DiningPhilosophersDebug
  2. Observe DB Step entries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants