Cloud-CV / py-cloudcv

Python APIs for CloudCV
cloudcv.org
98 stars 55 forks source link

Broken threading #21

Open qwertzdenek opened 9 years ago

qwertzdenek commented 9 years ago

I get in trouble with this message that could be caused by missing joins in the parent threads: /home/haswi/git/cloudcv_env/lib/python2.7/site-packages/cherrypy/process/wspbus.py:233: RuntimeWarning: The main thread is exiting, but the Bus is in the states.STARTED state; shutting it down automatically now. You must either call bus.block() after start(), or call bus.exit() before the main thread exits.

I don't know what htat bus is, but this patch helped me to get some results.

dexter1691 commented 9 years ago

Thanks a lot for the quick fix. I think this should work. I will test it and merge in some time.