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

Applets do not respond to keyboard interrupt #1718

Open
daniel-riehm opened this issue Jan 4, 2023 · 2 comments
Open

Applets do not respond to keyboard interrupt #1718

daniel-riehm opened this issue Jan 4, 2023 · 2 comments

Comments

@daniel-riehm
Copy link
Collaborator

KWIVER applets called on the command line cannot be interrupted by pressing Ctrl-C. This should be the default behavior, so we must be catching SIGINT somewhere.

Tested on Ubuntu 20.04.

@aramSofthenge
Copy link
Contributor

Hey there,

I've been trying to replicate the issue you mentioned with the Ctrl-C not interrupting KWIVER applets on Ubuntu 20.04, but so far, it seems to work correctly for me.

To get a better understanding of what might be going wrong, could you share some more context about this problem? Anything specific about your setup or the steps you take leading up to the issue might shed some light on the situation, the exact applets or command-line options active when the issue arises.

@daniel-riehm
Copy link
Collaborator Author

No special context, just using e.g. bin/kwiver dump-klv <args>, or bin/kwiver transcode <args>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants