Hi ,
Yes this occurs in every project.
To reproduce this, make ForEachLoop with an array length of 300k or more, and add hundreds of instructions to the loop body.
I haven’t tried this in 4.11.
New: I was able to get output from this big array by increasing maximum loop iteration count, however, maximum value of it is 2147483647 and it is not enough. With a ForEachLoop that work with an array larger than ~3 milllion elements, it still doesn’t work. I must be able to break the limits only for this function.