Skip to content

Program without reactions runs forever on Windows #485

@edwardalee

Description

@edwardalee

On Windows only, a program with no reactions runs forever. Below is an example such program:

target C

reactor R1 {
  logical action a1
  logical action a2
}

reactor R2 {
  r1 = new[3] R1()
  logical action a1
  logical action a2
}

reactor R3 {
  r2 = new[4] R2()
  logical action a1
  logical action a2
}

main reactor {
  r = new[2] R3()
  logical action a1
  logical action a2
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwindows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions