en

Infinite loop

ru

Translation infinite loop into russian

infinite loop
The program crashed due to an infinite loop.
Программа зависла из-за бесконечного цикла.

Definitions

An infinite loop is a sequence of instructions in a computer program that repeats indefinitely and never terminates, often due to a condition that is never met or a lack of a proper exit mechanism.