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

Termeter doesn't respond to SIGINT #12

Open
Cornul11 opened this issue Jan 14, 2021 · 2 comments
Open

Termeter doesn't respond to SIGINT #12

Cornul11 opened this issue Jan 14, 2021 · 2 comments

Comments

@Cornul11
Copy link

Cornul11 commented Jan 14, 2021

On Ubuntu 18.04, in Tilix, sending Ctrl + C (SIGINT) does not do anything and the process continues running. I have to use the kill command to kill the process.

What could be the reason for this?

@jbharter
Copy link

This is also happening to me. If it makes any difference, I am running the binary directly from the gopath directory. Eg: alias termeter="$GOPATH/bin/termeter"

I am then running the provide example

seq 100 | awk 'BEGIN{OFS="\t"; print "x","sin(x)","cos(x)"}{x=$1/10; print x,sin(x),cos(x)}' | termeter

System config:

OS: 64bit Mac OS X 10.15.7 19H114
Kernel: x86_64 Darwin 19.6.0
Shell: zsh 5.7.1
Resolution: 3840x2160
Font: MesloLGSForPowerline-Regular 12
CPU: Intel Core i7-8850H @ 2.60GHz
GPU: Intel UHD Graphics 630 / Radeon Pro 560X
RAM: 16130MiB / 32768MiB

@Cornul11
Copy link
Author

To add to my original report, I am using on Ubuntu 18.04, with zsh in the default Ubuntu terminal.

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