scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
615 stars 108 forks source link

Scanner programs hang when program should exit #216

Open willcrichton opened 6 years ago

willcrichton commented 6 years ago

I've very consistently run into programs that use Scanner where when the program should exit the Python interpreter, it instead just hangs (but can be killed with Ctrl+C). I assume this is related to all the signal handling.

I can't produce a minimal use case right now, but will update if I can.

fpoms commented 5 years ago

Is this still the case? I haven't seen it in a while.

willcrichton commented 5 years ago

Pretty sure this is still the case. I frequently ran into this