Hello! I have recently upgraded to Ubuntu 10.04 from 9.10 and paster won't shutdown cleanly anymore when I press Ctrl+C. It hangs forever at this step:
$ paster serve production.ini Starting server in PID 9424. serving on 0.0.0.0:8000 view at http://127.0.0.1:8000 ^C2010-05-12 10:35:29 INFO [paste.httpserver.ThreadPool] Shutting down threadpool 2010-05-12 10:35:29 INFO [paste.httpserver.ThreadPool] All workers stopped It turns out that it's hanging because of some worker threads. I have tried creating a new project for testing with code from this webpage, and the problem still happens: http://chrismoos.com/2009/03/04/pylons-worker-threads/ I didn't have any problems before the upgrade to 10.04 so this is pretty strange. Has anyone run into a similar problem? Thank you in advance, Martine -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
