> Hi, > > I reported this bug a month or so ago. I have simillar symptomps (saw it > again couple of days ago): > > 2012-19-01 14:12:45 - DAMN ! worker 1 (pid: 3358) died :( trying respawn > ... > 2012-19-01 14:12:45 - Loading paste environment: config:/path/to/paste.ini > 2012-19-01 14:12:45 - Respawned uWSGI worker 1 (new pid: 3359) > Traceback (most recent call last): > (...Error Traceback...) > 2012-19-01 14:12:46 - SIGINT/SIGQUIT received...killing workers... > 2012-19-01 14:12:46 - goodbye to uWSGI. > 2012-19-01 14:12:46 - chdir(): Permission denied [uwsgi.c line 955] > > 2012-19-01 14:16:45 - SIGINT/SIGQUIT received...killing workers... > 2012-19-01 14:16:45 - SIGINT/SIGQUIT received...killing workers... > 2012-19-01 14:16:45 - SIGINT/SIGQUIT received...killing workers... > 2012-19-01 14:16:46 - goodbye to uWSGI. > 2012-19-01 14:16:46 - chdir(): Permission denied [uwsgi.c line 955] > > For me the case is: an app started with --paste & 1 master process, 10 > threads > > How to reproduce? > - start uwsgi with an wsgi paste application which fails to load (in my > case invalid import) > - uwsgi starts respawning constantly (the rate here is ok) > - send SIGQUIT & watch uwsgi output > > hope this helps. > > Åukasz >
Are you using --lazy mode ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
