icefo / pcnum

School project -- Creation of a semi-automated vhs digitaliser
2 stars 1 forks source link

Bugfixes for bugs that I found when I tested the software on the workstation that will run it #18

Closed icefo closed 8 years ago

icefo commented 8 years ago

I spend a few hours chasing commas that I forgot and a lot of hours trying to figure out why the nice system that I wrote to exit cleanly on SIGINT and SIGTERM stopped working. The reaction for SIGINT still work : close ongoing captures and exit. The reaction for SIGTERM don't work anymore. The wamp event loop immediately stop and make its coroutines crash whereas he should continue to process events until all the captures are done and then exit. This is really strange because the same code work perfectly on my dev machine ?!?. I'll nuke the workstation OS and start from scratch one day.