3 Dec
2019
3 Dec
'19
5:28 p.m.
On 12/3/19 5:36 AM, Andy Pieters wrote:
I have experienced this last year and when I recompiled both apache and wsgi with debugging symbols to find out what's what, it suddenly worked again and has since!
That sounds like use of variable before set - as debugging initializes variables to 0 (in C, C++ ... ). Could be buggy code.