You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing Ctrl + C fails to terminate the program as expected. Instead, the program either continues running, requires multiple attempts.
Steps to Reproduce:
Run the program from the command line.
Press Ctrl + C to attempt to terminate the program.
Expected Result:
The program should gracefully terminate and return control to the command line.
Actual Result: The program either continues running, requires multiple Ctrl + C presses, or terminates in a non-graceful manner.
Impact:
Severity: Medium
Priority: Medium
Affected Areas: Process management, user experience, resource handling.
The text was updated successfully, but these errors were encountered:
Problem Statement:
Pressing Ctrl + C fails to terminate the program as expected. Instead, the program either continues running, requires multiple attempts.
Steps to Reproduce:
Run the program from the command line.
Press Ctrl + C to attempt to terminate the program.
Expected Result:
The program should gracefully terminate and return control to the command line.
Actual Result: The program either continues running, requires multiple Ctrl + C presses, or terminates in a non-graceful manner.
Impact:
The text was updated successfully, but these errors were encountered: