The issue arises from creating and destroying threads in a loop without properly releasing resources, leading to increasing memory consumption over time. This indicates a problem related to how the program manages its runtime environment, specifically resource allocation and deallocation during thread execution. runtime