race condition
A race condition is a programming flaw where multiple threads or processes access shared resources or variables simultaneously, leading to unpredictable and erroneous results due to the uncertainty of the execution order.
Requires login.