> Hi > > I need help in determining the cause: > syscall> 168 ? > > > 2012-03-04 16:40:20 - *** HARAKIRI ON WORKER 4 (pid: 8616) *** > 2012-03-04 16:40:21 - HARAKIRI: -- syscall> 168 0xffffffff81037623 0x1 > 0x4e20 0xa29982c 0xb72b4ff4 0x0 0xbf953a40 0xb77b5832 > 2012-03-04 16:40:21 - HARAKIRI: -- wchan> 0 > 2012-03-04 16:40:21 - HARAKIRI: --- uWSGI worker 4 (pid: 8616) WAS > managing request / since Sun Mar 4 16:40:16 2012 --- > 2012-03-04 16:40:23 - DAMN ! worker 4 (pid: 8616) died :( trying respawn > ... > 2012-03-04 16:40:23 - Respawned uWSGI worker 4 (new pid: 8631) > >
Do you have a 4 seconds harakiri ? 168 is poll(), that could be the one used by uWSGI while waiting for protocol data. If you have a 4 seconds harakiri, which is the socket timeout ? (the one you set with -z) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
