Open Sh4kE opened 8 years ago
see error.log from 2016/05/26:
mod_wsgi: Compiled for Python/3.4.0. mod_wsgi: Runtime using Python/3.4.3
Apache/2.4.7 (Ubuntu) mod_wsgi/3.4 Python/3.4.3 configured
Exception ignored in: <module 'threading' from '/usr/lib/python3.4/threading.py'> Traceback: File "/usr/lib/python3.4/threading.py", line 1288, in _shutdown assert tlock is not None
mod_wsgi: Python has shutdown
we seem to have deadlocks in c bindings of some libraries we are using. They do not release GIL and thus we get a timeout...