strawlab / strand-braid

Live, low-latency 2D and 3D tracking from single or multiple high-speed cameras
https://strawlab.org/braid/
Other
46 stars 8 forks source link

braid doesn't shut down with ctrl-c (0.12.0-alpha1 - 2022-06-16) #19

Closed florisvb closed 8 months ago

florisvb commented 1 year ago

I'm testing out braid 0.12.0-alpha1 - 2022-06-16 and so far so good. Just a minor annoyance, but I am finding that when I hit ctrl-c in the terminal window where I start braid it does not actually kill braid. I have to find the process ID (ps aux | grep braid) and then hard kill it (sudo kill -9 PID).

astraw commented 1 year ago

Thanks for the report.

I think some issues like this may have crept in as I tried to streamline concurrency. Can you try 0.12.0-alpha.2? I just made this new pre-release. It will be useful to know if you see the same problem there as I have been working on potentially relevant issues.

This is exactly the kind of stuff that I hope to catch before making a "real release" which is one reason why these are just alpha pre-releases.

astraw commented 8 months ago

I think this is fixed in 0fe4f07488f7e998bc43881c3b9074c1046fe53b. Let's re-open this report if we find otherwise.