I just experienced server crash that was running web2py. These are the logs: [] [wsgi:error] Timeout when reading response headers from daemon process 'test': test/web2py/wsgihandler.py [] [wsgi:error] Timeout when reading response headers from daemon process 'test': test/web2py/wsgihandler.py [] [wsgi:error] Timeout when reading response headers from daemon process 'test':test/web2py/wsgihandler.py [] [core:warn] AH00045: child process 46211 still did not exit, sending a SIGTERM [] [core:warn] AH00045: child process 46211 still did not exit, sending a SIGTERM [] [core:warn] AH00045: child process 46211 still did not exit, sending a SIGTERM [] [core:error] AH00046: child process 46211 still did not exit, sending a SIGKILL [] [mpm_worker:notice] AH00298: SIGHUP received. Attempting to restart httpd.worker: Syntax error on line 10 of test/apache2/conf/httpd.conf: Cannot load modules/mod_wsgi.so into server: /lib64/libm.so.6: symbol __strtold_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Could this be related to any C extension modules that web2py may be using? something related to this: https://serverfault.com/questions/514242/non-responsive-apache-mod-wsgi-after-installing-scipy/514251#514251 Also, I just noticed that in the parent directory there is a lib folder that has a python2.7 folder in it which is empty. Is this supposed to be? The app works for a long time (12-24 hours) without any issue, but then it crashes, there are json calls to the app and the controller is as optimized as possible. Any idea what's going on? P.S. Merry Christmas! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

