C2LC-626: Running a nested empty loops with many iterations can cause application to not respond

Metadata

Source
C2LC-626
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Simon Bates
Created
2022-03-25T10:45:29.445-0400
Updated
2022-03-30T09:17:20.739-0400
Versions
N/A
Fixed Versions
  1. Coding Env 1.3
Component
  1. Coding Environment

Description

Comments

  • Tony Atkins [RtF] commented 2022-03-30T09:17:20.739-0400

    Just a note for the future, the fix for this ended up decrementing the loop counter even for empty loops, so the expected behaviour is for an empty loop with 99 iterations to pause 99 times.