Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Unable to properly stop the program using Ctrl + C #1 #1

Open
erfanGharib opened this issue Jul 8, 2024 · 0 comments
Open

bug: Unable to properly stop the program using Ctrl + C #1 #1

erfanGharib opened this issue Jul 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@erfanGharib
Copy link
Owner

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:

  • Severity: Medium
  • Priority: Medium
  • Affected Areas: Process management, user experience, resource handling.
@erfanGharib erfanGharib added the bug Something isn't working label Jul 8, 2024
@erfanGharib erfanGharib self-assigned this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant